Showing posts with label httpd. Show all posts
Showing posts with label httpd. Show all posts

Wednesday, April 17, 2024

Extract Domain from email in Excel or Google sheet

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