P
Paul
I just (incorrectly) posted this in the General forum, so
sorry for the double post.
Anyway, I need to count the number of entries on sheet where
column D=ROUND
and
column E>=.01 AND less than .04
and
column F is "D" OR "E" OR "F"
What is throwing me is the last part that calls for the
"or" functionality.
This does not work:
=SUMPRODUCT(((Inventory!D52000="ROUND")*(Inventory!E5:E2000>=0.01)*(Inventory!E5:E2000<0.04)*(OR(Inventory!F5:F2000="D",Inventory!F5:F2000="E",Inventory!F5:F2000="F"))))
It returns a value that basically ignores the column F entries.
Any help would be greatly appreciated.
Thank you!! - Paul
sorry for the double post.
Anyway, I need to count the number of entries on sheet where
column D=ROUND
and
column E>=.01 AND less than .04
and
column F is "D" OR "E" OR "F"
What is throwing me is the last part that calls for the
"or" functionality.
This does not work:
=SUMPRODUCT(((Inventory!D52000="ROUND")*(Inventory!E5:E2000>=0.01)*(Inventory!E5:E2000<0.04)*(OR(Inventory!F5:F2000="D",Inventory!F5:F2000="E",Inventory!F5:F2000="F"))))
It returns a value that basically ignores the column F entries.
Any help would be greatly appreciated.
Thank you!! - Paul