I would like to have a current date in a sentence within a spreadsheet.
B Bob Phillips Mar 6, 2005 #2 ="Today's date is "&TEXT(TODAY(),"dd mmm yyyy") -- HTH RP (remove nothere from the email address if mailing direct)
="Today's date is "&TEXT(TODAY(),"dd mmm yyyy") -- HTH RP (remove nothere from the email address if mailing direct)
M Max Mar 6, 2005 #3 Try something like : ="The date / time is: "&TEXT(NOW(),"dd-mmm-yyyy h:mm AM/PM")