=LEFT(A2,FIND("@",A2)-1)
.
Or
use Find and replace,Replace all
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a spreadsheet with full email addresses in one column. The list is 800 email addresses long. I only need the beginning of the email address and need to remove the "@company.com". I know there must be a simple way of doing this. Thank you for your help.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
=LEFT(A2,FIND("@",A2)-1)
.
Or
use Find and replace,Replace all
Fill in what you want in the column next to the top two entries, and then select the next cell and use
Data / Flash fill
Excel will process all the entries based on the logic it derives from your examples.
Hi,
You may also use the =TEXTBEFORE(A2,"@") formula.
Hope this helps.
OR -
You could also use Data / Text to columns Delimited Next Choose @ as the delimiter, and then in the next step, select the second column and choose "Do not import column (skip)" then finish up.