Hi Guys,
Whats wrong with the below expression?
AND(OR(IN(LOOKUP(USEREMAIL(), Staff, Email, Title), LIST("Payroll","Manager")),
LOOKUP(USEREMAIL(), "Staff", "Email", "FilterFrom")<=[Start Time]),
LOOKUP(USEREMAIL(), "Staff", "Email", "FilterTo")<=[Finish Time]),
LOOKUP(USEREMAIL(), "Staff", "Email", "FilterProject")=[Project]),
LOOKUP(USEREMAIL(), "Staff", "Email", "FilterTask")=[Task])
I get the following error, even though it is not the case. It works if I remove the bottom 2 rows…