Requirement: To count blanks in a column if one of multiple conditions are met.
Solution: =IF(G3=12,COUNTBLANK(G4:G15),IF(G3=17,COUNTBLANK(G4:G20),0))
Obtained from the OzGrid Help Forum.
Solution provided by gijsmo.
See also: Index to Excel VBA Code and Index to Excel Freebies and Lesson 1 - Excel Fundamentals and Index to how to… providing a range of solutions and Index to new resources and reference sheets
See also:
How to COUNTIF using input cell as range depth |
How to use COUNT |
How to use SUMPRODUCT and COUNT question for unique associations |
How to use COUNTIF to see if a customer is a repeat customer |
How to work with COUNTIF with multiple criteria |
How to use Index/Countif based on multiple factors including range |
How to count the frequency of a specific number on a specific day |
How to count non blanks 5 years from the last non blank date |
Click here to visit our Free 24/7 Excel/VBA Help Forum where there are thousands of posts you can get information from, or you can join the Forum and post your own questions.