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

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 50: Line 50:
 
: returns <tt>'''FALSE'''</tt>.
 
: returns <tt>'''FALSE'''</tt>.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[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]]

Revision as of 07:22, 17 July 2018



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.



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