I am trying to use Today() function as following:
="Last updated "&Today()
And want it to display like this: Last Updated Dec 1, 2011
However, it is displayed as: Last Updated 40787
How can I change it to display the way I want it to?
Thanks.
I am trying to use Today() function as following:
="Last updated "&Today()
And want it to display like this: Last Updated Dec 1, 2011
However, it is displayed as: Last Updated 40787
How can I change it to display the way I want it to?
Thanks.
Something like:
="Last updated "& Text(Today(), "mmm d, yyy")
Regards
Trevor Shuttleworth - Retired Excel/VBA Consultant
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks