I think I'm close but can't seem to get this one to work.
=IF((AND(E105<>"#",K105<E105)),"On Time",(IF((AND(K105-E105=3,WEEKDAY(K105=2),"On Time","Late")))
What I'm looking for:
(E and K are DATES)
IF E105 doesn't have a "#" AND K105 is less than E105, then it's "On Time" OR IF K105-E105=3 AND the WEEKDAY of K105 is a Monday(2), then it's "On Time", otherwise it's "Late".
It's just giving me the "formula contains an error" message but can't figure out where the problem is.
Thanks!
Toni
=IF((AND(E105<>"#",K105<E105)),"On Time",(IF((AND(K105-E105=3,WEEKDAY(K105=2),"On Time","Late")))
What I'm looking for:
(E and K are DATES)
IF E105 doesn't have a "#" AND K105 is less than E105, then it's "On Time" OR IF K105-E105=3 AND the WEEKDAY of K105 is a Monday(2), then it's "On Time", otherwise it's "Late".
It's just giving me the "formula contains an error" message but can't figure out where the problem is.
Thanks!
Toni