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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 15: Line 15:
 
: returns <tt>'''FALSE'''</tt>.
 
: returns <tt>'''FALSE'''</tt>.
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[Documentation/How_Tos/Calc: FIND function|FIND]]''',
+
* [[Documentation/How_Tos/Calc: FIND function|FIND]]
'''[[Documentation/How_Tos/Calc: SEARCH function|SEARCH]]''',
+
* [[Documentation/How_Tos/Calc: SEARCH function|SEARCH]]
'''[[Documentation/How_Tos/Calc: ISTEXT function|ISTEXT]]'''
+
* [[Documentation/How_Tos/Calc: ISTEXT function|ISTEXT]]'''
  
'''[[Documentation/How_Tos/Calc: Text functions|Text functions]]'''
+
* [[Documentation/How_Tos/Calc: Text functions|Text functions]]'''
  
'''[[Documentation/How_Tos/Calc: Information functions|Information functions]]'''
+
* [[Documentation/How_Tos/Calc: Information functions|Information 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]]}}

Revision as of 13:47, 25 February 2009


EXACT

returns TRUE if two text strings are identical

Syntax:

EXACT(text1; text2)

returns TRUE if the text strings text1 and text2 are exactly the same (including case).

Example:

EXACT("red car"; "red car")

returns TRUE.

EXACT("red car"; "Red Car")

returns FALSE.

Template:Documentation/SeeAlso

Personal tools