NE
Description
Compares two numbers. If number1 is not equal to number2, returns TRUE; otherwise, returns FALSE.
Syntax
NE(
number1
,
number2
)
- number1: The first number to compare.
- number2: The second number to compare.
Example
Formula | Result |
|---|---|
=NE(A1,A2)
Where cell A1 contains
4
and A2 contains
4
.
| FALSE |