How do I construct an IF statement with multiple variables: =IF(C2=D2,"",IF(C2="FB", Move, "Request"))
This statement says if C2 = "FB" then "Move" otherwise "Request. And works for only the value "FB" but I need the statement to evaluate IF(C2="FB, MCL, AVB, WSR, and so on. . .in other words...