Hi everyone,
I'm currently using the formula below to count the number of 'Yes' in numerous cells and then show value as a percentage.
=COUNTIF(G1:G10,"Yes")/COUNTA(G1:G10)
And there following formula to show data from another sheet.
=COUNTIF('Sheet 2'!G1:G10,"Ready for QA")/COUNTA('Sheet 2'!G1:G10)
However I'd like to also count cells from multiple sheet too, is this possible with COUNTIF and where would I make the amends to this formula?
Thankyou
Jas
I'm currently using the formula below to count the number of 'Yes' in numerous cells and then show value as a percentage.
=COUNTIF(G1:G10,"Yes")/COUNTA(G1:G10)
And there following formula to show data from another sheet.
=COUNTIF('Sheet 2'!G1:G10,"Ready for QA")/COUNTA('Sheet 2'!G1:G10)
However I'd like to also count cells from multiple sheet too, is this possible with COUNTIF and where would I make the amends to this formula?
Thankyou
Jas