Thread: Date
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Sharad Naik Sharad Naik is offline
external usenet poster
 
Posts: 212
Default Date

Only
=TEXT(NOW(),"dd/mm/yyyy")
should do.

"Sharad Naik" wrote in message
...
=TEXT(LEFT(NOW(),10),"dd/mm/yyyy")

Sharad

"Tim" wrote in message
...
Hello All,

I would like to convert the date that is generated by
the "Now()" formula in a work sheet to just the text of
the date.

i.e. result in text as 12/01/2004

Thanks in advance