Advanced filters

KasperSSI

New Member
Joined
Nov 28, 2019
Messages
14
Office Version
  1. 365
Platform
  1. Windows
Hi,

I have a data set of account numbers and product lines, e.g:

Account Product
100 1
100 1
100 2
200 2
200 3
200 3

Is it possible to set a filter to show only uniques. What I would like to show:

Account Product
100 1
100 2
200 2
200 3

I know this can be done very easily in a pivot. However I would like to use it in my main table.

Thank you in advance.

Br,

Kasper
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
You could use an advanced filter like this
+Fluff 1.xlsm
ABCD
1AccProd
21001TRUE
41002
52002
62003
Master
Cell Formulas
RangeFormula
D2D2=COUNTIFS(A$2:A2,A2,B$2:B2,B2)=1


Set the criteria range to D1:D2
 
Upvote 0

Forum statistics

Threads
1,214,924
Messages
6,122,294
Members
449,077
Latest member
Rkmenon

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top