Quick Sanity check for me please, these 2 statements are functionally the same right? I mean I drew myself a truth table for each which I haven’t drawn since like 4 yrs ago in sophomore yr of college and they are the same. Yet the first didn’t give the same results as the second in my valid if.
They were each inside of the same select statement*
AND([Department]=[_THISROW].[Department],IF(CONTAINS(USEREMAIL(),“store”),[L1]<>“it support-corporate”,true))
IF(CONTAINS(USEREMAIL(),“store”), AND([Department]=[_THISROW].[Department],[L1]<>“it support-corporate”,true),[Department]=[_THISROW].[Department])