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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Issues)
m (Robot: Automated text replacement %s)
Line 18: Line 18:
  
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[Documentation/How_Tos/Calc: FALSE function|FALSE]]''',
+
* [[Documentation/How_Tos/Calc: FALSE function|FALSE]]
'''[[Documentation/How_Tos/Calc: NOT function|NOT]]'''
+
* [[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 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]]}}
  
 
=== Issues: ===
 
=== 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  [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].

Revision as of 14:24, 25 February 2009


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


Template:Documentation/SeeAlso

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.
Personal tools