Build a Workforce Plan with Attrition
Workforce planning is where most operating expense lives, and getting it right means modeling both sides of the headcount equation — the hires you plan to add and the people who’ll leave naturally. This tutorial walks through building a Workday OfficeConnect workforce plan with attrition baked in, broken out by organizational Level, with fully-loaded cost per FTE calculated alongside.
What you’ll build: A report that shows beginning headcount, attrition losses, planned hires, ending headcount, and fully-loaded cost — by Level, by month, for the next 12 months.
What you’ll need:
- OfficeConnect installed and signed in (Build Your First Report)
- A model with headcount-related accounts (Beginning Headcount, Hires, Attrition, Ending Headcount) plus a personnel cost account
- An organizational structure with multiple Levels you want to break out
- Familiarity with repeating rows (Repeating Reports)
Step 1 — Set up the time and structure
Beginning HC, Hires, Attrition, Ending HC, Fully-Loaded Cost. Leave a blank row between Levels.Step 2 — Populate the headcount accounts
Beginning HC + Hires - Attrition = Ending HC should hold in every column. If it doesn’t, the underlying model formula is misconfigured — check the account definitions in Adaptive Planning.Step 3 — Add fully-loaded cost
Cost per FTE, write =B[FullyLoaded]/B[EndingHC] referencing the rows above. Format as currency. This gives you a sanity check on whether the cost model is producing reasonable per-head economics.Step 4 — Use repeating rows across Levels
SUM references or drag the top-level rollup into the cell.Step 5 — Refresh and validate
Result
You now have a 12-month workforce plan that shows where every FTE comes from and goes to, broken out by Level, with cost layered in. When the CFO asks why personnel cost is growing $1.4M next quarter, the answer is in the report — 18 planned hires in Engineering, partially offset by 6 attrition losses across G&A.
Next steps
- Pull headcount into your operating P&L — see Show Headcount in a Financial Report
- Build a department-level operating view to pair with this — see Build a Department P&L Report
- Use the repeating-rows pattern for other dimensions too — see Repeating Reports