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

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 49: Line 49:
 
* A logical value in Calc is simply a number with a boolean format, not a separate type as in Excel. Some resulting incompatibilities are discussed in  [http://qa.openoffice.org/issues/show_bug.cgi?id=84266 Issue 84266].
 
* A logical value in Calc is simply a number with a boolean format, not a separate type as in Excel. Some resulting incompatibilities are discussed in  [http://qa.openoffice.org/issues/show_bug.cgi?id=84266 Issue 84266].
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: ISTEXT function|ISTEXT]]
 
* [[Documentation/How_Tos/Calc: ISTEXT function|ISTEXT]]
 
* [[Documentation/How_Tos/Calc: ISNUMBER function|ISNUMBER]]
 
* [[Documentation/How_Tos/Calc: ISNUMBER function|ISNUMBER]]

Revision as of 12:33, 16 July 2018


ISLOGICAL

Tests if a cell contains a logical value, TRUE or FALSE.

Syntax:

ISLOGICAL(value)

Returns TRUE if value is either TRUE or FALSE, and FALSE otherwise.

Example:

ISLOGICAL(D5)

where D5 contains FALSE, returns TRUE, because D5 contains a logical value.

ISLOGICAL(123)

returns FALSE, because 123 is a number, not a logical value.

Issues:

  • A logical value in Calc is simply a number with a boolean format, not a separate type as in Excel. Some resulting incompatibilities are discussed in Issue 84266.



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