Lisa has attended:
Access Introduction course
Access Intermediate course
Access Advanced course
Excel
If you have two columns of data and you want to merge the columns into one, how would you do this?
RE: Excel
Hello Lisa
Thank you for your question
Use the concatenate formula in a new column:
=CONCATENATE(A2,B2)
This will merge them with no spaces. If you want to add spaces in between the two columns you are merging use this:
=CONCATENATE(A2," ",B2)
You can then drag the formula down so it does the whole column.
If this resolves your question, please mark it as resolved. If not, please reply with more information.
Kind regards
Cress