sqleptical
Programmer
I'm trying to use a formula to compare/flag the current time (B1) to the in/out time entered on Sheet1 (between Sheet1!B3 & Sheet1!c3 OR between Sheet1!d3 & Sheet1!e3). The following is what I came up with, but does not work. Any ideas?
=IF(OR(B1>=Sheet1!B3,B1 <= Sheet1!C3,B1>=Sheet1!D3,B1 <= Sheet1!E3 ),1,0)
=IF(OR(B1>=Sheet1!B3,B1 <= Sheet1!C3,B1>=Sheet1!D3,B1 <= Sheet1!E3 ),1,0)