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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m (Issues:)
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:TRUE function}}
 +
{{Documentation/CalcFunc LogicalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_OR_function
 +
|NextPage=Documentation/How_Tos/Calc:_Mathematical_functions
 +
}}__NOTOC__
  
 
== TRUE  ==
 
== TRUE  ==
Line 17: Line 22:
 
: returns  <tt>'''FALSE'''</tt>
 
: returns  <tt>'''FALSE'''</tt>
  
 +
=== 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  {{bug|58572;84266}}.
  
=== See also: ===
+
{{SeeAlso|EN|
'''[[Documentation/How_Tos/Calc: FALSE function|FALSE function]]''',
+
* [[Documentation/How_Tos/Calc: FALSE function|FALSE]]
'''[[Documentation/How_Tos/Calc: NOT function|NOT function]]'''
+
* [[Documentation/How_Tos/Calc: NOT function|NOT]]
  
'''[[Documentation/How_Tos/Calc: Logical functions|Logical functions]]'''
+
* [[Documentation/How_Tos/Calc: Logical functions|Logical 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/Logical functions]]

Latest revision as of 13:48, 31 January 2024

TRUE

Returns the logical value TRUE.


Syntax:

TRUE()

The TRUE() function has no arguments, and always returns the logical value TRUE.


Example:

TRUE()

returns TRUE

NOT(TRUE())

returns FALSE

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 58572;84266 .



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