Kwnstantinos_M
New Member
- Joined
- Jun 12, 2018
- Messages
- 24
Hello
I have a column with logical values (true, false). I used countif command to count the number of those cells, but the outcome was zero..
The command I used is:
I also wrote the above command without the second criteria (for false) and I got an answer.. I seems to work for 1 criteria but not for two. Do you have any idea why?
I have a column with logical values (true, false). I used countif command to count the number of those cells, but the outcome was zero..
The command I used is:
Code:
=COUNTIFS(R2:R5433;"TRUE";R2:R5433;"FALSE")
I also wrote the above command without the second criteria (for false) and I got an answer.. I seems to work for 1 criteria but not for two. Do you have any idea why?