About this tool
Split shared travel tips fairly when not everyone was at every meal, then settle up in the fewest possible transfers.
This 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 the fewest 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.
Enter the values you already know.
Fine-tune the options to match your scenario.
Read the result and use it in your planning or reporting.
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. 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 is the standard way to reach that, and it is usually far fewer than the theoretical maximum.
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 Splitterwidget 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"></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">AltFTool — free online tools</a></p>