Hi, is there a way to shorten the following switch list of sellers and coordinators?
I have tried but has not worked
SWITCH(USEREMAIL(),
INDEX(INTERSECT(list(useremail()),Sellers[Email]),1,),“ALL_CHANGES”,
INDEX(INTERSECT(list(useremail()),coordinators[Email]),1,),“ALL_CHANGES”,
“READ_ONLY”)
Thanks