Warren S. answered 03/14/19
Tutor
4.8
(26)
Teacher/Consultant
The IF function can perform a logical test and return one value for a TRUE result, and another for a FALSE result.
For example, =IF(C2=”Yes”,1,2) says IF(C2 = Yes, then return a 1, otherwise return a 2).