Text in a command

  • Thread starter Thread starter smith70
  • Start date Start date
S

smith70

I would like to add 'Run Date: ' in front of a command that reads a date off
of a data sheet. How do I add text to a command?
 
Hi,

If you add text you will also have to re=format the date in the formula

="Run Date " & TEXT(Sheet2!A1,"dd/mm/yyyy")

Mike
 
Perfect!.... thanks, it worked!

Mike H said:
Hi,

If you add text you will also have to re=format the date in the formula

="Run Date " & TEXT(Sheet2!A1,"dd/mm/yyyy")

Mike
 
Back
Top