Hi... I am doing a problem for work and i dont know how to solve it.
it is a problem where we have days in one column and we have requests in the other... and using a pivot table or something I need to find out what are the three conseccutive ddays to find the highest request numbers...
so it could be day 1,2,3 or day 2,3,4 etc...
<colgroup><col><col><col><col span="2"><col><col><col></colgroup><tbody>
</tbody>
Thanks!!!!
it is a problem where we have days in one column and we have requests in the other... and using a pivot table or something I need to find out what are the three conseccutive ddays to find the highest request numbers...
so it could be day 1,2,3 or day 2,3,4 etc...
Date | Week | Comp | Eyes | Requests | Zeros | Avail Drivers | Hourly |
01/01/2014 | Thursday | 1 | 5 | 5 | 1 | 3 | 20 |
02/01/2014 | Friday | 2 | 15 | 21 | 6 | 6 | 35 |
03/01/2014 | Saterday | 3 | 25 | 37 | 11 | 9 | 50 |
04/01/2014 | Sunday | 4 | 35 | 53 | 16 | 12 | 65 |
05/01/2014 | Monday | 5 | 45 | 69 | 21 | 15 | 80 |
<colgroup><col><col><col><col span="2"><col><col><col></colgroup><tbody>
</tbody>
Thanks!!!!