Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu Show menu

ISEMPTY function

Description

Cell-is-empty function. ISEMPTY(var) returns the logical value 1 (=TRUE) if the calculation of var does not result in a numeric or text value.

Examples

ISEMPTY(B2) returns 0 (=FALSE) if cell B2 contains a number or a string value, e.g. "SMITH".

ISEMPTY(25.6) returns 0

Calculator

ISEMPTY(  

Related functions