Filter Function Help Please

davidcox9

New Member
Joined
Sep 21, 2023
Messages
11
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

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
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,215,942
Messages
6,127,807
Members
449,408
Latest member
Bharathi V

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