Forum Discussion

GeorgieAnne's avatar
GeorgieAnne
Iron Contributor
Jul 06, 2026

Can anyone help me with this SWITCH function

Hello Everyone, This SWITCH function is used to produce a number that then I can use to sort workers and their functions. =SWITCH(TRUE,     IF(AND(ISNUMBER(J2)=TRUE,M2="Working")=TRUE,5,0),     I...