concatenate date cell format

WLHagen

Board Regular
Joined
Sep 18, 2009
Messages
177
Hey all!

I'm using Excel 2007. I'm trying to concatenate several cells into a new string, and I'm having trouble with how a date cell shows in the new (concatenated) cell. If the date in the originating cell is 06/27/2013, the concatenated cell shows it as 41452.

Thanks in advance for your assistance!!!!
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
For instance:

="Today is " & TEXT(Today(),"mmddyyyy")
 
Upvote 0
Use the TEXT function.

If A1 has your date, try ="Today's date is "&TEXT(A1,"MM/DD/YYYY")
 
Upvote 0
Y'all are the BOMB-Diggety!!!!! :stickouttounge:

It worked PERFECTLY!

Sorry for the delay in reply - I posted this just before going to meetings, then had offline "stuff" to do... "life happened"
 
Upvote 0

Forum statistics

Threads
1,224,583
Messages
6,179,682
Members
452,937
Latest member
Bhg1984

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top