Turn a date into a text string in any layout you choose.
Copy this formula
=TEXT(A2, "yyyy-mm-dd")TEXT converts a date to text using a format pattern — "yyyy-mm-dd" for ISO, "dd/mm/yyyy" for European, "mmm d, yyyy" for a friendly label. Use it when joining dates into sentences or filenames.
="Report — "&TEXT(A2, "mmm d, yyyy")→Report — Jun 23, 2026Joins a formatted date into a label.
Joining a raw date with & shows its serial number. TEXT keeps the readable format.
Need a formula for your own data?
Describe what you want in plain language and let ExcelGPT write, explain, and verify the formula — free to start, no plugin.