Need Help with a Formula

G

Guest

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!D5:D2000="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
 
R

RagDyer

Please *DON'T* multipost !

See your answers in the Functions group.
--


Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit!
-------------------------------------------------------------------

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!D5:D2000="ROUND")*(Inventory!E5:E2000>=0.01)*(Invent
ory!E5:E2000<0.04)*(OR(Inventory!F5:F2000="D",Inventory!F5:F2000="E",Invento
ry!F5:F2000="F"))))

It returns a value that basically ignores the column F entries.

Any help would be greatly appreciated.

Thank you!! - Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top