If we assume the start shift value is to be entered into C2 (ie that is the cell to which we are applying validation) then perhaps:
should only permit time values where B2 not one of those three values, of course this can be circumvented by not having these options in B2, entering time in C2 and then reverting B2 to one of these conditions - this may or may not be an issue... if it is then you will need to use VBA I'm afraid.![]()
=AND($B2<>"Off",$B2<>"not available",$B2<>"request off",C2>=0,C2<1)
Bookmarks