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

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 51: Line 51:
 
: where C4 is an empty cell returns <tt>'''FALSE'''</tt> (an empty cell contain no text).
 
: where C4 is an empty cell returns <tt>'''FALSE'''</tt> (an empty cell contain no text).
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: ISNONTEXT function|ISNONTEXT]]
 
* [[Documentation/How_Tos/Calc: ISNONTEXT function|ISNONTEXT]]
 
* [[Documentation/How_Tos/Calc: ISNUMBER function|ISNUMBER]]
 
* [[Documentation/How_Tos/Calc: ISNUMBER function|ISNUMBER]]

Revision as of 12:34, 16 July 2018


ISTEXT

Tests if a cell contains text.

Syntax:

ISTEXT(value)

Returns TRUE if value is or refers to text, and FALSE otherwise.

Example:

ISTEXT(“dog”)

returns TRUE.

ISTEXT(C2)

where cell C2 contains cat returns TRUE.

ISTEXT(C3)

where cell C3 contains =NA() returns FALSE, because NA() returns an error value, not text.

ISTEXT(C4)

where C4 is an empty cell returns FALSE (an empty cell contain no text).



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_ISTEXT_function&oldid=243229"
Views
Personal tools
Navigation
Tools