P
Paul
OK, this works perfectly:
=SUMPRODUCT((D52000="Round")*(E5:E2000>=0.01)*(E5:E2000<0.04)*(F5:F2000={"D","E","F"}))
But when I try to add one more argument, I get unexpected
results:
=SUMPRODUCT((D52000="Round")*(E5:E2000>=0.01)*(E5:E2000<0.04)*(F5:F2000={"D","E","F"})*(G5:G2000={"IF","VVS1","VVS2"}))
I am basically trying to limit the results in the first
formula with this:
G5:G2000="IF" or "VVS1" or "VVS2"
Thanks, once again, for any help.
- Paul
=SUMPRODUCT((D52000="Round")*(E5:E2000>=0.01)*(E5:E2000<0.04)*(F5:F2000={"D","E","F"}))
But when I try to add one more argument, I get unexpected
results:
=SUMPRODUCT((D52000="Round")*(E5:E2000>=0.01)*(E5:E2000<0.04)*(F5:F2000={"D","E","F"})*(G5:G2000={"IF","VVS1","VVS2"}))
I am basically trying to limit the results in the first
formula with this:
G5:G2000="IF" or "VVS1" or "VVS2"
Thanks, once again, for any help.
- Paul