I have a If functionI am trying to write that has to conditions and I do not know how to write it.
Example:
If A2 = "termination" and D2 <> "" , "True", "False"
IF(logical_test, [value_if_true], [value_if_false])
I can not figuer out how to have two logical tests. Please help!
Thanks!
Example:
If A2 = "termination" and D2 <> "" , "True", "False"
IF(logical_test, [value_if_true], [value_if_false])
I can not figuer out how to have two logical tests. Please help!
Thanks!