XL97: Countif Function May Not Work with Blank CellsLast reviewed: January 15, 1998Article ID: Q161757 |
The information in this article applies to:
SYMPTOMSThe worksheet function Countif may return an incorrect result when the criteria is set to blank ("").
CAUSEThe Countif function takes two arguments: the range and the criteria. If the criteria is specified to be blank (""), the Countif function may return an incorrect result. Other criteria will return the correct result. For example, if cell A1 has the formula
=Countif(B1:B2,"")the result in cell A1 may be 0 even if both B1 and B2 are blank. If data was previously placed into cells B1 and B2 and then deleted or erased, the Countif function returns the correct value.
WORKAROUNDTo calculate the number of blank cells in a range, use the Countblank function instead of the Countif function. The Countblank function will return the correct value of blank cells in a given range. For example, the following formula will return the count of blank cells in the range A1:A10:
=COUNTBLANK(A1:A10) STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
REFERENCESFor more information about the Countif function, click the Index tab in Microsoft Excel Help, type the following text
countifand then double-click the selected text to go to the "Countif worksheet function" topic.
|
Additional query words: XL97 97 countif blank empty count if
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |