PC Review


Reply
Thread Tools Rate Thread

Filter data per function

 
 
vrijbergen
Guest
Posts: n/a
 
      3rd Oct 2005

Hi,

I have the following problem: I want to filter my excel sheet fo
unique data. I have many columns with text-numbers (example ABC145-59
and I want to filter in such a way that only the unique values ar
remaining. I cannot use the data-filter function of Excel.

How can I do this?

Thanks Michie

--
vrijberge
-----------------------------------------------------------------------
vrijbergen's Profile: http://www.excelforum.com/member.php...fo&userid=2775
View this thread: http://www.excelforum.com/showthread.php?threadid=47266

 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      3rd Oct 2005
You could use a helper column of formulas. But that formula depends on what you
mean by unique.

Do you want just the values that occur only once--or do you want each value when
it occurs the first time.

If your data is in A2:A999
You could insert a new column B and use a formula like:

=countif($a$2:$a$999,a2)
and drag down

And filter to show just the 1's (only the values that appear once will appear).

or...

=countif($a$2:a2,a2)
and drag down.

Then filter to show just the 1's. The visible rows will contain just the first
time that value appeared (no matter if it showed up once or hundreds of times).

You may want to read some of Chip Pearson's techniques for dealing with
duplicates:
http://www.cpearson.com/excel/duplicat.htm

vrijbergen wrote:
>
> Hi,
>
> I have the following problem: I want to filter my excel sheet for
> unique data. I have many columns with text-numbers (example ABC145-59)
> and I want to filter in such a way that only the unique values are
> remaining. I cannot use the data-filter function of Excel.
>
> How can I do this?
>
> Thanks Michiel
>
> --
> vrijbergen
> ------------------------------------------------------------------------
> vrijbergen's Profile: http://www.excelforum.com/member.php...o&userid=27757
> View this thread: http://www.excelforum.com/showthread...hreadid=472665


--

Dave Peterson
 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      3rd Oct 2005
This formula we use In The DataRefiner Add-in and in EasyFilter

=IF(COUNTIF($A$1:$A$16,A2)=1,"Unique",IF(COUNTIF($A$1:$A$16,A2)=0,"Empty","Duplicate("& COUNTIF($A$1:A2,A2)&")"))



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Dave Peterson" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> You could use a helper column of formulas. But that formula depends on what you
> mean by unique.
>
> Do you want just the values that occur only once--or do you want each value when
> it occurs the first time.
>
> If your data is in A2:A999
> You could insert a new column B and use a formula like:
>
> =countif($a$2:$a$999,a2)
> and drag down
>
> And filter to show just the 1's (only the values that appear once will appear).
>
> or...
>
> =countif($a$2:a2,a2)
> and drag down.
>
> Then filter to show just the 1's. The visible rows will contain just the first
> time that value appeared (no matter if it showed up once or hundreds of times).
>
> You may want to read some of Chip Pearson's techniques for dealing with
> duplicates:
> http://www.cpearson.com/excel/duplicat.htm
>
> vrijbergen wrote:
>>
>> Hi,
>>
>> I have the following problem: I want to filter my excel sheet for
>> unique data. I have many columns with text-numbers (example ABC145-59)
>> and I want to filter in such a way that only the unique values are
>> remaining. I cannot use the data-filter function of Excel.
>>
>> How can I do this?
>>
>> Thanks Michiel
>>
>> --
>> vrijbergen
>> ------------------------------------------------------------------------
>> vrijbergen's Profile: http://www.excelforum.com/member.php...o&userid=27757
>> View this thread: http://www.excelforum.com/showthread...hreadid=472665

>
> --
>
> Dave Peterson



 
Reply With Quote
 
Zack Barresse
Guest
Posts: n/a
 
      3rd Oct 2005
Why can you not use the data filter method? What about the Advanced Filter
| Unique method?

--
Regards,
Zack Barresse, aka firefytr, (GT = TFS FF Zack)


"vrijbergen" <(E-Mail Removed)> wrote
in message news:(E-Mail Removed)...
>
> Hi,
>
> I have the following problem: I want to filter my excel sheet for
> unique data. I have many columns with text-numbers (example ABC145-59)
> and I want to filter in such a way that only the unique values are
> remaining. I cannot use the data-filter function of Excel.
>
> How can I do this?
>
> Thanks Michiel
>
>
> --
> vrijbergen
> ------------------------------------------------------------------------
> vrijbergen's Profile:
> http://www.excelforum.com/member.php...o&userid=27757
> View this thread: http://www.excelforum.com/showthread...hreadid=472665
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
What function to use for filter of data? TashaBrighton Microsoft Excel Worksheet Functions 2 19th May 2009 02:52 PM
What function to use for filter of data? TashaBrighton Microsoft Excel Worksheet Functions 0 19th May 2009 01:49 PM
Data Filter function on, but greyed out looking to learn Microsoft Excel Crashes 0 3rd Feb 2009 05:50 PM
Data Filter Function in VBA wayliff Microsoft Excel Programming 1 12th Jan 2006 05:21 PM
Using Data filter function =?Utf-8?B?bmV2YW5z?= Microsoft Excel Misc 2 11th Feb 2004 07:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:31 AM.