Hi all,
I am struggling a little to make a COUNTIFS or SUMIFS formula work on my spreadsheet.
I am trying to count the amount of errors made depending on the category. I have the scores in one tab and the table containing the number of errors in another.
So.... My current formula is below:
=IFERROR(COUNTIFS('Scores - 2019'!A:A,R11,'Scores - 2019'!P:T,"=No"),0)
In essence, the Scores - 2019 tab contains the scores that I am trying to count.
Column A contains the name of the category
R11 is the reference of the category in the current tab
Column P:T in the scores contains the yes/no if there is an error
In the scores table I have adjusted the cells so that 1 shows as Yes and 0 shows as No. Not sure if this is what is stopping the formula.
Currently everything is showing as 0 even though there are some errors to count.
Any help would be much appreciated.
Chris
I am struggling a little to make a COUNTIFS or SUMIFS formula work on my spreadsheet.
I am trying to count the amount of errors made depending on the category. I have the scores in one tab and the table containing the number of errors in another.
So.... My current formula is below:
=IFERROR(COUNTIFS('Scores - 2019'!A:A,R11,'Scores - 2019'!P:T,"=No"),0)
In essence, the Scores - 2019 tab contains the scores that I am trying to count.
Column A contains the name of the category
R11 is the reference of the category in the current tab
Column P:T in the scores contains the yes/no if there is an error
In the scores table I have adjusted the cells so that 1 shows as Yes and 0 shows as No. Not sure if this is what is stopping the formula.
Currently everything is showing as 0 even though there are some errors to count.
Any help would be much appreciated.
Chris