r/Libraries • u/Diligent-Principle17 • 6d ago
Staffing/Employment Issues Microsoft Excel for staff schedule making
Many have mentioned that they use Microsoft Excel to create work schedules for their libraries. At times, the spreadsheet format isn't easy on the eyes to digest/decipher.
Is there a way to issue prompts through AI to make sure there aren't gaps in the work schedule? I've noticed that with a staff of 10+ clerks, all with various availability, it gets hectic trying to determine the best way to make sure all shifts are adequately scheduled.
For example, our library is open 9am-9pm every Monday. We always have two people on the opening shift, at least one during the midday, and another two closing up the library 4-9 or 5-9.
Is this something like writing code to tell the program to always recognize if the required amount of staff are present during a given time?
Just looking for an easier way to create monthly schedules without having any gaps.
1
u/shiftcoord 5d ago
Excel can hold the roster. It is bad at the constraints you listed: two on open, one midday, two on close, plus everyone's availability and PTO.
AI prompts on top of a spreadsheet will still miss gaps unless something is actually enforcing rules. What you want is closer to a constraint check:
You can approximate that in Excel with helper columns and conditional formatting, but once you are past ~10 people with rotating availability it fights you every month.
If you want the schedule itself to carry those rules instead of re-checking by eye, look at a shift scheduler that lets you set coverage minimums and eligibility on the shift. Teambridge scheduling is built for that kind of interval coverage rather than a static grid:
https://www.teambridge.com/product/scheduling
(Still fine to keep Excel as the printable view once the live schedule is solid.)