ithoughtiknewit
New Member
- Joined
- Feb 11, 2021
- Messages
- 10
- Office Version
- 365
- Platform
- MacOS
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 list lives in V. I tried:
=IF(COUNTIF(A:U,AC24)>0,"ASSIGNED","OPEN")+IF(COUNTIF(V6:V16,AC24)>0,"PTO","OPEN")
but no luck. Is this possible or should I do something different? Thanks as always!!!
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 list lives in V. I tried:
=IF(COUNTIF(A:U,AC24)>0,"ASSIGNED","OPEN")+IF(COUNTIF(V6:V16,AC24)>0,"PTO","OPEN")
but no luck. Is this possible or should I do something different? Thanks as always!!!