Excel Formula

  • Thread starter Thread starter Rick
  • Start date Start date
R

Rick

I am trying to have text and a formula reside in teh same box with the
date in the format shown (23-May-04). Here is as far as I get...

="Todays date is "&TODAY()

and the results I get is

Todays date is 38131

Rick
 
Hi Rick,

Try,

="Today's date is "&TEXT(TODAY(),"d-mmm-yy")

Hope this helps!
 
Or you could give that cell a custom format and just enter the date:

Try:
"Today's date is: "mm/dd/yyyy

As your custom format (Format|cells|number tab|custom category)
 
Found solutions after some weekend reading.

="This is a sample conversion - "&TEXT(NOW(),"dd mmmm yyyy")

Rick
 
This worked for me. Use the formula =TODAY() and the format the cell with
custom format "
todays date is"* d mmmm yy. Good luck.

Dan
 

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

Back
Top