NEWSheetSteps AI now turns entire websites into clean spreadsheet columnsExplore web scraping  →
Google Sheets · Verified tutorial

Extract a domain from an email in Google Sheets

In B2 enter =MID(A2,FIND("@",A2)+1,LEN(A2)) and fill it down through B4.

Verified by JosephineAbout 60 seconds
Quick answer

In B2 enter =MID(A2,FIND("@",A2)+1,LEN(A2)) and fill it down through B4.

Step-by-step

1

Open the practice sheetUse the example data shown below so the result is easy to check.

2

Extract a domain from an emailIn B2 enter =MID(A2,FIND("@",A2)+1,LEN(A2)) and fill it down through B4.

3

Check the resultCompare the finished sheet with the expected result and correct the target range if needed.

Shortcut or faster method

Use the menu path shown in the video and keep the target range selected until the change is applied.

Expected result

B2:B4 contains each email domain.

Common mistake

Starting with the wrong cell or range selected.

Troubleshooting

Re-select B2 and repeat the final action. B2:B4 contains each email domain.

Example spreadsheet data

This is the clean fixture used for the verified run.

EmailDomain
anna@example.com
ben@northwind.io
cara@studio.co

Video transcript

  1. Open the prepared Practice spreadsheet.
  2. Open the practice sheet. Use the example data shown below so the result is easy to check.
  3. Extract a domain from an email. In B2 enter =MID(A2,FIND("@",A2)+1,LEN(A2)) and fill it down through B4.
  4. Check the result. Compare the finished sheet with the expected result and correct the target range if needed.
  5. B2:B4 contains each email domain.