View Single Post
  #1   Report Post  
SVC
 
Posts: n/a
Default Combine date with text

i have entered this in a cell

="Printed On : "& TODAY()

for which i get the result as

Printed On : {some serial number} what i want is

Printed On : {date in the date format as dd/mm/yyyy}

please help.