Article ID: 149577
Article Last Modified on 8/15/2003
=IF(B1=0,"zero","blank")and B1 is blank, the formula returns "zero" and not "blank" as expected.
=IF(ISBLANK(B2),"blank",IF(B2=0,"zero","other"))Note that the above formula returns "zero" if there is a zero value in the cell, "blank" if the cell is blank, and "other" if anything else in the cell.
Additional query words: XL5 XL4 XL
Keywords: kbinfo KB149577