Use of Now() in Excel

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

Guest

Hi all,
I need help hot to use Now() in a cell.
My problem is:
I 'll write in a cell [Today is Now()] --> I will have all in one cell.
Thank you in advance
Best
Giuseppe
 
Try this:

="Today is "&TEXT(NOW(),"mm/dd/yy hh:mm:ss")

To get this result:

Today is 06/27/05 07:45:59

OR

="Today is "&TEXT(NOW(),"mm/dd/yy")

To get this result:

Today is 06/27/05

-Scott
 
You could format the cell as such: "Today is"* mm ddd yyyy

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