SamanthaKorenel
New Member
- Joined
- Dec 29, 2016
- Messages
- 10
Hello, i have an cell with values, 1 value means that the student passed, and 0 means that he failed. So in another cell i want to count how many students failed and how many passed?
Rather =COUNTIF(A:A,1)Hello, you should use Countif formula. =COUNTIF(A:A, ">1").