In my Microsoft Excel file, I have a column like this:
YES
NO
YES
YES
YES
NO
YES
YES
In a separate cell, using an equation or something, I want to count up the number of YESs in that column. How can I do this?
|
In my Microsoft Excel file, I have a column like this:
In a separate cell, using an equation or something, I want to count up the number of YESs in that column. How can I do this?
| |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
I don't think this really belongs on a programming forum.... But: COUNTIF(, "YES") should do it. | |||
|
feedback
|