Blog

+ Free advice and other musings

Ask for Support: Excel Tip for Separating Full Name into First Name Last Name

by | Apr 12, 2007 | Tech Support for Non-Techies, Underwire Newsletter

Microsoft Excel is that program we love and love to hate.

Exceltip.com is a good resource for tips on doing the craziest, and most useful, things in Excel.

Excel Tip: Separating first name and last name using formulas in Microsoft Excel

Let’s say you have a grid of subscribers. The first column (column A) contains the Full Name, “John Smith”, but now you need to sort by last name. How do you do it?

Cell A1 contains a name: John Smith

1. Create a new, blank column.

2. Make sure the format of the column is “general”.

3. In the new, blank column, in row 1, type this formula:

The formula for extracting the first name is: =Left(A1,Find(” “,A1))
The formula for extracting the last name is: =Mid(A1,Find(” “,A1)+1,Len(A1))

4. If the formula works, copy and paste the formula in the whole column.

Now, you want to make the new column contain the value rather than the formula.

5. Select your new column. Copy > Paste Special. Select Value. Save.

Now you can sort the column containing Last Name.

Note: Paste Special is different than Paste. Paste Special lets you define what part of the info you want pasted into the column. In this case you want the value of the formula, “Smith”, rather than the formula “=Mid(A1,Find(” “,A1)+1,Len(A1))”.


Is some piece of technology driving you mad? Are you a non-techie in need of support? Email me. monique@iworkindustries.com
I will answer your questions in upcoming newsletters.

You may also like …

Finding the Path

What does 2025 hold for the publishing industry? Hello friends, If you’re feeling like 2025 started with a cold wind rather than a fresh breeze, you’re not alone. The publishing industry, like many others, is grappling with seismic shifts. I read today that New Star...

read more
AMA | Ask Me Anything

AMA | Ask Me Anything

I had 3 great marketing questions posed to me last week and I thought I'd share my responses. Question 1: Is there a way to show the Full URL of pages being shown in GA4 Realtime reports? Unfortunately there is no way to modify the Realtime reports. What you see is...

read more