hello, everyone, is there any IF statement that i can use on below time range when counting start/end time and return correct or out of range?
[TABLE="width: 500"]
<tbody>[TR]
[TD]request time[/TD]
[TD]given time[/TD]
[TD]return[/TD]
[/TR]
[TR]
[TD]09:00-18:30[/TD]
[TD]09:00-18:00[/TD]
[TD]correct[/TD]
[/TR]
[TR]
[TD]09:00-16:30[/TD]
[TD]09:00-19:00[/TD]
[TD]out of range[/TD]
[/TR]
[TR]
[TD]13:00-21:00[/TD]
[TD]12:00-21:00[/TD]
[TD]out of range[/TD]
[/TR]
</tbody>[/TABLE]
thanks in advance
[TABLE="width: 500"]
<tbody>[TR]
[TD]request time[/TD]
[TD]given time[/TD]
[TD]return[/TD]
[/TR]
[TR]
[TD]09:00-18:30[/TD]
[TD]09:00-18:00[/TD]
[TD]correct[/TD]
[/TR]
[TR]
[TD]09:00-16:30[/TD]
[TD]09:00-19:00[/TD]
[TD]out of range[/TD]
[/TR]
[TR]
[TD]13:00-21:00[/TD]
[TD]12:00-21:00[/TD]
[TD]out of range[/TD]
[/TR]
</tbody>[/TABLE]
thanks in advance