Trying to concatenate a letter with a date

Solved/Closed
GBW - 27 Oct 2016 à 07:19
 GBW - 27 Oct 2016 à 08:16
Hello,

I'm trying to keep a date in a recognisable format and precede it with a character.

e.g. I want "D" and 27 July 2015 to appear as D 27 July 2015.
Each approach I try ends up with the date back in serial number form D40750

Any ideas anyone please?



1 response

Sorry to trouble you with a trivial problem! A38 ="D".

Answer =A38&" "&TEXT(A48,"dd/mm/yy")

Don't know why I couldn't find it.