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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:FORMULA function}}
 +
{{Documentation/CalcFunc InformationTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_FORMULA_function
 +
|NextPage=Documentation/How_Tos/Calc:_ISERR_function
 +
}}__NOTOC__
  
 
== ISBLANK  ==
 
== ISBLANK  ==
 
Tests if the cell is blank (empty).
 
Tests if the cell is blank (empty).
 
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 9: Line 13:
  
 
:Returns <tt>'''TRUE'''</tt> if <tt>'''cell'''</tt> is a blank (empty) cell, and <tt>'''FALSE'''</tt> otherwise. Cells containing a formula or a error return <tt>'''FALSE'''</tt>.
 
:Returns <tt>'''TRUE'''</tt> if <tt>'''cell'''</tt> is a blank (empty) cell, and <tt>'''FALSE'''</tt> otherwise. Cells containing a formula or a error return <tt>'''FALSE'''</tt>.
 
  
 
=== Example: ===
 
=== Example: ===
Line 15: Line 18:
 
: 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.
  
 +
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: COUNTBLANK function|COUNTBLANK]]
  
=== See also: ===
+
* [[Documentation/How_Tos/Calc: Information functions|Information functions]]
'''[[Documentation/How_Tos/Calc: COUNTBLANK function|COUNTBLANK function]]'''
+
  
'''[[Documentation/How_Tos/Calc: Information functions|Information functions]]'''
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Information functions]]

Latest revision as of 13:13, 31 January 2024

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
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_ISBLANK_function&oldid=259804"
Views
Personal tools
Navigation
Tools
In other languages