I'm looking for a formula to count distinct values in column E (Order Numbers) if they are on a specific date in column M and if the orders are complete, or have zero left to build, meaning column R values are equal to zero.
I've used =SUMPRODUCT((Data!E2:E6000<>"")/COUNTIF(Data!E2:E6000,Data!E2:E6000&"")) to generate a list of all distinct order numbers but now cannot figure out how to incorporate a date and are complete.
Can anybody help?
I've used =SUMPRODUCT((Data!E2:E6000<>"")/COUNTIF(Data!E2:E6000,Data!E2:E6000&"")) to generate a list of all distinct order numbers but now cannot figure out how to incorporate a date and are complete.
Can anybody help?