Description:
False value – a logical constant.
false
Note:
It can be used directly in the constant cell or expression.
Example:
|
A |
B |
|
1 |
=null |
|
Assign null to A1. |
2 |
=A1==null |
|
Judge if A1 is null. |
3 |
if A2==false |
>a=4 |
If A2 is false, assign 4 to a. |
4 |
else |
>a=3 |
Otherwise assign 3 to a. |
Related function: