Concatenate

Matt

Board Regular
Joined
Feb 16, 2002
Messages
212
I'm having problems concatenating a text formatted cell with a date formatted cell. Each time that I try to concatenate the 2n cells the date reverts back to the code e.g. 37305 rather than retaining the date format 19/01/02. Does anyone have any ideas to get around this.

Thanks

Matt
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
On 2002-02-18 03:27, Aladin Akyurek wrote:
Matt,

Try:

=A1&" "&TEXT(B1,"dd/mm/yy")

where A1 houses a text value and B1 a date.

Aladin


Adding a space to the concatenation is not necessary.
Instead, the formula could entered as :-
=A1&TEXT(B1," dd/mm/yy")
 
Upvote 0

Forum statistics

Threads
1,214,409
Messages
6,119,339
Members
448,888
Latest member
Arle8907

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