How to sort by email address

millergg

New Member
Joined
Mar 8, 2024
Messages
3
Office Version
  1. 365
  2. 2013
Platform
  1. Windows
Hi,
I have a spreadsheet with the following headers: First Name, Last Name, Email, Login Access? and Status.
It has 3,897 rows. Office 365. On Windows 10,

I would like to sort by email address - emails look like: username@differentBanks.com.
I don't need to sort by the first part (username) but by the last part (differentBanks.com)

Not sure how to do this. Any help is greatly appreciated!

Thanks,
George
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Welcome to the Board!

One easy way would be to use a helper column to pull out the part of the email address after the "@", like this:
Excel Formula:
=TEXTAFTER(C1,"@")
Then you can use that helper column to sort.
 
Upvote 0
Solution
Thanks, Joe4!! I appreciate the speedy repy!
I'll give that a whirl, looks like it will work nicely!
 
Upvote 0
@Joe4 - Worked perfectly! I knew there should be an easy way to do this.
Appreciate your help greatly - saved me a lot of time.
 
Upvote 0
You are welcome.
Glad I was able to help!
 
Upvote 0

Forum statistics

Threads
1,215,072
Messages
6,122,968
Members
449,095
Latest member
Mr Hughes

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top