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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 13: Line 13:
 
: returns <tt>'''TRUE'''</tt> if D2 is an empty cell, and <tt>'''FALSE'''</tt> if D2 contains a number, text, <tt>TRUE</tt>, <tt>FALSE</tt>, a formula or an error.
 
: returns <tt>'''TRUE'''</tt> if D2 is an empty cell, and <tt>'''FALSE'''</tt> if D2 contains a number, text, <tt>TRUE</tt>, <tt>FALSE</tt>, a formula or an error.
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[Documentation/How_Tos/Calc: COUNTBLANK function|COUNTBLANK]]'''
+
* [[Documentation/How_Tos/Calc: COUNTBLANK function|COUNTBLANK]]'''
  
'''[[Documentation/How_Tos/Calc: Information functions|Information functions]]'''
+
* [[Documentation/How_Tos/Calc: Information functions|Information functions]]'''
  
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}

Revision as of 13:58, 25 February 2009


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.

Template:Documentation/SeeAlso

Personal tools