trim and merge cells

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

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Trim and Merge cells in Excel

Trim and Merge cells in Excel

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

 

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
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Rotating Text in an Excel 2010 Worksheet

Maybe you want to draw attention to certain text or you just simply want to make your worksheet look more exciting!

One of the things you might consider is, rotating the text in a particular cell or set of cells.

1) Select a cell you would like to rotate
2) Click the ''Home'' tab in the Ribbon
3) Click ''orientation'' in the ''Alignment'' section
4) A pop up menu will appear with a few choices, if you want to decide yourself how many degrees to rotate the text, then click ''Format Cell Alignment.''

View all Excel hints and tips


Server loaded in 0.08 secs.