Help With Advanced Filter - Pulling My Hair Out

DaveHappyNorm

New Member
Joined
Jul 22, 2018
Messages
15
Hello all

I m struggling to extract all unique values from a column.

I have the following data in column A starting at row 1

Y
Y
Y
N
N
Y
Y

Using the following code:-

Range("A1:A7").AdvancedFilter Action:=xlFilterCopy, CopyToRange=ActiveSheet.Range("B1") Unique:= True

I get the following output:-

Y Y
Y Y
Y N
N
N
Y
Y

Why does Y appear twice?
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi & welcome to the board.
Advanced Filter needs a header, so it is treating A1 as the header, rather than data
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,591
Members
449,089
Latest member
Motoracer88

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