TRUE Function
Overview
The TRUE function returns the logical value TRUE. This can used in comparisons.
For example,
=(1 == 2) = TRUE()
would return false.
Syntax
TRUE()
The TRUE function returns the logical value TRUE. This can used in comparisons.
For example,
=(1 == 2) = TRUE()
would return false.
TRUE()