Showing posts with label terminal. Show all posts
Showing posts with label terminal. Show all posts

Sunday, August 13, 2023

Extract Domain from email in Excel or Google sheet

  =TEXTAFTER( A2 , "@") or, =MID(A1, FIND("@", A1) + 1, LEN(A1) - FIND("@", A1))