0
0
Excelspreadsheet~10 mins

NOT function in Excel - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows different values including TRUE, FALSE, numbers, zero, and text to test the NOT function.

CellValue
A1
A2
A35
A40
A5Text
Formula Trace
=NOT(A1)
Step 1: A1
Step 2: NOT(TRUE)
Cell Reference Map
T
F
5
0
Txt
The formula references cell A1 which contains TRUE.
Result
    A       B   
1 TRUE   FALSE 
2 FALSE       
3 5           
4 0           
5 Text        

Cell B1 shows the result of =NOT(A1), which is FALSE.
The result of NOT(TRUE) in cell B1 is FALSE, showing the logical inversion.
Sheet Trace Quiz - 3 Questions
Test your understanding
What does the formula =NOT(A2) return if A2 is FALSE?
A0
BTRUE
CFALSE
DError
Key Result
NOT reverses the logical value of its argument: TRUE becomes FALSE, FALSE becomes TRUE.