Splitting gas money by percentage takes two small steps. Find the trip's total fuel cost first. Then multiply it by each person's agreed share. A 200-mile drive in a 30-MPG car at $3.25 a gallon costs about $21.67 in fuel, so a 40% share comes to $8.67.

The math takes a minute. Deciding what the percentage stands for is the harder call: equal seats, passenger miles, or a contribution rule your group settled on before leaving. Write that rule down. Keep the pump receipts. Round only after the final calculation.

Calculate the total gas bill

Three numbers run the whole calculation: miles driven, the vehicle's MPG, and the price per gallon.

Total fuel cost = (miles driven / MPG) x price per gallon

Drop in 200 miles, 30 MPG, and $3.25, and the formula reads 200 / 30 x 3.25, or $21.67 once you round. A 40% share is 0.40 x 21.67, which lands on $8.67.

Receipts can do the job instead. For a full-to-full trip, multiply the gallons added by the price per gallon. If the trip needed several fill-ups, price each one separately and add the costs together, especially where the pump price changed.

Turns out the tank is the annoying part. Start half full and finish full, and that final receipt covers fuel you brought with you, not just what the trip burned. You have two ways out. Begin and end on a full tank when possible, or agree on an adjustment before anyone splits the bill.

Choose what each percentage means

No formula settles fairness by itself. Your group picks a cost-sharing rule first, and every percentage follows from that choice.

Split method Percentage formula Works well when
Equal split 1 / number of payers Everyone rides the same route and contributes equally
Passenger-mile split person's passenger miles / total passenger miles People join or leave at different points
Custom contribution Agreed decimal, such as 0.40 The driver contributes a different amount or the group wants a subsidy
Income-based split person's income / total group income Everyone voluntarily agrees to use income as a contribution measure

Four equal payers means 25% each. Include the driver if they're sharing the fuel cost too, unless the group agrees the driver gets a different share or pays nothing.

Usage-based math counts passenger miles, not the car's route miles. Say A and B each ride all 200 miles while C rides 80. The total is 480 passenger miles, so A and B owe about 41.67% apiece and C owes about 16.67%. That's not the same as 80 / 200 = 40%. A 40% share works only if the unit your group chose makes that comparison appropriate.

Income-based splitting is optional and personal. For incomes of $50,000, $60,000, and $70,000, the unrounded shares run about 27.78%, 33.33%, and 38.89%, usually shown as 28%, 33%, and 39%. Treat it as an agreed contribution policy, never as a measure of who actually used the fuel.

Build a simple gas-splitting spreadsheet

A single straightforward trip doesn't need an app, to be honest. The shared spreadsheet starts to earn its keep when several people pay for fill-ups, riders cover different legs, or the group wants a record after the fact.

Build it one row per fill-up. Columns A through I hold Date, Starting odometer, Ending odometer, Miles, Gallons, Price per gallon, Fill-up cost, MPG, and Notes. Put these formulas in row 2 and copy them down:

D2 = C2-B2
G2 = E2*F2
H2 = IFERROR(D2/E2,"")
G101 = SUM(G2:G100)

The Notes column catches anything odd: a partial fill, a change of driver, unusual traffic. MPG means the most when the tank and odometer records cover one consistent leg.

For the split summary, use columns J through O: Person, Passenger miles, Share, Amount owed, Amount paid, Balance. With people listed in rows 2 through 5, the formulas are:

L2 = K2/SUM($K$2:$K$5)
M2 = L2*$G$101
O2 = N2-M2

Format column L as a percentage. Don't multiply that formula by 100, or a formatted result can display incorrectly. The dollar signs keep the passenger-mile range fixed while you copy the formula to other rows. An equal split only needs =1/COUNTA($J$2:$J$5).

Google's official Sheets formula help covers functions such as SUM. Hand editing rights to the people recording fill-ups, and agree on who checks the formula cells before anyone pays.

Verify the total, then request reimbursement

A final check catches most disputes before they happen. Run through this:

  1. Add every fill-up cost and confirm the total matches the receipts.
  2. Check that all percentage shares add to 100%.
  3. Confirm that the amounts owed add up to the total gas cost.
  4. Enter the amount each person has already paid.
  5. Subtract amount owed from amount paid to get each balance.

A positive balance means that person paid more than their share. A negative one means they still owe money. Keep full precision in the spreadsheet and round only in the final payment request. If the rounded shares end up a cent apart, agree on who absorbs or receives that cent.

The request itself can stay short:

The trip's fuel total was $21.67. Your agreed 40% share is $8.67. I attached the pump receipt. Please send it using our agreed payment method.

Save the final sheet, the receipt photos, and the paid status in one place. For a single short trip, a shared note with the rule and one receipt can be enough. Spreadsheets start to matter once the trip has multiple fill-ups or several different riders.

Keep gas separate from other trip costs

Thing is, a gas split covers fuel only. Tolls and parking get their own lines if the group plans to share those. Lodging and rental costs need separate rules.

When one person supplies the car, decide whether the group is paying for gas only or also contributing toward vehicle use. Don't quietly fold maintenance or wear into the gas percentage. Write any extra contribution down as its own agreed amount. Separate line, separate rule.

Riders who join or leave partway need their entry and exit points recorded. The passenger-mile formula turns those notes into a defensible percentage. An equal split may be simpler for people who ride together from start to finish.

A note about employer reimbursements

Money friends pass back and forth is not automatically an employer expense reimbursement. The U.S. accountable-plan regulation, 26 CFR 1.62-2, covers employer expense allowances and how nonaccountable payments can end up treated as wages. It is not a general receipt deadline for a private road trip.

If a business or employer is paying for the trip, follow its expense policy and get tax guidance for that specific arrangement.

Before the next trip, enter the names, pick the split rule, test the sheet against the $21.67 example, and photograph each pump receipt as you go.