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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:FALSE function}}
 +
{{Documentation/CalcFunc LogicalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_AND_function
 +
|NextPage=Documentation/How_Tos/Calc:_IF_function
 +
}}__NOTOC__
  
 
== FALSE  ==
 
== FALSE  ==
 
Returns the logical value '''FALSE'''.  
 
Returns the logical value '''FALSE'''.  
 
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 9: Line 13:
  
 
:The <tt>'''FALSE()'''</tt> function has no arguments, and always returns the logical value <tt>'''FALSE'''</tt>.
 
:The <tt>'''FALSE()'''</tt> function has no arguments, and always returns the logical value <tt>'''FALSE'''</tt>.
 
  
 
=== Example: ===
 
=== Example: ===
Line 17: Line 20:
 
: returns  <tt>'''TRUE'''</tt>
 
: returns  <tt>'''TRUE'''</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}}.
 +
 +
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: TRUE function|TRUE]]
 +
* [[Documentation/How_Tos/Calc: NOT function|NOT]]
  
=== See also: ===
+
* [[Documentation/How_Tos/Calc: Logical functions|Logical functions]]
'''[[Documentation/How_Tos/Calc: TRUE function|TRUE function]]''',
+
'''[[Documentation/How_Tos/Calc: NOT function|NOT function]]'''
+
  
'''[[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:42, 31 January 2024

FALSE

Returns the logical value FALSE.

Syntax:

FALSE()

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

Example:

FALSE()

returns FALSE

NOT(FALSE())

returns TRUE

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:_FALSE_function&oldid=259826"
Views
Personal tools
Navigation
Tools
In other languages