PayDay Simulator

How can a small business owner predict payroll cash-outs and still make rent on time?

Duration: 2 weeksDifficulty: Intermediate
Driving Question
Small business owners often struggle with cash flow timing, especially when payroll obligations coincide with other major expenses like rent. Through this unit, you'll build a comprehensive payroll system that helps predict and manage these cash flow challenges.

How can a small business owner predict payroll cash-outs and still make rent on time?

Performance Task
Local youth entrepreneurs need practical tools for managing payroll and cash flow. Your tutorial will be published on the school's YouTube channel to help the broader community.

PayDay Simulator Tutorial

Create and present a comprehensive screencast tutorial showing how to use your payroll system to prevent cash flow crises.

  • Complete payroll calculator handling multiple employee types (hourly, tipped, salaried)
  • Clear screencast demonstrating all system features and edge cases
  • Professional presentation suitable for public YouTube publication
  • Documentation showing how the system prevents cash flow problems
Assessment Milestones
Aligned to implemented student lessons

Day 3: Prototype Calculator

Milestone

Single-employee payroll calculator with basic gross-to-net computation

  • Accurate gross pay calculation for different employee types
  • Correct withholding calculations using tax tables
  • IF formulas for conditional deductions
  • Clean, professional formatting

Day 4: Validation & Error Detection

Milestone

Bulletproof the prototype with data validation and visual error checks

  • Input validation prevents missing/invalid entries (IDs, hours, dates)
  • Conditional formatting highlights errors and warnings
  • Clear user guidance and labels for correction
  • Error-checking system documents and flags edge cases

Day 5: Advanced Automation Engine

Milestone

Scaled payroll engine with robust mapping and overtime logic

  • Structured references and named ranges for reliability
  • XLOOKUP maps employee data and tax tables with safe defaults
  • Overtime/tiered logic implemented (e.g., SUMPRODUCT or equivalent)
  • Automation passes advanced dataset with documented audit checks