VaatiAstora
New Member
- Joined
- Nov 30, 2019
- Messages
- 4
- Platform
- Windows
Okay, say we have a 4 shift schedule at my business, a, b, c, and d. Each shift has 4 slots to be filled and each shift has to have at least 2 people in it.. Each employee fills out a shift ballot, that says in what order the shifts are based on their preference, like mine is c, d, a, b. C being most desired, B being least. And seniority is also a factor, if 5 people want B shift, only the 4 that have been here the longest get it. the 5th person will get his 2nd choice and so on. How would i go about creating a spreadsheet that if I list all the employees in order of seniority in column a, and their preferred shift order in columns b-e, it will make a chart for each shift with who is on the shift, like such.
Input Table:
Output Table:
Had to scale it down to 8 people to meet website limitations. I also need the tables to work if say someone quit so we only have 7 people, I just want the shift to have a blank space in that case.
Sorry if I'm asking for too much.
Input Table:
Morse | a | b | c | d |
Godwin | c | a | b | d |
Slaton | c | a | b | d |
Mancuso | c | b | a | d |
Brown | c | d | a | b |
Jenner | d | c | a | b |
Sparks | a | d | c | b |
Jarvis | d | a | b | c |
Output Table:
A | B | C | D |
Morse | Mancuso | Godwin | Brown |
Sparks | Jarvis | Slaton | Jenner |
Had to scale it down to 8 people to meet website limitations. I also need the tables to work if say someone quit so we only have 7 people, I just want the shift to have a blank space in that case.
Sorry if I'm asking for too much.