date converts to serial number in formula

PTH1

New Member
Joined
Dec 7, 2010
Messages
2
I'm using a formula to pull data from other columns in order to automatically complete a phrase. The formula looks like ="language" & A1 & "other language" & B1, with A1 being the date. The date displays in standard date format in A1, but once used in the formula, it converts to the serial number. I've changed the number formatting in both columns (so that there are no /s or -s,) several times, to no avail. does anyone have suggestions?
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Try

="language" & TEXT(A1,"dd/mm/yyyy") & "other language" & TEXT(B1,"dd/mm/yyyy")
 
Upvote 0
Hello and welcome to the board!

try somethign like (not tested):

="language" & Text(A1,"yyyy-mm-dd") & "other language" & B1
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,279
Members
452,630
Latest member
OdubiYouth

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