View Single Post
  #2   Report Post  
 
Posts: n/a
Default


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

Giuseppe wrote:
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