Agree on the rule before the first receipt arrives. For a shared ride, divide an approved gas receipt among the people who benefited; for a solo supply run, the committee usually needs a reimbursement decision, not a group collection.

Thing is, fuel reimbursement and vehicle-use reimbursement are different. Actual gas pays for fuel; a mileage rate may also account for using a personal car, so don't mix the two unless the policy says how.

Decide who is responsible for the cost

Start with the expense, not the formula. Who bought the gas, who rode, and whether the trip was approved determine the cleanest ledger entry.

Trip situation Starting rule Why it works
Several members share one ride Split the eligible receipt equally among riders Everyone received the same ride
One member makes an approved supply run Reimburse the driver for eligible gas or an approved mileage amount There are no riders to charge
Several drivers cover different distances Use agreed mileage weights for a pooled cost Different contributions are recorded
The committee already has an approved travel fund Charge the expense to that fund Members don't need to settle it informally

Don't make drivers personally absorb a committee expense without a clear reimbursement path. Check the bylaws, budget, committee charter, and board approval requirements first.

Match the split to the trip

Equal splitting is the least work. Divide the eligible receipt by the number of riders, and count the driver if the driver receives the same committee benefit; a $40 receipt for four riders comes to $10 each.

Usage-based splitting makes more sense when members cover separate legs or vehicles. If a $50 pooled cost is assigned 20 miles to one driver and 10 miles to another, the shares are $33.33 and $16.67, but only if the group agreed to use those miles as weights before the trip.

A mileage rate is a different arrangement. It pays approved miles at a written rate and may cover more than fuel, so don't add a full gas receipt on top unless the policy explicitly allows both.

For repeated drives, settle each trip or keep a cumulative balance with a fixed review date. Credits can help, but undocumented carryovers create a second dispute.

Put the boundaries in writing

Write the rule in meeting minutes or a short expense policy. Keep it plain enough that a new volunteer can apply it without asking the treasurer to interpret every receipt.

A workable policy should cover:

  • Eligible trips, such as approved site visits, supply runs, event transport, or other named committee work.
  • Ineligible costs, including personal errands, unapproved detours, and expenses unrelated to committee work.
  • Required proof, such as an itemized receipt, trip date, purpose, driver, and odometer start and end readings.
  • The approval path, including who reviews a treasurer's own claim.
  • The payment method and reimbursement timing.
  • The selected method: actual gas, an approved mileage rate, or a rider split.

Turns out, most arguments start with an exception. If a driver forgets a receipt or combines a personal stop with committee work, apply the written rule rather than negotiating a new answer at payment time.

Build a two-tab spreadsheet

Google Sheets or Excel can handle a small committee. To be honest, two tabs are easier to review than one crowded row that tries to show the trip, every rider, and every payment at once.

On a Trips tab, use these columns:

Column Field
A Trip ID
B Date
C Purpose
D Driver
E Odometer start
F Odometer end
G Miles
H Receipt amount
I Approved amount
J Method
K Approved?
L Reimbursed?
M Receipt or proof link

In G2, calculate miles with =F2-E2. For an actual-gas policy, I2 can use =IF(K2="Yes",H2,0) after the receipt is reviewed. Keep receipt amount and approved amount separate: a full-tank receipt may not all be eligible if the vehicle was also used personally.

A photo of the odometer at the start or end can support the log. Store it with the receipt or link it from the row.

On a Shares tab, create one row for each participant on a trip:

Column Field
A Trip ID
B Person
C Weight or miles
D Amount due
E Paid?
F Paid date
G Note

For an equal rider split, enter this in D2:

=IFERROR(SUMIF(Trips!$A:$A,A2,Trips!$I:$I)/COUNTIF($A$2:$A$100,A2),0)

For a weighted split, enter each person's agreed miles or weight in column C, then use:

=IFERROR(C2/SUMIF($A$2:$A$100,A2,$C$2:$C$100)*SUMIF(Trips!$A:$A,A2,Trips!$I:$I),0)

Extend the row ranges if your sheet grows. A check cell using =SUMIF($A:$A,A2,$D:$D) should match the approved amount for that trip.

Limit editing access to people who need it. Protect formula columns if the spreadsheet supports that option, and keep payment details to the minimum needed to identify who paid. Drivers can enter trip information after each drive; the treasurer can review it weekly or at each reimbursement cycle and save a read-only copy.

Reimburse in a predictable order

Separate approval, calculation, and payment. That small separation keeps a payment app from becoming the only record.

  1. The driver records the trip, purpose, odometer readings, receipt amount, and proof link.
  2. The reviewer confirms that the trip was approved and that personal miles or costs were excluded.
  3. The treasurer enters each participant's share and checks that the shares equal the approved amount.
  4. Send a clear request, such as: "Please send $12.50 for Trip 014. The receipt and share calculation are linked in the sheet."
  5. Members pay through the method the group approved, whether cash, check, or a payment app such as Venmo.
  6. Record the payment date and mark the row as paid only after the payment is confirmed.
  7. Save the receipt, mileage evidence, approval record, and final spreadsheet together.

Round only at the final share. If rounding leaves a one-cent difference, handle it using one consistent rule and record the adjustment.

Keep tax and HOA policy claims narrow

HOA rules come first. Governing documents, state HOA statutes, budget authority, and board resolutions can affect whether a committee may collect or reimburse money, and the answer varies by association and state.

Tax treatment has another boundary. IRS Publication 526 discusses charitable contributions and certain unreimbursed expenses connected with service to qualified organizations, but an HOA's nonprofit corporate status does not by itself make it a 501(c)(3) charity. Don't assume gas paid by the HOA is deductible to a volunteer, or that a reimbursed cost remains an unreimbursed deduction.

These notes are U.S.-focused and general. Ask a tax professional about the association's status and the individual's tax return before relying on a deduction.

Questions that come up often

Should the driver count in an equal split? Usually, yes, when the driver receives the same committee benefit as the riders. Write an exception if the committee covers the driver's share.

What if a receipt includes personal fuel? Separate eligible committee costs under the written policy. Don't submit the entire fill-up by default.

What if someone forgets proof? Apply the same rule to everyone. An alternate record can be accepted only if the policy or reviewer allows it, and the exception should be documented.

Can the committee use a payment app? Yes, if the group permits it. Keep the receipt, calculation, approval, and paid status in the spreadsheet rather than relying on the app's payment history.

Is gas reimbursement automatically tax-deductible? No. An HOA and a qualified charitable organization aren't automatically the same, and a reimbursed cost isn't generally an unreimbursed expense.

Put it to work on one trip

At the next committee meeting, approve one split method, name the reviewer, and create the Trips and Shares tabs. Run one approved drive through the process before collecting another gas payment.