excel

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Access Training and help » Excel

Excel

resolvedResolved · 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


 

Access tip:

Modal forms

If 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.

View all Access hints and tips


Server loaded in 0.09 secs.