Evaluates an expression against a list of values and returns the result corresponding to the first matching value
=SWITCH(expression, value1, result1, [value2, result2], ..., [default])
=SWITCH(A1,1,"One",2,"Two",3,"Three","Other")