Need to exclude two user from the Validation Error
Hi
I have two user, those user are from an integration and I need to exclude them from a Field Validation.
The formula I am using is NOT(UserValue(UserID)<>'AFYA-4PXL2D' and Uservalue(UserID) <> 'AFYA-PJ06G' AND [<CloseDate>] = Today()-1)
But all the user got affected even if they use a fuiture date. please advice