Article ID: 149577 - Last Review: August 15, 2003 - Revision: 1.1 Formula to Correctly Evaluate Blank Cells
This article was previously published under Q149577 SUMMARY
In Microsoft Excel, when you use a formula that tests for a zero value,
you may see unexpected results if the cell is blank. Microsoft Excel
interprets a blank cell as zero, and not as empty or blank. Therefore,
any cells that are blank are evaluated as zero in the function.
MORE INFORMATION
If you are checking a cell for a zero value and the cell is blank, the
test evaluates to true. For example, if you have the following formula in
cell A1:
If the range might contain a blank cell, you should use the ISBLANK function to test for a zero value, as in the following example: You must always use the ISBLANK formula first before you test for a zero value, otherwise you will always return a "true" for the zero value, and never get to the test for the ISBLANK formula. APPLIES TO
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|






Windows Live
Facebook
Twitter
Linkedin
Digg it
Yahoo
Delicious
StumbleUpon
Yammer
Reddit
Technorati
FriendFeed
Email

Back to the top
