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

Data Analysis

  • How To Remove Duplicates In Excel Column Or Row?
  • How to create a Histogram in Excel
  • How To Compare Two Lists in Excel
  • How to Create Thermometer Chart in Excel
  • Move chart to a separate worksheet in Excel

References

  • How to reference named range different sheet in Excel
  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions
  • Complete List of Excel Lookup and Reference Functions, References and Examples
  • Lookup entire row in Excel
  • Count unique text values with criteria

Data Validations

  • Excel Data validation number multiple 100
  • How To Create Drop-down List in Excel
  • Excel Data validation whole percentage only
  • Excel Data validation allow uppercase only
  • Excel Data validation must not contain

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

  • Extract multiple matches into separate rows in Excel
  • How to use IFS function in Excel
  • Nested IF function example in Excel
  • Complete List of Excel Logical Functions, References and Examples
  • How to use Excel OR Function

Date Time

  • Get day from date in Excel
  • Add decimal hours to time in Excel
  • Get week number from date in Excel
  • Get fiscal year from date in Excel
  • Count birthdays by month in Excel

Grouping

  • Map inputs to arbitrary values in Excel
  • Group arbitrary text values in Excel
  • Calculate conditional mode with criteria in Excel
  • Categorize text with keywords in Excel
  • Group numbers at uneven intervals in Excel

General

  • How to get random value from list or table in Excel
  • Customize Ribbon In Excel
  • Spell Check in Excel
  • Basic error trapping example in Excel
  • Count cells that do not contain many strings in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning