Hello!
I am using a countif to determine if an employee is assigned to something. AC lists the employees and anywhere from A to U is where I am looking for a match. This works great:
=IF(COUNTIF(A:U,AC1)>0,"ASSIGNED","OPEN")
That said, I am now trying to add if they are on PTO also. The PTO...