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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Issues:)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Documentation/MasterTOC
+
{{DISPLAYTITLE:TRUE function}}
|bookid=1234'''
+
{{Documentation/CalcFunc LogicalTOC
|booktitle=<div style="padding: 8px; font-size: 140%; font-weight: bold; background-color: #9BC0F5;">CALC FUNCTIONS</div>
+
|ShowPrevNext=block
|ShowParttitle=block|parttitle=[[Documentation/How_Tos/Calc:_Logical_functions|<div style="font-size: 140%;">Logical  Functions]]
+
|PrevPage=Documentation/How_Tos/Calc:_OR_function
|ShowNextPage=block|NextPage=Documentation/How_Tos/Calc:_Mathematical_functions
+
|NextPage=Documentation/How_Tos/Calc:_Mathematical_functions
|ShowPrevPage=block|PrevPage=Documentation/How_Tos/Calc:_OR_function
+
}}__NOTOC__
|ShowPrevPart=block|PrevPart=Documentation/How_Tos/Calc:_Information_functions
+
|ShowNextPart=block|NextPart=Documentation/How_Tos/Calc:_Mathematical_functions
+
|toccontent= <div style="padding: 4px; font-size: 130%; font-weight: hidden; background-color:#DCE9FC;">FUNCTIONS</div>
+
  
* [[Documentation/How_Tos/Calc:_AND_function|<div style="font-size: 120%;">And]]
 
* [[Documentation/How_Tos/Calc:_FALSE_function|<div style="font-size: 120%;">False]]
 
* [[Documentation/How_Tos/Calc:_IF_function|<div style="font-size: 120%;">If]]
 
* [[Documentation/How_Tos/Calc:_NOT_function|<div style="font-size: 120%;">Not]]
 
* [[Documentation/How_Tos/Calc:_OR_function|<div style="font-size: 120%;">Or]]
 
* [[Documentation/How_Tos/Calc:_TRUE_function|<div style="font-size: 120%; border-style: double; border-color:#778899;">True]]
 
}}__TOC__
 
 
== TRUE  ==
 
== TRUE  ==
 
Returns the logical value '''TRUE'''.  
 
Returns the logical value '''TRUE'''.  
Line 33: Line 23:
  
 
=== 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  {{bug|58572;84266}}.
  
 
{{SeeAlso|EN|
 
{{SeeAlso|EN|

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