Hey,
Can someone help me figure out a better formula please?
Below is what I have (I have replaced by sheet names with sheet 1, 2 etc etc...), this works for what I want, but I now need to build on this and when I do I run out of arguments.
I would like to add in that it also needs to look in every single sheet in Column R for "Yes" if Column Q = A2, and total the amount of Yes' across all sheets that match A2
I hope this makes sense to someone and you can help
=SUM(COUNTIFS('sheet 1'!Q:Q,A2),COUNTIF('sheet 2'!Q:Q,A2),COUNTIF('sheet 3'!Q:Q,A2),COUNTIF('sheet 4'!Q:Q,A2),COUNTIF('sheet 5'!Q:Q,A2),COUNTIF('sheet 6'!Q:Q,A2),COUNTIF('sheet 7'!Q:Q,A2),COUNTIF('sheet 8'!Q:Q,A2),COUNTIF('sheet 9'!Q:Q,A2),COUNTIF('sheet 10'!Q:Q,A2),COUNTIF('sheet 11'!Q:Q,A2),COUNTIF('sheet 12'!Q:Q,A2),COUNTIF('sheet 13'!Q:Q,A2),COUNTIF('sheet 14'!Q:Q,A2),COUNTIF('sheet 15'!Q:Q,A2),COUNTIF('sheet 16'!Q:Q,A2),COUNTIF('sheet 17'!Q:Q,A2),COUNTIF('sheet 18'!Q:Q,A2))
Thanks,
Cat
Can someone help me figure out a better formula please?
Below is what I have (I have replaced by sheet names with sheet 1, 2 etc etc...), this works for what I want, but I now need to build on this and when I do I run out of arguments.
I would like to add in that it also needs to look in every single sheet in Column R for "Yes" if Column Q = A2, and total the amount of Yes' across all sheets that match A2
I hope this makes sense to someone and you can help
=SUM(COUNTIFS('sheet 1'!Q:Q,A2),COUNTIF('sheet 2'!Q:Q,A2),COUNTIF('sheet 3'!Q:Q,A2),COUNTIF('sheet 4'!Q:Q,A2),COUNTIF('sheet 5'!Q:Q,A2),COUNTIF('sheet 6'!Q:Q,A2),COUNTIF('sheet 7'!Q:Q,A2),COUNTIF('sheet 8'!Q:Q,A2),COUNTIF('sheet 9'!Q:Q,A2),COUNTIF('sheet 10'!Q:Q,A2),COUNTIF('sheet 11'!Q:Q,A2),COUNTIF('sheet 12'!Q:Q,A2),COUNTIF('sheet 13'!Q:Q,A2),COUNTIF('sheet 14'!Q:Q,A2),COUNTIF('sheet 15'!Q:Q,A2),COUNTIF('sheet 16'!Q:Q,A2),COUNTIF('sheet 17'!Q:Q,A2),COUNTIF('sheet 18'!Q:Q,A2))
Thanks,
Cat