» Using Cell Reference with Keyboard signs in the Criteria Range argument when using COUNTIF formula.
CATEGORY - Excel Text Formulas
VERSION - All Microsoft Excel Versions
Explanation:When you want to use the greater, less or equal signs ("<",">","=") in the criteria range of the COUNTIF formula you should include the expression within quotation marks.
Example: =COUNTIF(A1:A8,">=4")
Problem:
A problem arises if you want to use a cell reference in place of the number.
It is wrong to include it within quotation marks.
=COUNTIF(A1:A8, ">=B1") since Excel will identify the cell reference as a string
Solution:
The key is to include only the signs (<,>, =) within quotation marks and use the “&” operator to join (CONCATENATE) them with the cell reference:
=COUNTIF(A1:A8, ">="&B1)

Book Store:
Recommended Books:
- Millionaire Real Estate Mentor : The Secrets of Financial Freedom through Real Estate Investing
- The Essential 55: An Award-Winning Educator's Rules for Discovering the Successful Student in Every Child
- Finance and Accounting for Nonfinancial Managers
- The Ernst & Young Business Plan Guide
- Absolute Beginner's Guide to Microsoft Office Excel 2003
- Accounting the Easy Way
No comments have been submitted.

