G
Gmet
I need to take hours and distribute them across time according to the
following distributions:
low to hi over x periods
hi to low over x periods
low hi low over x periods
low hi low over x periods
hi low hi low over x periods
low hi low hi over x periods
for example: say I have 700 hrs and I need to distribute them low to hi
over 5 months so that there are few hours in the early months and more hours
in the later months to fit a particular work schedule. The total hours
should still equal 700.
I could do 20 80 140 200 260 - how can I do that programmatically with
each distribution?
TIA
Glen
following distributions:
low to hi over x periods
hi to low over x periods
low hi low over x periods
low hi low over x periods
hi low hi low over x periods
low hi low hi over x periods
for example: say I have 700 hrs and I need to distribute them low to hi
over 5 months so that there are few hours in the early months and more hours
in the later months to fit a particular work schedule. The total hours
should still equal 700.
I could do 20 80 140 200 260 - how can I do that programmatically with
each distribution?
TIA
Glen