Concatenate, preserve formatting

  • Thread starter Thread starter Nick
  • Start date Start date
N

Nick

Hi,

Does anyone know how I can concatenate some cells, one of
which includes a date, into a sentence that preserves the
formatting of the date?

Thanks in advance for any help.


Nick
 
Hi Nick!

Use the following structure:

="Today is "&TEXT(TODAY(),"ddd dd-mmm-yyyy")

Just use the formatting string that you want as the second argument of
the TEXT function.
 

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

Back
Top