98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » Excel
Excel
Resolved · Low Priority · Version 2007
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
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Modal formsIf you have created a form / switchboard and dont want people to get away from using the switchboard, you can change the form properites for Modal to On. |