Text in a command

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?
 
M

Mike H

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
 
S

smith70

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top