I am trying to display both text and a date in the same line. Currently I have something like
="The Date Is " & A1
where A1 is a cell with a date formatted in a preferred format. However, once I call reference to the cell, excel re-formats it into the serial date, so it displays something like
The Date Is 40220
instead of something like
The Date is 2/11/2010
Does anyone know how to format the number back into a date form? Just going through the format menus and setting it to date does not change it. Thanks for your help
Last edited by Tman21901; 02-12-2010 at 12:41 PM.
Try
="The Date Is " & TEXT(A1,"d/mm/yyyy")
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
Awesome thanks so much that works perfectly!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks