Build a Capital Expenditure Tracker
Capital expenditure usually starts the year as a tidy plan and ends it as a sprawling list of in-flight projects and reforecasts. A good CapEx tracker keeps the picture coherent — project by project, plan vs. actual, with a clear view of remaining spend. This tutorial walks through building one in Workday OfficeConnect using a Project Code custom dimension in Adaptive Planning.
What you’ll build: A project-level tracker with Planned, Actual YTD, Forecast Remaining, Total Forecast, and Variance to Plan columns — refreshable from Adaptive Planning.
What you’ll need:
- OfficeConnect installed and signed in (Build Your First Report)
- A Project Code custom dimension in your model with each active CapEx project loaded
- CapEx accounts (Capital Expenditures or specific asset categories) dimensionalized by Project Code
- A Plan/Budget version and an Actuals version for the current year
- Familiarity with custom dimensions (Custom Dimensions and Attributes)
Step 1 — Set up the column headers
Project Code, Planned (FY), Actual YTD, Forecast Remaining, Total Forecast, Variance to Plan, % Spent. These are the columns reviewers expect on a CapEx tracker.Step 2 — Build the project row block
CAP-2025-001). The dimension value populates column A.Step 3 — Add the calculated columns
=C2+D2. This is Actual YTD plus Forecast Remaining — the project’s expected full-year landing.=E2-B2. Positive values mean the project is forecasting over budget; negative values mean under.=C2/B2. Format as percentage. This shows how much of the original plan has already been spent — useful for identifying projects that are 80% spent but only halfway through the year.Step 4 — Scale across projects
Total row that SUMs columns B through F across all projects. The program-level % Spent is =SUM(C)/SUM(B).Step 5 — Refresh and review
Result
You now have a project-by-project CapEx tracker that shows in one view which projects are tracking to plan, which are at risk, and which are coming in under budget. Each refresh updates the picture with the latest actuals and project owner reforecasts.
Next steps
- Pair the tracker with a cash impact view — see Cash Flow Statement
- Add a forecast accuracy view against the original plan — see Build a Forecast Accuracy Report
- Drill down into any project’s underlying transactions — see Cell Explorer Drill-Down