Sample Data
This data shows different values including TRUE, FALSE, numbers, zero, and text to test the NOT function.
| Cell | Value |
|---|---|
| A1 | |
| A2 | |
| A3 | 5 |
| A4 | 0 |
| A5 | Text |
This data shows different values including TRUE, FALSE, numbers, zero, and text to test the NOT function.
| Cell | Value |
|---|---|
| A1 | |
| A2 | |
| A3 | 5 |
| A4 | 0 |
| A5 | Text |
=NOT(A1)A B 1 TRUE FALSE 2 FALSE 3 5 4 0 5 Text Cell B1 shows the result of =NOT(A1), which is FALSE.