Multiple IF condition
Options

Leod13
ββ
I'm trying to create an IF condition
if column B is <> to standby, the answer is Active
IF Column B is = to standby, the answer is offline
Best Answer
-
Hi
=IF(B@row = "standby", "offline", "Active")
Answers
-
Hi
=IF(B@row = "standby", "offline", "Active")
-
it works thanks
-
Happy to help!π