Hello All
Could someone direct me to the right direction
So I have some data, for example
I need to sort this in time order and then split this data into the multiple tables where in every table SUM is not more then 51 and data is not repeating, example below
Also this is all done in the google sheets
Thanks in advance
Could someone direct me to the right direction
So I have some data, for example
Name | Time | Count |
John | 14:00 | 20 |
Matilda | 00:20 | 11 |
Ben | 01:00 | 30 |
Susan | 00:45 | 10 |
Edd | 02:00 | 14 |
Tom | 12:00 | 40 |
I need to sort this in time order and then split this data into the multiple tables where in every table SUM is not more then 51 and data is not repeating, example below
Name | Time | Count |
Matilda | 00:20 | 11 |
Susan | 00:45 | 10 |
Ben | 01:00 | 30 |
total | 51 | |
Name | Time | Count |
Edd | 02:00 | 14 |
total | 14 | |
Name | Time | Count |
Tom | 12:00 | 40 |
total | 40 | |
Name | Time | Count |
John | 14:00 | 20 |
total | 20 |
Also this is all done in the google sheets
Thanks in advance
Last edited by a moderator: