Concatenate

S

SJT

I am attempting to use the concatenate function to combine some text with
dates from two different cells. However, the result gives me the serial
number associated w/ the date as opposed to the format "October 16, 2008".
The cell is formatted as a date. I am using Excel 2003 in XP. Thank you in
advance for your assistance.
 
S

smartgal

Can you provide samples of the data you're trying to concatenate, and show
how you'd like the result to display?
 
W

Warren Jo

=CONCATENATE(G45," ",C45," ",D45," ",E45)
This is the formula I've used. E45 is a date. I've tried using 'TEXT' in
the formula but keep getting an error message. Can someone write me a
formula??
 
G

Gord Dibben

=G45 & " " & c45 & " " & D45 & " " & TEXT(E45,"mmmm dd, yyyy")


Gord Dibben MS Excel MVP
 

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

Similar Threads


Top