m17347047711116
New Member
- Joined
- Aug 28, 2002
- Messages
- 7
i have a table of start and stop times for my employees from monday-friday and a table that lists my staffing requirement levels.
i would like to make a graph with the two tables that will display on the "X" axis time in 30 min intervals and on the "Y" axis number of staff
things i think i need to do to get started:
1, figure out how to make a graph that accepts time rang start time and end time that will understand that this means there is 1 employee that should be visible every half hour interval on my graph until there specified finish time is reached.
I believe this will involve some kind of frequency formula that counts the start times against a bin array in one column and the end times in another column and subtracts them therefore leaving me with the number of staff in a room at each 30 minute interval.
Pleas point me in some direction
Thank you
i would like to make a graph with the two tables that will display on the "X" axis time in 30 min intervals and on the "Y" axis number of staff
things i think i need to do to get started:
1, figure out how to make a graph that accepts time rang start time and end time that will understand that this means there is 1 employee that should be visible every half hour interval on my graph until there specified finish time is reached.
I believe this will involve some kind of frequency formula that counts the start times against a bin array in one column and the end times in another column and subtracts them therefore leaving me with the number of staff in a room at each 30 minute interval.
Pleas point me in some direction
Thank you