Hi everyone,
I'm stuck and need a little help.
I'm trying to group Time ranges either both columns "A & B" if doable, or just column "A" into multiple 3-Hours bucket for the day with =FLOOR or similar
and pick the highest number of Customers from same bucket/ time window of 3-hours with =LARGE from Sheet 1 & Sheet 2
then sum the two highest for that 3-Hours bucket
the above 3 steps can be done in any order as long the result is Sheet1 Bucket1 + Sheet2 Bucket1 and so on
Timestamp with number of customers similar to these following:
Sheet 1
From / To / # Customer
A1: 7:00 AM B1: 8:00 AM (2 customers)
A2: 8:05 AM B2: 9:25 AM (2 customers)
A3: 9:30 AM B3: 10:15 AM (3 customers)
A4: 10:20 AM B4: 12:30 PM (4 customers)
A5: 12:35 PM B5: 3:00 PM (4 customers)
Sheet 2
A1: 7:00 AM B:1 9:15 AM (2 customers)
A2: 9:20 AM B2: 10:55 AM (2 customers)
A3: 11:00 AM B3: 2:00 PM (3 customers)
A4: 2:05 PM B4: 3:00 PM (2 customers)
Any or suggestion would much appreciated. I've tried a few different formulas and combinations but none works as desired
Thanks