Username: (before '@' sign)
Domain: (after the '@' sign)
...the +/- 1 adds or removes the @ symbol
=LEFT(A1,FIND("@",A1)-1)
Domain: (after the '@' sign)
=RIGHT(A1,LEN(A1)-FIND("@",A1)+1)
...the +/- 1 adds or removes the @ symbol