Concatenation using dates

G

Guest

I am trying to merge a few cells together, using Concatenation some of which
contain dates, when the cells get merged together it converts the date back
to the orginal number that windows stores dates as, is their a way to retain
the format as a date in this new merged cell?
 
G

Guest

Try something like this:

With
A1: "The date "
B1: 01/29/2007
C1: " is a "

Then
D1: =A1&TEXT(B1,"MM/DD/YYYY")&C1&TEXT(B1,"DDDD")

returns: The date 01/29/2007 is a Monday

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 

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