Scotster
Board Regular
- Joined
- May 29, 2017
- Messages
- 59
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
I've never used SumProduct before so I've cobbled this together after a bit of googling. The Sumproduct works great and reports what I would expect but I need to eek out more to get what I need.
Here is the formula that I wanted to use.....
Unfortunately the last part of the formula doesn't work the way I wanted. I found this out after breaking the formula down into portions and checking the results...
I'm left with....
How do I combine the above for the multiple criteria?
Many thanks
PS Does anyone else find it incredibly frustrating typing on here? I need to re-press every 2nd or 3rd key due to them being dropped.
Example: just tried o tpe this without stppingand ended upwth an awful lot of the ketroks missing from wha I was trying to rite. It incudes spces and all srts.</n:n))
</n:n))
Here is the formula that I wanted to use.....
Code:
=COUNTIFS(O:O,0,Q:Q,"No",R:R,"<" & N:N)
Unfortunately the last part of the formula doesn't work the way I wanted. I found this out after breaking the formula down into portions and checking the results...
Code:
=COUNTIFS(O:O,0)
=COUNTIFS(Q:Q,"No")
=SUMPRODUCT(--(R:R))
<n:n))
I'm left with....
Code:
=COUNTIFS(O:O,0,Q:Q,"No")
=SUMPRODUCT(--(R:R))<n:n))
How do I combine the above for the multiple criteria?
Many thanks
PS Does anyone else find it incredibly frustrating typing on here? I need to re-press every 2nd or 3rd key due to them being dropped.
Example: just tried o tpe this without stppingand ended upwth an awful lot of the ketroks missing from wha I was trying to rite. It incudes spces and all srts.</n:n))
</n:n))