Good afternoon all,
I'm trying to create an availability screen for our car bookings (see attached) based on the start date/time & end date/time.
All the booking info is available in a SharePoint list (see attached)
Test booking: 07/04/2021 10:00 - 08/04/2021 11:30 // Duration is 1530 minutes.
The lookup searches the list for the Start Date, Allocated vehicle (VBE08) & Start Time and then gives the "DurationMin" column value in the corresponding label.
I'd like it to color all the labels from the start date/time until the end date/time, including the next date when it's a long booking.
This formula is currently in the fill for 10:30: If(lblAsset1_6-30>=0,Red, lblAsset1_7-30>=0,Red,Transparent)
lblAsset1_6 = label next to 10:00
lblAsset1_7 = label next to 10:30
Any help would be much appreciated.
Thanks!