Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Everything about Charts in Excel
  • How To Perform and Interpret Regression Analysis in Excel
  • How to create a Histogram in Excel
  • Excel Frequency Function Example
  • How To Create Pareto Chart in Excel

References

  • How to create dynamic named range with OFFSET in Excel
  • Extract all partial matches in Excel
  • How to get last row in mixed data with blanks in Excel
  • VLOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • Find closest match in Excel

Data Validations

  • Excel Data validation with conditional list
  • Data validation must not exist in list
  • Excel Data validation date in specific year
  • Excel Data validation no punctuation
  • How To Create Drop-down List in Excel

How to show last updated date stamp in Excel

by

To add a date stamp in a workbook to indicate a “date last updated”, you can use the TEXT function.

Note: 

The TEXT function can apply number formatting to numbers just like Excel’s built-in cell formats for dates, currency, fractions, and so on. However, unlike Excel’s cell formatting, the TEXT function works inside a formula and returns a result that is text.

You can use TEXT to format numbers that appear inside other text strings. In this case, we concatenate the test “Last update” with the result provided by the TEXT function, which picks up a date from column B and formats it using the supplied number format.

You can embed the date in any format you like, using the codes that represent date formats (dd, mm ,yyyy, etc.)

 Formula

="Last update: "& TEXT(A1, "ddd, mmmm d, yyyy")

Last-updated-date-stamp How to show last updated date stamp in Excel

Explanation

In the example shown, the formula in C5 is:

="Last update: "& TEXT(B5, "ddd, mmmm d, yyyy")

With a named range

One convenient way to manage a “last updated” message in a large workbook is to use a named range to hold the date last updated, then refer to that named range in formulas elsewhere to display a last update message.

For example, you can name a cell something like “last_update”, and use that cell to enter the date last updated. Once you’ve defined the named range, you can use the formula below anywhere you like to display the same message:

="Updated: "& TEXT(last_update, "ddd, mmmm d, yyyy")

Whenever you change the date value in the named range, all formulas will update instantly, and all date stamps will stay in sync.

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • How to use Excel NOT Function
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel FALSE Function
  • Complete List of Excel Logical Functions, References and Examples

Date Time

  • Get project end date in Excel
  • Get last working day in month in Excel
  • Convert date to Julian format in Excel
  • How to get Holiday Date from Year in Excel
  • Extract date from a date and time in Excel

Grouping

  • Calculate conditional mode with criteria in Excel
  • Running count group by n size in Excel
  • Categorize text with keywords in Excel
  • Group times into unequal buckets in Excel
  • Group times into 3 hour buckets in Excel

General

  • How to fill cell ranges with random number from fixed set of options in Excel
  • Automatically fill series of cells in Excel using AutoFill
  • Customize Ribbon In Excel
  • Sum by group in Excel
  • How to fill cell ranges with random text values in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning