Quote Originally Posted by Root_ View Post
See if the following CF rule works for you:

=ABS(NETWORKDAYS(F22,B22,Holidays))<=5

where Holidays is a named range that contains holiday dates.
I found the issue. So I need B22 to refer to a named range, as opposed to a value in an adjacent column, is that possible?