Short Term Incentive Plan Spreadsheet Template
Use this structure when HR or finance needs to calculate many short term incentive payouts consistently.
Last reviewed 20 August 2026
Worksheet columns
| Column | Purpose |
|---|---|
| Employee ID | Stable identifier for lookup and audit. |
| Salary | Base pay used for target bonus. |
| Target bonus % | Plan target rate. |
| Company score | Shared company multiplier. |
| Individual score | Personal score or rating factor. |
| Eligibility % | Proration or plan eligibility. |
| Cap | Maximum payout boundary. |
When spreadsheets break
Spreadsheets are fine for simple teams. They become risky when there are many exceptions, approvals, audit trails, version control issues or payroll handoff requirements.
Approval checks
Related tools and next steps
How to structure a STIP worksheet
=MIN(salary*target%*proration*company*team*individual, salary*target%*proration*cap%). Everything else in the workbook exists to make sure the inputs to that line are right.Controls worth building in
Check individual cases against the STIP calculator, or read how to calculate a STIP bonus for the formula in detail.
STIP spreadsheet questions
How do you build a STIP spreadsheet?
Separate parameters, lookup tables, the employee roster and the calculation into different tabs. Keep the calculation tab formula-only, and add a reconciliation tab that checks total payouts against the funded pool.
What is the STIP formula in Excel?
=MIN(salary*target_pct*proration*company*team*individual, salary*target_pct*proration*cap_pct). The MIN applies the cap last, against the prorated target.
What controls should a STIP worksheet have?
Data validation on ratings, flags for proration above 100% and payouts above the cap, a mandatory reason paired with every override, and locked formula cells.
Reviewed 20 August 2026 by the BonusPayCalc editorial team. Gross planning estimates only — not payroll, tax, legal or HR advice. See methodology for how formulas are chosen, or report a correction.