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

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.

Forum statistics

Threads
1,215,461
Messages
6,124,953
Members
449,198
Latest member
MhammadishaqKhan

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