Text AND dates in the same cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey There,

I'll give you the formula first and then my problem:

FORMULA: ="Today's date is "&TODAY()

PROBLEM: When I use this formula as-is, the cell returns "Today is 38245"
(without quotes). Of course, I want the date portion to be in the mm/dd/yy
format. Changing the cell format to "Date" doesn't change anything etiher.
How do I fix this?
 
Sorry, did not read the question properly

="Today's date is " & TEXT(TODAY(),"mm/dd/yy")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top