D
Dawn
lI am trying to create a formula that uses IF to return "1" when true and "0"
when false. To be true, any cells in a range need to be greater than 6:00:00
am AND less than 3:00:00 pm. This is what I tried for the logical test:
K278:K288>6:00:00am and <3:00:00pm
(K278:K288>6:00:00am)and(K278:K288<3:00:00pm)
I also tried putting the time in a cell and substituting the cell for the
time in the above entries. Maybe I'm completely off base on my test, but I
couldn't find a way to do a between statement. Is there a better way to do
this?
Thanks
when false. To be true, any cells in a range need to be greater than 6:00:00
am AND less than 3:00:00 pm. This is what I tried for the logical test:
K278:K288>6:00:00am and <3:00:00pm
(K278:K288>6:00:00am)and(K278:K288<3:00:00pm)
I also tried putting the time in a cell and substituting the cell for the
time in the above entries. Maybe I'm completely off base on my test, but I
couldn't find a way to do a between statement. Is there a better way to do
this?
Thanks