Donna-marie has attended:
Excel Intermediate course
Excel Advanced course
Text functions
How to combined two colomns of text together in one cell?
RE: Text functions
Hi Donna-Marie, Thank you for your question, to undertake this action you will need to use the Concatentate function. Assuming that you wished to combine data from cell B4 and C4 you can use the following function in a new cell (ie A4) =CONCATENATE(B4," ",C4), note the " " space between the two cell references, this is necessary to separate the two text items.