Date question

  • Thread starter Thread starter M Thompson
  • Start date Start date
M

M Thompson

Hi

I'm trying to combine the word "Date:" with the TODAY() feature, so that it
looks like Date: 6/6/09. Can someone help?

Thanks and have...
 
I'm trying to combine the word "Date:" with the TODAY() feature, so
that it looks like Date: 6/6/09. Can someone help?

One way is to put this in the cell
=TODAY()
and use
Format > Cells > Custom >
with this in the Type:
"Date: "m/d/yy

This way, the cell is still a numeric date and it can be used in date
calculations.
 
Good idea. Thanks!
--
OneFineDay


MyVeryOwnSelf said:
One way is to put this in the cell
=TODAY()
and use
Format > Cells > Custom >
with this in the Type:
"Date: "m/d/yy

This way, the cell is still a numeric date and it can be used in date
calculations.
 

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