Format a date within a Concatenate function

Adrae

Active Member
Joined
Feb 19, 2002
Messages
306
For this formula, the value in Sheet1!E4 is a date (MM/DD/YY). It pulls it as a number here. Anyway to format this as a date.
Thanks :)

=CONCATENATE("Flash Report for the Week Ended", " ",Sheet1!E4, " ","(000's)")
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
On 2002-03-26 09:25, Adrae wrote:
For this formula, the value in Sheet1!E4 is a date (MM/DD/YY). It pulls it as a number here. Anyway to format this as a date.
Thanks :)

=CONCATENATE("Flash Report for the Week Ended", " ",Sheet1!E4, " ","(000's)")

Try:

="Flash Report for the Week Ended "&TEXT(Sheet1!E4, "mm/dd/yy")
 
Upvote 0
On 2002-03-26 09:35, Adrae wrote:
How do I add that extra little bit on the end, (000's)?

Thanks :)

Not sure I understand, but is it:

="Flash Report for the Week Ended "&TEXT(Sheet1!E4, "mm/dd/yy")&"(000's)"
 
Upvote 0

Forum statistics

Threads
1,215,004
Messages
6,122,656
Members
449,091
Latest member
peppernaut

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