I have 3 columns of data on a data dump tab (sheet 1), 10000+ rows of data
column A - item #'s
column B - vendor #'s
Column C - batch #'s
this is all raw data from a data dump.
On sheet 2 I have all of my vendor/item combinations detailed out. I'd like to count the total unique batches that pertain to the vendor item relationship.
I've done countifs, but this is limiting (probably due to my lack of expertise). Here is my current formula.
=COUNTIFS('Quality Data Dump'!A9:A2477,'Data Aggregation'!C2,'Quality Data Dump'!I9:I2477,'Data Aggregation'!E2)
The issue I have is that I want to count all unique batches in column C that match the respective item and vendor selected, but countif requires a criteria when I create a range for column C.
Any help?
column A - item #'s
column B - vendor #'s
Column C - batch #'s
this is all raw data from a data dump.
On sheet 2 I have all of my vendor/item combinations detailed out. I'd like to count the total unique batches that pertain to the vendor item relationship.
I've done countifs, but this is limiting (probably due to my lack of expertise). Here is my current formula.
=COUNTIFS('Quality Data Dump'!A9:A2477,'Data Aggregation'!C2,'Quality Data Dump'!I9:I2477,'Data Aggregation'!E2)
The issue I have is that I want to count all unique batches in column C that match the respective item and vendor selected, but countif requires a criteria when I create a range for column C.
Any help?