View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
 
Posts: n/a
Default EASY: Format NOW as mm/dd/yyyy

One way:

="Sales of: " & TEXT(TODAY();"mm/dd/yyyy")


In article ,
pauloreiss
wrote:

I have this simple function:

="Sales of: " & NOW()

But this way the date is appears with that Excel code like
33046,30184. I wanted to show 04/28/2006.
What is the function to set a format for the variable?

Something like =formatdate(now();mm/dd/yyyy)

Thanks!