mosslovell
New Member
- Joined
- Oct 5, 2014
- Messages
- 4
Hi All,
I have been searching the internet to solve my little problem.
I have some data and I would like to filter in place unique data to show unique values only.
I dont want to copy the data to another sheet as i will be using the filtered data to filter it down some more.
So for example
[TABLE="width: 192"]
<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl63, width: 64"]Name[/TD]
[TD="class: xl63, width: 64"]Last[/TD]
[TD="class: xl63, width: 64"]Place[/TD]
[/TR]
[TR]
[TD="class: xl63, width: 64"]Ann[/TD]
[TD="class: xl63, width: 64"]A[/TD]
[TD="class: xl63, width: 64"]Wolves[/TD]
[/TR]
[TR]
[TD="class: xl63, width: 64"]Ann[/TD]
[TD="class: xl63, width: 64"]b[/TD]
[TD="class: xl63, width: 64"]Bham[/TD]
[/TR]
[TR]
[TD="class: xl63, width: 64"]Betty[/TD]
[TD="class: xl63, width: 64"]a[/TD]
[TD="class: xl63, width: 64"]Wolves[/TD]
[/TR]
[TR]
[TD="class: xl63, width: 64"]Carol[/TD]
[TD="class: xl63, width: 64"]a[/TD]
[TD="class: xl63, width: 64"]Bham[/TD]
[/TR]
[TR]
[TD="class: xl63, width: 64"]Carol[/TD]
[TD="class: xl63, width: 64"]b[/TD]
[TD="class: xl63, width: 64"]Wolves[/TD]
[/TR]
[TR]
[TD="class: xl63, width: 64"]Ann[/TD]
[TD="class: xl63, width: 64"]A[/TD]
[TD="class: xl63, width: 64"]Wolves[/TD]
[/TR]
[TR]
[TD="class: xl64, width: 64"]Carol[/TD]
[TD="class: xl64, width: 64"]a[/TD]
[TD="class: xl64, width: 64"]Bham[/TD]
[/TR]
</tbody>[/TABLE]
So I need to filter on Wolves and show only the unique names.
Thanks in advance guys.
Moss
I have been searching the internet to solve my little problem.
I have some data and I would like to filter in place unique data to show unique values only.
I dont want to copy the data to another sheet as i will be using the filtered data to filter it down some more.
So for example
[TABLE="width: 192"]
<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl63, width: 64"]Name[/TD]
[TD="class: xl63, width: 64"]Last[/TD]
[TD="class: xl63, width: 64"]Place[/TD]
[/TR]
[TR]
[TD="class: xl63, width: 64"]Ann[/TD]
[TD="class: xl63, width: 64"]A[/TD]
[TD="class: xl63, width: 64"]Wolves[/TD]
[/TR]
[TR]
[TD="class: xl63, width: 64"]Ann[/TD]
[TD="class: xl63, width: 64"]b[/TD]
[TD="class: xl63, width: 64"]Bham[/TD]
[/TR]
[TR]
[TD="class: xl63, width: 64"]Betty[/TD]
[TD="class: xl63, width: 64"]a[/TD]
[TD="class: xl63, width: 64"]Wolves[/TD]
[/TR]
[TR]
[TD="class: xl63, width: 64"]Carol[/TD]
[TD="class: xl63, width: 64"]a[/TD]
[TD="class: xl63, width: 64"]Bham[/TD]
[/TR]
[TR]
[TD="class: xl63, width: 64"]Carol[/TD]
[TD="class: xl63, width: 64"]b[/TD]
[TD="class: xl63, width: 64"]Wolves[/TD]
[/TR]
[TR]
[TD="class: xl63, width: 64"]Ann[/TD]
[TD="class: xl63, width: 64"]A[/TD]
[TD="class: xl63, width: 64"]Wolves[/TD]
[/TR]
[TR]
[TD="class: xl64, width: 64"]Carol[/TD]
[TD="class: xl64, width: 64"]a[/TD]
[TD="class: xl64, width: 64"]Bham[/TD]
[/TR]
</tbody>[/TABLE]
So I need to filter on Wolves and show only the unique names.
Thanks in advance guys.
Moss