Difference between revisions of "Documentation/How Tos/Calc: ISBLANK function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m (See also:)
Line 17: Line 17:
  
 
=== See also: ===
 
=== See also: ===
'''[[Documentation/How_Tos/Calc: COUNTBLANK function|COUNTBLANK function]]'''
+
'''[[Documentation/How_Tos/Calc: COUNTBLANK function|COUNTBLANK]]'''
  
 
'''[[Documentation/How_Tos/Calc: Information functions|Information functions]]'''
 
'''[[Documentation/How_Tos/Calc: Information functions|Information functions]]'''

Revision as of 07:12, 8 December 2007


ISBLANK

Tests if the cell is blank (empty).


Syntax:

ISBLANK(cell)

Returns TRUE if cell is a blank (empty) cell, and FALSE otherwise. Cells containing a formula or a error return FALSE.


Example:

ISBLANK(D2)

returns TRUE if D2 is an empty cell, and FALSE if D2 contains a number, text, TRUE, FALSE, a formula or an error.


See also:

COUNTBLANK

Information functions

Personal tools