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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:ISTEXT function}}
 +
{{Documentation/CalcFunc InformationTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_ISREF_function
 +
|NextPage=Documentation/How_Tos/Calc:_N_function
 +
}}__NOTOC__
  
 
== ISTEXT  ==
 
== ISTEXT  ==
Line 22: Line 27:
 
: 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]]
Line 30: Line 35:
 
* [[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]]}}
[[Category: Documentation/Reference/Calc]]
+
[[Category: Documentation/Reference/Calc/Information functions]]

Latest revision as of 13:27, 31 January 2024

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=259818"
Views
Personal tools
Navigation
Tools
In other languages