Hello, I need some help with my formula. I have 18 sheets of data and am counting data across all 18. sheets. I would like to count the number of times that the word "YES" is in a specific cell B12 across all sheets, I have managed to come up with this formula thus far: =SUMPRODUCT(COUNTIF(INDIRECT("'"&$A$22:$A$39&"'!B12"); "YES")). I think it does the trick.
Now I would like to autofill the formula across the row 12 to count the word YES in other columns across the sheets too (C12, D12, E12), the formula doesn't adjust/is not dynamic, and I cannot figure out how to write the B12 part of the function in a dynamic manner.
Any help would be greatly appreciated! Thanks!
Now I would like to autofill the formula across the row 12 to count the word YES in other columns across the sheets too (C12, D12, E12), the formula doesn't adjust/is not dynamic, and I cannot figure out how to write the B12 part of the function in a dynamic manner.
Any help would be greatly appreciated! Thanks!