How can I change NOW() to a date when combined with text?
Do it like this:
="^ ^ ^ 2008 Info Current As Of "&TEXT(NOW(),"dd/mm/yyyy") &" ^ ^ ^"
Hope this helps.
Pete
"djenk2" wrote in message
...
How can I get the NOW() to display a date and not a number? Cell is
formated
in date format. THANKS to the brain that figures this one out.
="^ ^ ^ 2008 Info Current As Of "&(NOW()) &(" ^ ^ ^")
|