CONCATENATE TEXT & FORMULAS

LANIP

New Member
Joined
Feb 25, 2002
Messages
1
I'm trying to concatenate a cell with text and a cell that contains a formula. The concatenate cell is working, however, the cell with a formula is in date format (mm/dd/yy), but when it is added to the text it shows as a numerical date (ex: 01/14/02 = 37270). How do I get the date to show in the destination cell in the mm/dd/yy format? I need destination cell to look like this : Week of 01/14/02 not Week of 37270.
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
On 2002-02-26 12:49, LANIP wrote:
I'm trying to concatenate a cell with text and a cell that contains a formula. The concatenate cell is working, however, the cell with a formula is in date format (mm/dd/yy), but when it is added to the text it shows as a numerical date (ex: 01/14/02 = 37270). How do I get the date to show in the destination cell in the mm/dd/yy format? I need destination cell to look like this : Week of 01/14/02 not Week of 37270.

=A1&TEXT(B1," mm/dd/yy") where A1 contains your text and B1 contains your date value.
 
Upvote 0
try
="week of "&TEXT(A1,"mm/dd/yy")

good luck


On 2002-02-26 12:49, LANIP wrote:
I'm trying to concatenate a cell with text and a cell that contains a formula. The concatenate cell is working, however, the cell with a formula is in date format (mm/dd/yy), but when it is added to the text it shows as a numerical date (ex: 01/14/02 = 37270). How do I get the date to show in the destination cell in the mm/dd/yy format? I need destination cell to look like this : Week of 01/14/02 not Week of 37270.
 
Upvote 0

Forum statistics

Threads
1,214,517
Messages
6,119,984
Members
448,935
Latest member
ijat

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