Delete data
Yes. If A1 contains the email address.
--
Gary''s Student
gsnu200704
"Pete" wrote:
Hi Gary
Do I just copy the formula in field B1 and run it?
Ta Pete
"Gary''s Student" wrote:
=RIGHT(A1,LEN(A1)-FIND("@",A1)+1) including the @
=RIGHT(A1,LEN(A1)-FIND("@",A1)) to not include the @
--
Gary's Student
gsnu200704
"Pete" wrote:
Delete data in a cell before the @ sign in an email address
|