About this tool
Split shared travel tips fairly when not everyone was at every meal, then settle up in as few transfers as possible (at most one fewer than the number of travellers).
The Group Trip Tip Splitter divides each shared travel tip only among the travellers who were actually present, nets that against who has already paid, and reduces the resulting web of debts to a small number of transfers that clears it — at most one fewer than the number of people. All the arithmetic runs in whole cents, so the individual shares always add back up to the exact total instead of drifting by a penny the way a decimal split does. It is for groups where attendance varies: one person skipped the group dinner, two took the private guide, everyone chipped in for the porter.
Open Group Trip Tip Splitter on AltFTool — it loads instantly in your browser.
Name each traveller, adding rows with Add traveller, and start a line for every tip with Add a shared tip.
Per tip fill What was it for, the Tip amount, Who paid it (or Nobody yet — collect into a kitty) and tick Who was there.
Settle up lists the fewest transfers that clear the balances and Per traveller shows each net position; press Copy split.
Attendance is set per tip line, so nobody subsidises a meal they skipped.
Uses greedy debt simplification, so five people settle in at most four payments rather than twenty.
Shares are allocated in integer minor units and the leftover cents are handed out deterministically, so the split always reconciles.
Split each tip only among the people at that meal, rather than dividing the trip total by the group size. Then subtract what each person already paid to get a net balance, and settle those balances directly. Someone who skipped two of eight dinners should carry six shares, not eight.
Give it to someone, deterministically. Splitting $10.00 three ways gives $3.34, $3.33 and $3.33 — the extra cent goes to the first person in the list. Rounding each share to $3.33 instead loses a cent and the split no longer reconciles, which is exactly the error that causes arguments at the end of a trip.
At most one fewer than the number of people — that is a guaranteed worst-case cap, not always the true theoretical minimum. With five travellers, four transfers always suffice, because each payment can fully settle at least one person's balance. Matching the largest debtor against the largest creditor repeatedly reaches that bound reliably, though a smarter (and much slower) search can occasionally find one or two fewer transfers.
For a shared service tip — a guide, a driver, a porter, a table's waiter — splitting evenly among those present is the normal convention, because the service was given to the group rather than per plate. Splitting a tip in proportion to what each person ordered is unusual and generally only worth doing when one person's order dwarfs the rest.
Add the Group Trip Tip Splitter widget to your blog or website — free, responsive, no signup. Just keep the “Widget by AltFTool” credit link visible.
<iframe src="https://www.altftool.com/embed/widget/group-trip-tip-splitter"
title="Group Trip Tip Splitter — free AltFTool widget"
width="100%" height="640" style="border:0;border-radius:12px;overflow:hidden"
loading="lazy" referrerpolicy="no-referrer-when-downgrade" allow="clipboard-write"></iframe>
<p style="font-size:12px;margin:4px 0 0">Widget by <a href="https://www.altftool.com/tools/all/group-trip-tip-splitter?utm_source=embed&utm_medium=widget" rel="nofollow">AltFTool — free online tools</a></p>