No posts with label All-In-One-WP-Migration. Show all posts
No posts with label All-In-One-WP-Migration. Show all posts

Extract Domain from email in Excel or Google sheet

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