What formula is applicable for adding to cells contaning one text & the other cell contaning number/date.
Process of adding two excel cells
(2 posts) (2 voices)-
Posted 2 years ago #
-
Hi bantu,
If your text is in A1 and your date is in B1 then
=A1&TEXT(B1," dd-mm-yyyy")
Note the space between the first " and dd so that this separates your text from your date
Posted 2 years ago #
Reply
You must log in to post.

