I am trying to count how many values meet multiple criteria (as in a standard countifs) but also meet the criteria of being greater than another value in their same row. If possible I would prefer to do this without a helper column (though I know a helper column can easily solve this).
The code that I tried is this:
It's that last argument in the range which is tripping me up. The resulting output effectively ignored that last output (using Google Sheets) and the answer was the same as it would have been without it.![]()
Please Login or Register to view this content.
Here is an example of what I'm working on:
I've tried searching for other answers and could only find SUMPRODUCT, which does work but does not allow me to also apply the multiple single criteria I need from the COUNTIFS as well.
Any suggestions most appreciated!
Bookmarks