I am trying to get a formula that will state specific data if within a time frame
I have cell A20 as =NOW()
Then have A21 as =IF(A20<TIME(13,50,0),"10:00 AM",IF(AND(A20>TIME(13,51,0),A20<TIME(17,50,0)),"2:00 PM",IF(AND(A20>TIME(17,51,0),A20<TIME(21,50,0)),"6:00 PM","10:00 PM")))
for some reason this will not work can someone tell me what i am doing wrong or point me in the right direction
Thanks
Bookmarks