Docs / Replace Spreadsheet Payout Tracking

Guide

Replace payout spreadsheets before close becomes fragile

Spreadsheets are useful for exploration, but payout operations need versioned rules, repeatable calculations, and exports that can be reviewed after the period closes.

Details

What to know

What to move first

Do not migrate every edge case on day one. Start with the highest-risk monthly payout workflow.

  • Pick one payout workflow with recurring manual review.
  • Import a recent close period as source revenue.
  • Create the most common rules first.
  • Run a calculation and compare output to the spreadsheet.

What changes after migration

Allocora makes the payout calculation repeatable and reviewable. Your downstream payout rail still handles money movement.

  • Rules become versioned application data.
  • Runs preserve the inputs and context used at calculation time.
  • Statements and exports come from reviewed output, not copy-paste workbooks.

Reference Tables

Fields and checks

Worked migration example

Start with one close period and compare the old workbook output to a reviewed Allocora run.

Migration input Example value Review note
Source workbook period May 2026 Pick one completed period with known totals.
Imported source revenue USD 42,000.00 Keep row identifiers and product context from the workbook or source export.
Primary payout logic 20% partner commission Configure as a rule before adding edge-case tiers.
Comparison formula 42,000.00 x 0.20 Expected baseline is USD 8,400.00 before refunds or adjustments.

Spreadsheet before / Allocora after

Use this comparison to decide which workbook responsibilities move into Allocora first.

Spreadsheet before Allocora after Why it matters
Tabs mix source data, formulas, and approvals. Revenue, rules, runs, statements, and audit history are separate surfaces. Each review question has a clear place to look.
Version history depends on file copies. Rules and runs preserve historical context. Past periods can be explained without finding the right workbook copy.
Formulas can be overwritten during close. Calculation output comes from configured rules. Reviewers are less likely to approve accidental formula drift.
Payment handoff is a pasted total. Exports carry reviewed amounts and identifiers. Downstream payout tools receive traceable evidence, not just a number.

Examples

Sample CSV rows and formula

These rows show a simple first migration file for one period.

Sample migration CSV rows

external_revenue_id,transaction_date,amount,currency,revenue_type,external_product_id,payee_hint
may_001,2026-05-01,42000.00,USD,sale,core_plan,Partner A
may_refund_001,2026-05-19,-800.00,USD,refund,core_plan,Partner A

Baseline comparison formula

spreadsheet_baseline = 42000.00 * 0.20
allocora_basis = 42000.00 - 800.00
allocora_due = allocora_basis * 0.20

Feedback

Was this page helpful?

Send a note if a step is unclear, missing, or out of date.

Email Support

Apply this in a workspace

Start free, use sample data, then replace examples with your own revenue rows when the workflow is clear.