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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
(See also:)
Line 23: Line 23:
  
 
'''[[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 by category|'''Functions listed by category''']]

Revision as of 16:04, 13 September 2008


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:

FIND, SEARCH, ISTEXT

Text functions

Information functions

Functions listed alphabetically, Functions listed by category

Personal tools