ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Delete data (https://www.excelbanter.com/excel-discussion-misc-queries/129592-delete-data.html)

Pete

Delete data
 
Delete data in a cell before the @ sign in an email address

Gary''s Student

Delete data
 
=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


JE McGimpsey

Delete data
 
One way, using a formula:

=MID(A1,FIND("@",A1)+1,256)

To do it in place:

Choose Data/Text to Columns/Delimited, click Next. Check "Other" and
enter "@" in the input box. Click Next. Select the first column and
select the Do Not Import Column (Skip) radio button. Click Finish

In article ,
Pete wrote:

Delete data in a cell before the @ sign in an email address


Pete

Delete data
 
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


Gary''s Student

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



All times are GMT +1. The time now is 07:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com