Month-End Close Workflow with OfficeConnect
Month-end close in Workday Financial Management involves verifying journal completeness, reconciling account balances, and producing financial statements for management review. OfficeConnect lets your accounting team do all of this in Excel — pulling live data from Workday — without waiting for Report Writer outputs or PDF exports. This tutorial walks through a practical close workflow.
What you’ll build: A close workbook with a trial balance check sheet, a journal completeness check, and a summary P&L — all refreshable as the close progresses.
What you’ll need:
- OfficeConnect connected to the Financials data source
- Workday Financial Management with the current period in a close-in-progress state
- Familiarity with trial balance reports — see Build a Trial Balance Report
Step 1 — Build a trial balance check sheet
Open a new Excel workbook. Rename Sheet1 to Trial Balance. Click the OfficeConnect tab and sign in. In the Trial Balance tab, build a quick trial balance:
- B1: Actuals version (drag from Reporting pane)
- B2: Current close period (drag the month being closed, e.g., April 2026)
- A5 downward: Drag all P&L and balance sheet rollup accounts from the Reporting pane — Revenue, COGS, Operating Expenses, Assets, Liabilities, Equity sections
- B5 downward: Copy the formula from B5 down for each account row
In a blank cell below your accounts (for example, B30), enter:
=SUMIF(B5:B29,">0",B5:B29)+SUMIF(B5:B29,"<0",B5:B29)
This sums all account balances. A balanced trial balance produces 0 — debits equal credits. If the result is non-zero, a journal entry is missing or was posted in error.
In A30, type Balance Check and apply conditional formatting to B30: green fill if the value equals 0, red fill otherwise. This gives a clear at-a-glance indicator during close.
Step 2 — Check journal entry completeness
Add a new sheet tab named Journal Check. In this tab, build a list of recurring journal entries you expect every month — things like depreciation, prepaid amortization, accruals for payroll, and rent. In column A, list the description of each expected journal. In column B, pull the relevant account balance using OfficeConnect to confirm it posted.
For example, if depreciation should be approximately $15,000/month: drag the Depreciation account into a cell and check that the current month balance is close to the expected amount. Format the cell with conditional formatting to flag if the balance is 0 (meaning depreciation likely didn’t post).
For each significant accrual, add a row with:
- Column A: Accrual description (e.g., “Payroll Accrual — April”)
- Column B: OfficeConnect formula pulling the accrued liability account balance
- Column C: Expected amount (typed as a static value or pulled from a budget/prior-month reference)
- Column D: Variance formula
=B-Cwith conditional formatting to flag large differences
Refresh this tab after each batch of journal entries posts to confirm completeness progressively.
Step 3 — Produce financial statements for review
Add a new sheet named P&L Summary. Build a concise income statement using rollup accounts — Revenue, COGS, Gross Profit, Operating Expenses, EBITDA, and Net Income. Use the same Actuals version and close period you set up in the Trial Balance tab.
This sheet is what you share with management for their review sign-off before the period is locked in Workday.
=B-C. This shows month-over-month movement — significant swings often reveal missing journals or timing errors worth investigating before close is finalized.Step 4 — Lock the period in Workday
Period locking happens in Workday Financial Management, not in OfficeConnect. Once management has signed off on the financial statements:
Next steps
- Build a full balance sheet for the close package — see Build a Balance Sheet
- Drill into specific journal lines to investigate variances — see Drill Through to Workday Journal Lines
- Reconcile final figures to Workday Report Writer — see Reconcile OfficeConnect Values to Workday Reports