Excel for operations

Operations spreadsheets are early-warning systems: they exist to flag the thing that is about to go wrong.

What the job actually asks for

Stock against reorder points, on-time delivery rates, throughput by site and shift. The value is not in the arithmetic but in the flagging — a sheet that surfaces the twelve rows needing attention out of four thousand that do not.

The recurring tasks

  • Track stock levels against reorder points
  • Calculate on-time delivery rates
  • Flag items below safety stock
  • Summarise throughput by site and shift

Where people get caught

Boundary conditions. A rule that says 'more than 30 days' implemented with >= flags everything a day early, and because the output looks reasonable the error can run for months.

What interviews test

Conditional counting across several criteria, flagging exceptions with IF, and explaining how you would check a threshold rule is behaving at its edges.

Practice built from operations work

10 exercises using the situations above, ordered from most approachable to hardest.

Other roles