R
Rosso Jose Serrano
i've columns :
| A | B |
------------------------
1 | book | red |
------------------------
2 | book | blue |
------------------------
3 | book | red |
------------------------
what's the formula to count how many "red book" in the columns?
i've tried in a cell :
=countif((a1:a3,"book") and (b1:b3,"red"))
but it didn't work....
please help me..
tx,
rj serrano
| A | B |
------------------------
1 | book | red |
------------------------
2 | book | blue |
------------------------
3 | book | red |
------------------------
what's the formula to count how many "red book" in the columns?
i've tried in a cell :
=countif((a1:a3,"book") and (b1:b3,"red"))
but it didn't work....
please help me..
tx,
rj serrano