LT
Description
If number1 is less than number2, returns TRUE; otherwise, returns FALSE.
Syntax
LT(
number1
,
number2
)
- number1: The first number to compare.
- number2: The second number to compare.
Example
Formula | Result |
|---|---|
=LT(A1,A2)
Where cell A1 contains
2
and A2 contains
-2
.
| FALSE |