ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Tricky Excel De-Dupe Problem (https://www.excelbanter.com/excel-worksheet-functions/219240-tricky-excel-de-dupe-problem.html)

[email protected]

Tricky Excel De-Dupe Problem
 
Hi

I have a list of email addresses and wish to filter the duplicates
based on the first few characters only being duplicated....example....

















So, I need to extract a shorter list with only one row for each
"person"

Anyone got any ideas?

Gary

Glenn

Tricky Excel De-Dupe Problem
 
wrote:
Hi

I have a list of email addresses and wish to filter the duplicates
based on the first few characters only being duplicated....example....

















So, I need to extract a shorter list with only one row for each
"person"

Anyone got any ideas?

Gary


Add a column with the following formula:

=SUBSTITUTE(A1,MID(A1,FIND("@",A1)-12,12),"")

Then filter for unique entries based upon that column.

[email protected]

Tricky Excel De-Dupe Problem
 
On Feb 5, 1:53*pm, Glenn wrote:
wrote:
Hi


I have a list of email addresses and wish to filter the duplicates
based on the first few characters only being duplicated....example....

















So, I need to extract a shorter list with only one row for each
"person"


Anyone got any ideas?


Gary


Add a column with the following formula:

=SUBSTITUTE(A1,MID(A1,FIND("@",A1)-12,12),"")

Then filter for unique entries based upon that column.- Hide quoted text -

- Show quoted text -


Thanks for the quick response.....

it almost works....

this is what I need to end up with....

COLUMN
1
COLUMN 2



THIS ONE TAKEN OUT AS IT IS EFFECTIVELY THE SAME PERSON AS THE ONE ABOVE












Struggling with this one! ;)

Glenn

Tricky Excel De-Dupe Problem
 
wrote:
On Feb 5, 1:53 pm, Glenn wrote:
wrote:
Hi
I have a list of email addresses and wish to filter the duplicates
based on the first few characters only being duplicated....example....














So, I need to extract a shorter list with only one row for each
"person"
Anyone got any ideas?
Gary

Add a column with the following formula:

=SUBSTITUTE(A1,MID(A1,FIND("@",A1)-12,12),"")

Then filter for unique entries based upon that column.- Hide quoted text -

- Show quoted text -


Thanks for the quick response.....

it almost works....

this is what I need to end up with....

COLUMN
1
COLUMN 2



THIS ONE TAKEN OUT AS IT IS EFFECTIVELY THE SAME PERSON AS THE ONE ABOVE












Struggling with this one! ;)


Try this:

=IF(SUMPRODUCT(--(SUBSTITUTE($A$1:A1,MID($A$1:A1,FIND("@",$A$1:A1)-12,12),"")=
SUBSTITUTE(A1,MID(A1,FIND("@",A1)-12,12),"")))=1,A1,"")

[email protected]

Tricky Excel De-Dupe Problem
 
On Feb 5, 4:52*pm, Glenn wrote:
wrote:
On Feb 5, 1:53 pm, Glenn wrote:
wrote:
Hi
I have a list of email addresses and wish to filter the duplicates
based on the first few characters only being duplicated....example.....














So, I need to extract a shorter list with only one row for each
"person"
Anyone got any ideas?
Gary
Add a column with the following formula:


=SUBSTITUTE(A1,MID(A1,FIND("@",A1)-12,12),"")


Then filter for unique entries based upon that column.- Hide quoted text -


- Show quoted text -


Thanks for the quick response.....


it almost works....


this is what I need to end up with....


COLUMN
1
COLUMN 2


* * * * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * * THIS ONE TAKEN OUT AS IT IS EFFECTIVELY THE SAME PERSON AS THE ONE ABOVE
* * * * * * * * * * * * * *
* * * * * * * * * *










Struggling with this one! ;)


Try this:

=IF(SUMPRODUCT(--(SUBSTITUTE($A$1:A1,MID($A$1:A1,FIND("@",$A$1:A1)-12,12),"*")=
SUBSTITUTE(A1,MID(A1,FIND("@",A1)-12,12),"")))=1,A1,"")- Hide quoted text -

- Show quoted text -


Jeeeez - where do you learn this stuff - NASA? ;;)) I'll give it a
try! Thanks

[email protected]

Tricky Excel De-Dupe Problem
 
On Feb 5, 4:52*pm, Glenn wrote:
wrote:
On Feb 5, 1:53 pm, Glenn wrote:
wrote:
Hi
I have a list of email addresses and wish to filter the duplicates
based on the first few characters only being duplicated....example.....














So, I need to extract a shorter list with only one row for each
"person"
Anyone got any ideas?
Gary
Add a column with the following formula:


=SUBSTITUTE(A1,MID(A1,FIND("@",A1)-12,12),"")


Then filter for unique entries based upon that column.- Hide quoted text -


- Show quoted text -


Thanks for the quick response.....


it almost works....


this is what I need to end up with....


COLUMN
1
COLUMN 2


* * * * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * * THIS ONE TAKEN OUT AS IT IS EFFECTIVELY THE SAME PERSON AS THE ONE ABOVE
* * * * * * * * * * * * * *
* * * * * * * * * *










Struggling with this one! ;)


Try this:

=IF(SUMPRODUCT(--(SUBSTITUTE($A$1:A1,MID($A$1:A1,FIND("@",$A$1:A1)-12,12),"*")=
SUBSTITUTE(A1,MID(A1,FIND("@",A1)-12,12),"")))=1,A1,"")- Hide quoted text -

- Show quoted text -


Genius - worked first time!!
Thanks so much
Gary

Glenn

Tricky Excel De-Dupe Problem
 

Try this:

=IF(SUMPRODUCT(--(SUBSTITUTE($A$1:A1,MID($A$1:A1,FIND("@",$A$1:A1)-12,12),"*")=
SUBSTITUTE(A1,MID(A1,FIND("@",A1)-12,12),"")))=1,A1,"")- Hide quoted text -

- Show quoted text -


Jeeeez - where do you learn this stuff - NASA? ;;)) I'll give it a
try! Thanks



Right here! (in the newsgroup)


All times are GMT +1. The time now is 01:59 AM.

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