date format with concatenate formula

biglb79

Active Member
Joined
Oct 17, 2007
Messages
299
is there a way to have the date read like a normal date when using this formula instead of having to go to the invoice date cell and do this '12/31/20 before every date? right now a 2/27/21 date comes through as 44254, but if i put the parentheses in front of the date it comes through as 2/27/21
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
bigllb79, Good morning.

To format all date cells as DATE is an option for you?

or

You can use too: ="The date is " & TEXT(A1;"dd/mm/aaaa")


Please, tell us if it worked for you.

I hope it helps.
 
Upvote 0
Solution
bigllb79, Good morning.

To format all date cells as DATE is an option for you?

or

You can use too: ="The date is " & TEXT(A1;"dd/mm/aaaa")


Please, tell us if it worked for you.

I hope it helps.
the dates were formatted as date, but this formula works if I add a new column and create the date in that column. thanks!

I didn't know how to change the concatenate formula I have of ($d$14,$e$14,j15) where j15 was the date
 
Upvote 0
biglb79, Good afternoon.

You're welcome & Thanks for the feedback.

Glad to help you.
 
Upvote 0
the dates were formatted as date, but this formula works if I add a new column and create the date in that column. thanks!

I didn't know how to change the concatenate formula I have of ($d$14,$e$14,j15) where j15 was the date

Hi,

Rather than creating a new column just for the Date conversion, why not do it directly within your Concatenate, something like:

Excel Formula:
=CONCATENATE($D$14,$E$14,TEXT(J15,"dd/mm/yyyy"))
 
Upvote 0

Forum statistics

Threads
1,214,947
Messages
6,122,413
Members
449,082
Latest member
tish101

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