Alphabetizing in Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know about the sort function in Excel. I have a column of names, first
name followed by the last name. Can I get Excel to sort them by the LAST
name?

Thank you.
 
You need to create an additional column that contains only the
last name, and sort on that column. For simple first and last
names, the following formula will return the last name of the
full name in A1.

=MID(A1,FIND(" ",A1,1)+1,99)

Copy this formula down as far as you need to go.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"FORMULA QUESTION" <[email protected]>
wrote in message
news:[email protected]...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top