Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 207
Default Extracting unique entries

Hi All,

I have looked through the forum and could not find a solution to this
problem. I think it should be easy though.

I have some data in A1:AY3990. there are many duplicates and I want to
extract only unique ones to another sheet.

The data is too much and it will take a lot of time to delete duplicates.
Some have 3 duplicates, some have 2, some have 5 etc etc.

The good thing is that if the entry in column A is duplicate, that entire
row is going to be duplicate so we actually need to find duplicates in
column A only and extract only the unique ones to sheet 2.

I have tried the Advance Filter|Unique Values Only| option. Its not working.


Thanks in advance
Gaurav


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Extracting unique entries

Should work to get the uniques. What does not working mean?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Gaurav" wrote in message
...
Hi All,

I have looked through the forum and could not find a solution to this
problem. I think it should be easy though.

I have some data in A1:AY3990. there are many duplicates and I want to
extract only unique ones to another sheet.

The data is too much and it will take a lot of time to delete duplicates.
Some have 3 duplicates, some have 2, some have 5 etc etc.

The good thing is that if the entry in column A is duplicate, that entire
row is going to be duplicate so we actually need to find duplicates in
column A only and extract only the unique ones to sheet 2.

I have tried the Advance Filter|Unique Values Only| option. Its not
working.


Thanks in advance
Gaurav



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 207
Default Extracting unique entries

it still has all the duplicates.


"Bob Phillips" wrote in message
...
Should work to get the uniques. What does not working mean?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Gaurav" wrote in message
...
Hi All,

I have looked through the forum and could not find a solution to this
problem. I think it should be easy though.

I have some data in A1:AY3990. there are many duplicates and I want to
extract only unique ones to another sheet.

The data is too much and it will take a lot of time to delete duplicates.
Some have 3 duplicates, some have 2, some have 5 etc etc.

The good thing is that if the entry in column A is duplicate, that entire
row is going to be duplicate so we actually need to find duplicates in
column A only and extract only the unique ones to sheet 2.

I have tried the Advance Filter|Unique Values Only| option. Its not
working.


Thanks in advance
Gaurav





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Extracting unique entries

It works but you need to specify only the data in column A then select the
visible cells and copy the data to another sheet


--


Regards,


Peo Sjoblom


"Gaurav" wrote in message
...
it still has all the duplicates.


"Bob Phillips" wrote in message
...
Should work to get the uniques. What does not working mean?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Gaurav" wrote in message
...
Hi All,

I have looked through the forum and could not find a solution to this
problem. I think it should be easy though.

I have some data in A1:AY3990. there are many duplicates and I want to
extract only unique ones to another sheet.

The data is too much and it will take a lot of time to delete
duplicates. Some have 3 duplicates, some have 2, some have 5 etc etc.

The good thing is that if the entry in column A is duplicate, that
entire row is going to be duplicate so we actually need to find
duplicates in column A only and extract only the unique ones to sheet 2.

I have tried the Advance Filter|Unique Values Only| option. Its not
working.


Thanks in advance
Gaurav







  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Extracting unique entries

He is using Advanced Filter Peo, not autofilter.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Peo Sjoblom" wrote in message
...
It works but you need to specify only the data in column A then select the
visible cells and copy the data to another sheet


--


Regards,


Peo Sjoblom


"Gaurav" wrote in message
...
it still has all the duplicates.


"Bob Phillips" wrote in message
...
Should work to get the uniques. What does not working mean?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Gaurav" wrote in message
...
Hi All,

I have looked through the forum and could not find a solution to this
problem. I think it should be easy though.

I have some data in A1:AY3990. there are many duplicates and I want to
extract only unique ones to another sheet.

The data is too much and it will take a lot of time to delete
duplicates. Some have 3 duplicates, some have 2, some have 5 etc etc.

The good thing is that if the entry in column A is duplicate, that
entire row is going to be duplicate so we actually need to find
duplicates in column A only and extract only the unique ones to sheet
2.

I have tried the Advance Filter|Unique Values Only| option. Its not
working.


Thanks in advance
Gaurav











  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Extracting unique entries

That suggests to me that what looks like duplicates are not duplicates. Do
any have trailing spaces?

Check by using

=COUNTIF(A:A,Ax)

where x is a row that you think contains a duplicate. Do you get a result of
1?


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Gaurav" wrote in message
...
it still has all the duplicates.


"Bob Phillips" wrote in message
...
Should work to get the uniques. What does not working mean?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Gaurav" wrote in message
...
Hi All,

I have looked through the forum and could not find a solution to this
problem. I think it should be easy though.

I have some data in A1:AY3990. there are many duplicates and I want to
extract only unique ones to another sheet.

The data is too much and it will take a lot of time to delete
duplicates. Some have 3 duplicates, some have 2, some have 5 etc etc.

The good thing is that if the entry in column A is duplicate, that
entire row is going to be duplicate so we actually need to find
duplicates in column A only and extract only the unique ones to sheet 2.

I have tried the Advance Filter|Unique Values Only| option. Its not
working.


Thanks in advance
Gaurav







  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 207
Default Extracting unique entries

I selected column A and used advanced filter with copy unique records to
other location. It worked. But I had data in 51 columns corresponding to
column A so i used VLOOKUP to return the rest of the data. Although it
worked, I feel that there should be an easier way of acheiving this.


"Bob Phillips" wrote in message
...
That suggests to me that what looks like duplicates are not duplicates. Do
any have trailing spaces?

Check by using

=COUNTIF(A:A,Ax)

where x is a row that you think contains a duplicate. Do you get a result
of
1?


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Gaurav" wrote in message
...
it still has all the duplicates.


"Bob Phillips" wrote in message
...
Should work to get the uniques. What does not working mean?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Gaurav" wrote in message
...
Hi All,

I have looked through the forum and could not find a solution to this
problem. I think it should be easy though.

I have some data in A1:AY3990. there are many duplicates and I want to
extract only unique ones to another sheet.

The data is too much and it will take a lot of time to delete
duplicates. Some have 3 duplicates, some have 2, some have 5 etc etc.

The good thing is that if the entry in column A is duplicate, that
entire row is going to be duplicate so we actually need to find
duplicates in column A only and extract only the unique ones to sheet
2.

I have tried the Advance Filter|Unique Values Only| option. Its not
working.


Thanks in advance
Gaurav









Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
extracting unique records [email protected] Excel Discussion (Misc queries) 1 September 6th 07 07:55 AM
Extracting entries from long list Molly Excel Worksheet Functions 3 February 4th 06 02:53 PM
Extracting unique entries and assigning it to a named range Hari Excel Discussion (Misc queries) 0 December 13th 05 06:29 AM
Extracting unique records by formula Peter Excel Discussion (Misc queries) 7 September 22nd 05 11:04 PM
extracting unique rows DANmcc New Users to Excel 1 April 20th 05 01:42 AM


All times are GMT +1. The time now is 09:48 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"