The = (equal sign) is used in many places in Excel
ex. =1+2 - as an assignment statement. The variable a gets assigned the value of 1. as a conditional to test for equality. If the value of a is 1 then the condition is True Note: in other programming languages conditionals are 2 equal signs "==" |