An expense agreement gives a volunteer group one clear answer before anyone spends a dollar. It spells out what the group covers, who approves spending, how costs get divided, and when people get reimbursed. Why wait until someone is stuck holding a stack of receipts to figure out who owes what?

This works for a PTA, booster club, rec team, or informal committee. You don't need 501(c)(3) status to set ground rules. You don't need accounting software either. A printed page and a simple tracker do the job.

Write the rule first. Then test it on one real purchase.

Start by identifying the money arrangement

Splitting costs among club members is entirely different from a charity reimbursing a volunteer. Neither works like an employer reimbursement plan. Figure out your group's setup before drafting policies.

Group situation Useful record Extra care
Informal club, team, trip, or event group Expense agreement and shared tracker The document does not create nonprofit status or a charitable deduction.
Qualified charity reimbursing a volunteer Written reimbursement policy, approval record, and receipts Confirm the organization's status and the tax treatment of unreimbursed costs.
PTA, booster club, or nonprofit with bylaws Expense agreement plus budget and approval rules Follow the organization's bylaws and officer-approval requirements.
Organization with employees Reimbursement policy reviewed for accountable-plan requirements Ask a tax professional about payroll and reporting treatment.

One document can mention all three setups, but label them clearly. Blending them together is how corporate tax jargon slips into a casual group agreement. Keep boundaries clean.

Write rules members can actually follow

Boring policies work because people can actually understand them. If a rule requires three follow-up questions, rewrite it.

Make these basic calls upfront:

  • Covered expenses: List supplies, venue fees, travel, or event materials that qualify.
  • Excluded expenses: Separate personal items, room upgrades, and individual meals from group charges.
  • Approval: Set a dollar limit and name who approves purchases above it.
  • Split method: Pick equal cuts, usage, attendance, or nights stayed.
  • Receipt rule: Require photos or scans within a set timeframe, like seven calendar days. That is an internal group target, not an IRS rule.
  • Payment and disputes: State how members settle up, when payers get reimbursed, and how conflicts get resolved.

Never stop at "reasonable expenses." Name actual categories and provide a quick example for each.

For a PTA or registered nonprofit, this agreement sits right under existing bylaws. When bylaws require officer sign-off, you need that formal approval on file. A casual text message won't cut it.

Pick a fair split method before the first purchase

The simplest math does not always feel fair to everyone. Choose a method based on how members use what you buy.

Method Works well when Tradeoff
Equal shares Everyone receives similar value or participates in the same event Simple, but it can feel unfair when participation varies.
Per-person or usage-based Meals, tickets, nights stayed, supplies, or travel differ by person More precise, but someone must track usage.
Income-adjusted shares The group deliberately wants contributions to reflect ability to pay Requires consent and more privacy.
Reimbursement after proof Each person pays their own cost until an approved claim is submitted Limits estimates, but payments may take longer.

Define what an "active participant" means before ordering anything. Is it everyone on the roster, only attendees who show up, or the person taking leftovers home? Settle that definition on day one so nobody argues over the bill later.

Copy and adapt this agreement template

Stick to plain words. If people must consult the treasurer just to read a sentence, the template is broken.

Group: [name]

Purpose: This agreement covers approved shared expenses for [group] from [start date] until [end date or replacement agreement].

Covered costs: The group may pay for [list categories]. Personal purchases and personal extras are excluded unless the group approves them in writing.

Approval: Purchases above [approval threshold] require approval from [person, committee, or vote] before purchase. The payer records the approval reference in the expense tracker.

Split method: We use [equal, per-person, usage-based, or another method] among [definition of participating members]. The agreed shares must total the approved expense.

Receipts: The payer submits a receipt or other proof within [group deadline] and records the date, purpose, amount, and participants.

Reimbursement and settlement: After approval and adequate proof, the group or members pay the approved amount using [payment method] within the period stated in this agreement. Any unused advance or excess amount is returned promptly.

Changes and disputes: Members first review the receipt, approval, and share calculation with [role or committee]. Unresolved issues go to [group meeting, vote, or neutral person]. Changes to this agreement are dated and approved by [required approval].

Tax record: This agreement tracks group money. It does not establish nonprofit status or decide whether a cost is tax-deductible.

Collect signatures prior to spending group funds. Paper or digital sign-offs both work fine for internal groups, though formal organization bylaws might specify an exact method.

Name Role, if any Signature Date
[name] [role] [signature] [date]
[name] [role] [signature] [date]

Record the full purchase when one person pays more

Log the entire original purchase in one entry. Break out the individual shares on a separate ledger.

Say Jane spends $300 upfront on 10 group kits. The main expense row lists Jane as payer for $300. The shares tab then breaks that into 10 lines at $30 each, which includes Jane's own portion. Before other transactions occur, the group owes Jane $270.

Tracker area Example entry
Expenses Expense ID EXP-001, Jane as payer, total of $300
Shares Ten participant rows at $30 each
Summary Jane paid $300 and was assigned a $30 share
Settlement Members pay Jane, with each payment dated and recorded

Turns out, logging the total upfront stops people from recording only Jane's $270 net reimbursement, which tends to obscure the real vendor receipt total later on.

If an order contains personal snacks or extra gear, carve those line items out immediately. Never let two members log pieces of the exact same vendor receipt as separate expenses. That creates phantom costs.

Build a simple spreadsheet tracker

