Filter Function Help Please

davidcox9

New Member
Joined
Sep 21, 2023
Messages
12
Platform
  1. Windows
Hello,

I have a filter function to return invoice numbers, however it is showing the same # multiple times. If there are two of the same number I only want to show it once, but I'm not sure how to change the formula. Here is what I have as the formula right now, and what it's returning.

The 'ACCRUAL CHECK LIST'!Criteria is just the company name, and $H$1 is just the month I'm working on.

=FILTER('DETAILS - Oracle Data'!G:G,('DETAILS - Oracle Data'!B:B='ACCRUAL CHECK LIST'!Criteria)*('DETAILS - Oracle Data'!S:S='ACCRUAL CHECK LIST'!$H$1),"")

Invoice #'s
9009577699
9009577699
9009578068
9009578068
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
try using "UNIQUE()" wrapped around it.
 
Upvote 0
I've tried that several times I guess I was making it more complicated than I needed to that worked thank you!
 
Upvote 0

Forum statistics

Threads
1,223,907
Messages
6,175,300
Members
452,633
Latest member
DougMo

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