Given the table, I have the following criteria (times in 24 hour):
IF 6:00 to 10:00 AND weekday = Y THEN Category = 1
IF 10:01 to 16:00 AND weekday = Y THEN Category = 2
IF 16:01 to 20:00 AND weekday = Y THEN Category = 3
IF 06:00 to 20:00 AND weekday = N THEN Category = 4
There are no times before 06:00 or after 20:00. I am trying to contrive the formula for use in F2.
My efforts have been met with disastrous results. Any assistance you could provide would be fantastic and greatly appreciated! Thank you so much!
-G
Table:
D E F
1 Time Weekday? Category
2 06:00 Y
3 06:15 N
4 11:30 Y
5 15:45 Y
6 16:30 Y
7 19:00 N
8 07:15 N
9 17:30 N
10 09:30 Y
11 18:30 N
IF 6:00 to 10:00 AND weekday = Y THEN Category = 1
IF 10:01 to 16:00 AND weekday = Y THEN Category = 2
IF 16:01 to 20:00 AND weekday = Y THEN Category = 3
IF 06:00 to 20:00 AND weekday = N THEN Category = 4
There are no times before 06:00 or after 20:00. I am trying to contrive the formula for use in F2.
My efforts have been met with disastrous results. Any assistance you could provide would be fantastic and greatly appreciated! Thank you so much!
-G
Table:
D E F
1 Time Weekday? Category
2 06:00 Y
3 06:15 N
4 11:30 Y
5 15:45 Y
6 16:30 Y
7 19:00 N
8 07:15 N
9 17:30 N
10 09:30 Y
11 18:30 N