Hi all!
I have a single cell which always contains either a "0" or a score which can be "1 out of 1" or "2 out of 3" etc.
I am trying to get a COUNTIF to work which will count if the cell contains a "0", if it does not contain "0" then of the score in the cell it needs to count if the figures match so for example:
Cell contains a "0" - COUNTIF counts +1
If the cell contains "1 out of 1" it would still count +1 as the figures match, however, if the formula contained "2 out of 3" or "1 out of 2" etc. it would not count because it registers that the 2 and 3 or 1 and 2 do not match.
Hope this makes sense!
I am trying to do it with a COUNTIFS but struggling. This is what I have so far which essentially only counts the 0 and if the cell contains the exact text of 1 out of 1 rather than because the figures match and would not register if the cell contained another result, for example 2 out of 2 or 2 out of 3 etc.
=SUM(COUNTIFS(R6,{"0","1 out of 1"}))
Bookmarks