Probably an extremely stupid question but how do I combine the results of 3 columns? For example in A1 I have 2071000, in B1 I have / and in C1 I have A.
End result should be 2071000 / A.
Probably an extremely stupid question but how do I combine the results of 3 columns? For example in A1 I have 2071000, in B1 I have / and in C1 I have A.
End result should be 2071000 / A.
Try this:
Does that help?![]()
D1: =A1&B1&C1
Try =CONCATENATE(A1, B1, C1)
but if you want them separate you'll need:
=CONCATENATE(A1, " ", B1, " ", C1)
Never use Merged Cells in Excel
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks