Thread: Delete data
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default 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