Forum Discussion

alexp66's avatar
alexp66
Copper Contributor
Jul 02, 2020
Solved

Excel Booking Spreadsheet

I am trying to sort out a booking spreadsheet for our sports club with the following data: name start time duration name start time duration Alf 14:00 02:00 Bert 14:00 02:00 Chas ...
  • TheAntony's avatar
    Jul 02, 2020

    alexp66 

    I used a simple formula to calculate this:

    =SUM((F1>B2:B9)*(F1<B2:B9+C2:C9))

     

    Is this what you are looking for?

Resources