How to get Domain from Email

If your email address is in cell A1 (top left cell) the formula to use to get just the domain part is as follows -
=RIGHT(A1,LEN(A1)-FIND("@",A1))
This works for all versions of Excel.
Tags: How do I get the domain name from an Email in Excel?

Related Articles in Excel Tips Category

Export BuiltWith Profiles to Excel/CSV

Export BuiltWith Profiles to Excel/CSV

You can export website profiles you see in BuiltWith to CSV and XSLX formats as shown below -The simplest way to do this is to click the CSV/XLSX link on profiles....

Technology Matrix to Single Cell

Technology Matrix to Single Cell

To get the first technology result from the matrix into a single cell next to the domain do the following -Create a new column after the Domain column in the....