T
tcrass
I am having one heck of a time figuring out a forumla to handl
displaying conditional data dealing with time. Here's what I want t
do...any ideas on how I can do it easily?
Cell B5: 9:00 (Start Time)
Cell B6: 17:00 (End Time)
Column A
Cell A1: 10:00 (Time)
IF A1 is equal to or greater than B5 and less than or equal to B
display 1, otherwise display 0
Example Desired Format:
Code
displaying conditional data dealing with time. Here's what I want t
do...any ideas on how I can do it easily?
Cell B5: 9:00 (Start Time)
Cell B6: 17:00 (End Time)
Column A
Cell A1: 10:00 (Time)
IF A1 is equal to or greater than B5 and less than or equal to B
display 1, otherwise display 0
Example Desired Format:
Code