Build a Formatted Executive Report for Distribution
A raw OfficeConnect report shows the right numbers, but an executive report needs to look the part. This tutorial walks through building a formatted P&L summary with branding, clean layout, and print-ready page setup — the kind of report you can share as a PDF without touching it in PowerPoint first.
What you’ll build: A one-page executive P&L summary with a header, logo, formatted number columns, and page layout configured for PDF export.
What you’ll need:
- OfficeConnect installed and connected to an Adaptive Planning tenant (Get Started)
- An Adaptive Planning model with P&L accounts, actuals, and budget loaded
- Basic familiarity with building variance reports — see Budget vs. Actuals Variance
Step 1 — Build the data structure
Click B3 and drag your Actuals version in. Click C3 and drag Budget. Click D3 and type Variance (this will be a plain Excel formula column, not an OfficeConnect element).
Click B4 and drag the reporting period into it (for example, the current quarter or full year). Copy B4 into C4 — both version columns share the same time context.
Click B5 — OfficeConnect creates a formula for Actuals, the period in B4, and the account in A5. Copy B5 down to B9, then copy B5:B9 across to C5:C9 for Budget.
In D5, enter =B5-C5. Copy D5 down to D9. Format column D to show positive variances as favorable (green) and negative as unfavorable (red) using Excel’s conditional formatting.
Step 2 — Build the header
Executive Summary — Q2 2026. Merge cells A1:D1 (Home ribbon → Merge & Center). Set font to 16pt Bold.Click A2 and enter a formula to show today’s date dynamically:
="As of "&TEXT(TODAY(),"MMMM D, YYYY")
Merge A2:D2 and set to 10pt italic gray. This updates automatically each time the workbook is opened.
Step 3 — Apply formatting
Home → Number → Accounting, set decimal places to 0). For column D (variance), apply a custom format: [Green]#,##0;[Red]-#,##0 to color-code favorable and unfavorable variances automatically.Actuals, Budget, Variance. Bold and center them. Add a thick bottom border under row 3 (the header row) and a thin top border above row 9 (the Net Income row) to create a visual subtotal separator.#F2F2F2) to every other row — A5:D5 and A7:D7 — so the report is easy to scan. Leave A6:D6 and A8:D8 with no fill.Step 4 — Configure page layout for PDF export
Confidential; right section — &P of &N (page number). Click outside the header/footer area to exit.Next steps
- Share the PDF automatically — see Share via Teams & SharePoint
- Schedule the refresh automatically — see Refresh Reports Automatically with Power Automate
- Add it to a PowerPoint deck — see OfficeConnect for PowerPoint