Hi everyone!
B C
3 4 41
4 3 21
5 7 11
6 5 9
7 4 34
8 14 37
I need to build a summary table and in B20 I need to show the number of times that B3:B8<=5 AND C3:C8<=5; in B21 I need to show the number of times that B3:B8<=5 AND C3:C8 is between 5 and 8; in B22 I need to show the number of times that B3:B8<=5 AND C3:C8 is between 9 and 11; etc.
In C21 I need to show the number of times that B3:B8 is between 5 and 8 AND C3:C8 is <=5; in C22 I need to show the number of times that B3:B8 is betwen 5 and 8 AND C3:C8 is betwen 5 and 8; etc...
Is there a way I can do a COUNTIF subject to 2 different conditions =COUNTIF(AND(B3:B8,"<=5"),(C3:C8,"<=5")?
Thanks for any help
B C
3 4 41
4 3 21
5 7 11
6 5 9
7 4 34
8 14 37
I need to build a summary table and in B20 I need to show the number of times that B3:B8<=5 AND C3:C8<=5; in B21 I need to show the number of times that B3:B8<=5 AND C3:C8 is between 5 and 8; in B22 I need to show the number of times that B3:B8<=5 AND C3:C8 is between 9 and 11; etc.
In C21 I need to show the number of times that B3:B8 is between 5 and 8 AND C3:C8 is <=5; in C22 I need to show the number of times that B3:B8 is betwen 5 and 8 AND C3:C8 is betwen 5 and 8; etc...
Is there a way I can do a COUNTIF subject to 2 different conditions =COUNTIF(AND(B3:B8,"<=5"),(C3:C8,"<=5")?
Thanks for any help