SWITCH
Syntax
SWITCH(expression,val1,res1,val2,res2,...,val_n,res_n,default)Arguments
Return value
Example
SWITCH([AGE],30,"Young",55,"Old","Other")Excel equivalent
Last updated
SWITCH(expression,val1,res1,val2,res2,...,val_n,res_n,default)SWITCH([AGE],30,"Young",55,"Old","Other")Last updated