Concatenate formula with date

Keibri

New Member
Joined
May 29, 2015
Messages
8
Hi all,

I am having some problems with the concatenate formula.

I have cell A1 which for example has the following text 'Financial Reporting as at'
and cell A2 which has a date e.g. 31.12.2016.. which is in the following format 31 December 2016


I am finding a problem since when I try to concatenate the two values, the result is getting 'Financial Reporting as at 23456'.

Is there a work around so as the date will remain in its format?

Appreciate a lot your kind help

Thanks

Keibri
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Try this...
="Financial Reporting as at"&text(A2,"dd.mm.yyyy")

The number you are seeing is what a date would look like if it was not formatted as a date
 
Upvote 0

Forum statistics

Threads
1,215,471
Messages
6,124,999
Members
449,201
Latest member
Lunzwe73

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