So I have a group of cells which could either have "Yes" or "No". At the bottom I'd like a cell to calculate how many cells have "Yes" in them.
So I have a group of cells which could either have "Yes" or "No". At the bottom I'd like a cell to calculate how many cells have "Yes" in them.
try thiis...
=countif(A1:A10,"Yes")
Adjust range as needed
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
Formula:
=COUNTIF(YourGroupOfCells,"Yes")
should do the trick.
Cheers!
Tsjallie
--------
If your problem is solved, pls mark the thread SOLVED (see Thread Tools in the menu above). Thank you!
If you think design is an expensive waste of time, try doing without ...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks