SWITCH
Switches values with new values if original value matches key
Arguments
Output
Examples
SWITCH(2, 1, "Monday", 2, "Tuesday", 3, "Wednesday", 4, "Thursday")
>> "Tuesday"Last updated
Was this helpful?
Switches values with new values if original value matches key
SWITCH(2, 1, "Monday", 2, "Tuesday", 3, "Wednesday", 4, "Thursday")
>> "Tuesday"Last updated
Was this helpful?
Was this helpful?