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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:ISLOGICAL function}}
 +
{{Documentation/CalcFunc InformationTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_ISEVEN_ADD_function
 +
|NextPage=Documentation/How_Tos/Calc:_ISNA_function
 +
}}__NOTOC__
  
 
== ISLOGICAL  ==
 
== ISLOGICAL  ==
Line 20: Line 25:
 
* 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]]

Latest revision as of 13:18, 31 January 2024

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