how to strip the domain name out of an email address

BruceThomas

New Member
Joined
Jan 8, 2019
Messages
1
I am new to this site however hopefully someone will take pity on me and answer my question. I should also say I am only a basic Excel user (very basic). Here is my problem. I have a spread sheet with a column that contains individual email addresses (example = JoeSmith@ABC.com). I need to set up another column with just the domain name (example ABC.com). I realize I can just type it in however I have approx 14,000 entries so would be a lot of work. Is there a formula that I can use that would allow me to create a calc that strips off everything to the left of the "@" sign and only show the domain name (in this case ABC.com)?

Thanks for any help someone can provide.
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hi,

Just another way:


Book1
AB
1JoeSmith@ABC.comABC.com
Sheet455
Cell Formulas
RangeFormula
B1=REPLACE(A1,1,FIND("@",A1),"")
 
Upvote 0

Forum statistics

Threads
1,223,639
Messages
6,173,498
Members
452,516
Latest member
druck21

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