Count Unique Values that Match Criteria

jd00105

New Member
Joined
Dec 19, 2018
Messages
1
I have a dashboard tracking the number of pallets stock that we have stored at a warehouse. Each pallet has an individual location, but each location may appear multiple times if it's shared with other products, so I have been using the following formula to count the number of individual locations:

{=SUM(IF(FREQUENCY(IF('BATCH INPUT'!$H$2:$H$5000<>"",MATCH('BATCH INPUT'!$H$2:$H$5000,'BATCH INPUT'!$H$2:$H$5000,0)),ROW('BATCH INPUT'!$H$2:$H$5000)-ROW('BATCH INPUT'!$H$2)+1),1))}

I want to add another counter to track the number of individual locations that have a lock code (so something incorporating IF(ISBLANK), but I'm struggling to work out how to mesh these together - does anyone have an idea how it could be formulated? The ISBLANK check will be referring to a different column (J in this case) and there are 7/8 codes that would have to be uniquely named if necessary.

Thank you!
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.

Forum statistics

Threads
1,216,091
Messages
6,128,779
Members
449,468
Latest member
AGreen17

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