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 Excel Training and help » Trim and Merge cells in Excel
Trim and Merge cells in Excel
Resolved · Urgent Priority · Version 365
Michael has attended:
Half Day Only - Lookups course
Trim and Merge cells in Excel
Hello everyone its a while since I have used Excel.
I have over 1641 lines of data with 7 rows - My problem is I need to merge the first name and second name which are in different cells into one, before I send out bulk emails to each candidate.
RE: Trim and Merge cells in Excel
Hi Michael,
You can use the CONCATENATE function or the & operator to merge the first name and second name into one cell. Here’s how you can do it:
=CONCATENATE(A2, " ", B2)
or
=A2 & " " & B2
In these formulas, A2 represents the cell with the first name and B2 represents the cell with the second name. The " " in the middle is a space character, so there is a space between the first and second names in the result.
You can enter this formula in the first row where you want the full name to appear, and then drag the fill handle (the small square at the bottom-right of the cell) down to copy this formula for all the other rows.
Please replace A2 and B2 with the actual cell references for your first name and second name columns. If you have a header row, you might start with A2 and B2, but if you don’t, you might start with A1 and B1.
Remember to save your changes before you proceed with sending out your bulk emails.
Kind regards
Richard
STL - https://www.stl-training.co.uk
98%+ recommend us
London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector
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. |
Excel tip:Rotating Text in an Excel 2010 WorksheetMaybe you want to draw attention to certain text or you just simply want to make your worksheet look more exciting! |