Question : Find if time period goes through specific time

I have two values, a start time in H11 and a finish time in I11.  I am trying to get a True or False if the period between the two times goes through a specific time (say 11:30pm) the thing is that the end time could also be past midnight.

Any help would be great as always!

Cheers

Answer : Find if time period goes through specific time

Use this..

=IF(I11>H11,AND(H11<=TIMEVALUE("23:30:00"),I11>=TIMEVALUE("23:30:00")),AND(TODAY()+H11<=TODAY()+TIMEVALUE("23:30:00"),(TODAY()+1)+I11>=TODAY()+TIMEVALUE("23:30:00")))

Saurabh...

Random Solutions  
 
programming4us programming4us