Download Manual PlanMaker

Transcript
EXACT (compare texts)
Syntax:
EXACT(Text1, Text2)
Description:
Returns TRUE if Text1 and Text2 are exactly the same. This function is casesensitive.
Example:
EXACT("aaa", "aaa") returns TRUE
EXACT("aaa", "Aaa") returns FALSE
EXACT(UPPER("aaa"), UPPER("Aaa")) returns TRUE
See also:
FIND, SEARCH
EXP (power of e)
Syntax:
EXP(Number)
Description:
Returns e raised to the power of Number.
The constant e (2.71828...) is the base of the natural logarithm (LN).
Number is the exponent.
Manual PlanMaker
Formulas and functions  509