You only need a few columns to make this work. When spreadsheets become sprawling monstrosities with dozens of optional fields, volunteers simply stop opening the file, which defeats the whole point.

Google Sheets or Excel works well for basic groups. Set up distinct tabs so costs, shares, and settlements do not get tangled together.

Tab Suggested columns Purpose
Expenses Expense ID, date, description, payer, total, category, approval reference, receipt link, status, reimbursed date, notes Stores each purchase once
Shares Expense ID, member, amount owed, settled status, settlement reference Shows who owes what
Settlements Date, from, to, amount, expense ID, payment note Records actual transfers
Summary Member, paid upfront, assigned share, net balance Shows who should receive or pay

Assume your Expenses tab puts ID, date, description, payer, and total into columns A through E. Assume your Shares tab uses columns A through C for expense ID, member name, and amount owed.

For equal splits, paste this formula into the Shares amount column:

=ROUND(VLOOKUP(A2,Expenses!A:E,5,FALSE)/COUNTIF($A:$A,A2),2)

That divides the purchase total across all matching rows. For custom splits, type in the approved amounts directly.

On the Summary tab, track each member's overall standing with these:

=SUMIF(Expenses!D:D,$A2,Expenses!E:E)

=SUMIF(Shares!B:B,$A2,Shares!C:C)

=B2-C2

A positive net balance means the group owes that person money. A negative balance shows they still need to pay in. Because this calculation shows group-level net balances, refer to the Settlements tab when tracking exact member-to-member handoffs.

Add an audit check beside every expense row:

=SUMIF(Shares!A:A,A2,Shares!C:C)-VLOOKUP(A2,Expenses!A:E,5,FALSE)

Your check formula should equal zero. If odd pennies do not divide evenly across members, assign that leftover cent according to your policy and leave an explanatory note.

Let the treasurer or designated recordkeeper edit formula cells. Give everyone else view or comment access so nobody accidentally overwrites math. Store receipt photos in a secured drive, since store receipts routinely expose home addresses and card digits.

Back up the file regularly. Export a snapshot after major events or at year-end, following your group's document schedule.

Follow the same workflow for every expense

Stick to a repeatable routine so surprises stay rare:

  1. Check the purchase first. Verify that the cost fits approved categories and meets authorization thresholds.
  2. Save the approval. Archive the meeting minutes or dated text confirming authorization.
  3. Separate personal items. Mark private purchases clearly and exclude them from group math.
  4. Create one expense row. Input the full amount, payer, purpose, and receipt link.
  5. Assign shares. Create participant rows and verify that their sum matches the parent expense.
  6. Review before paying. Confirm receipts and totals before sending reimbursement through your chosen payment channel.
  7. Review the ledger regularly. Check for lingering balances, missing receipts, and duplicate entries, then export an annual backup.

Apps like Venmo or paper checks merely transfer cash. Your spreadsheet serves as the actual legal and financial log.

U.S. tax notes for volunteer expenses

A clear tracker records reality. It never turns a personal cost into a tax write-off.

Volunteers can sometimes claim deductions for unreimbursed out-of-pocket costs tied directly to service for an eligible nonprofit. However, the organization itself must qualify under federal rules. Review the official IRS guidance on volunteer expenses before assuming any cost qualifies.

You cannot deduct volunteer hours or personal time. Clothing suitable for everyday street wear is not deductible. Parking fees and road tolls paid during charitable work may qualify under specific circumstances.

When the group pays a volunteer back, that money cannot also be claimed as an unreimbursed charitable expense. You cannot double-dip. An informal club cannot declare personal expenses tax-deductible simply by calling them donations.

Thing is, accountable plans belong primarily to employer-employee relationships. The IRS looks for genuine business connections, timely receipts, and returning excess advances. Those habits help volunteer groups stay organized, but using the phrase does not grant tax-exempt status.

Volunteers are not legal employees. If your organization distributes stipends, allowances, or routine payments, consult an accountant about payroll reporting. State labor regulations and corporate bylaws can alter rules quickly.

Organize receipts, approvals, split calculations, and settlement proofs together. Clean documentation helps a tax preparer evaluate claims, but neat records alone do not guarantee deductions.

Common questions

Does a volunteer group need formal nonprofit status?

No. An informal committee or club can run shared expenses smoothly using an agreement. Formal recognition matters when donors want tax-deductible receipts or when applying for grants.

What if one volunteer orders more than everyone else?

Record the full invoice under the payer's name. Then divide costs by individual share, stripping out personal extras before splitting the rest. That keeps the receipt total matched to reality while reflecting fair individual balances.

Is a seven-day receipt deadline required by the IRS?

No. Seven days is simply a practical internal deadline set by the group. The IRS enforces separate substantiation rules for formal tax deductions. Do not present club deadlines as federal law.

Can I deduct my volunteer expenses?

Only under certain conditions. Costs must be unreimbursed, spent directly in service of a qualified charity, and fully documented. You cannot deduct your time. Check IRS guidance and verify details with an accountant.

What should we do when someone disputes a share?

Pause payments on the contested charge immediately. Pull up the receipt, the approval record, and the split formula with the parties involved. Follow the conflict steps in your signed agreement and document the final resolution rather than quietly editing cells.

Set up the Agreement sheet today. Write down your spending categories, dollar thresholds, split formula, receipt deadline, and dispute steps, then run a single test transaction before your group's next purchase.