Set up a reimbursement tracker in Google Sheets with columns for Date, Payer, Amount, Payee(s), Description, Category, and Reimbursed status. Share the sheet with edit access for your partner using Google Sheets permissions, as noted in the Tiller Help Center. Protect summary formulas with range protections. Add formulas like =SUMIFS for totals owed.
This works for partners tracking IOUs from shared bills such as rent, groceries, utilities, or trips. For small groups under 10 people with simple rules, a spreadsheet handles manual entry and calculations without apps. Enter expenses as they happen, review weekly, and settle owed amounts via your preferred payment method.
Choose Your Tracker Tool: Sheets vs. Excel for Reimbursements
Google Sheets suits partner reimbursement tracking due to real-time collaboration. Multiple people edit simultaneously without emailing files back and forth. The Tiller Help Center explains sharing options like edit access for active users and view-only for others, keeping records accessible yet controlled.
Excel works for solo use but has pitfalls in shared setups. Running balance formulas, such as those using OFFSET for previous row references, break when inserting or deleting rows, per vertex42.com. This disrupts reimbursement tables where rows shift as new expenses add. Google Sheets avoids this with stable array formulas like FILTER or QUERY for summaries.
Use a spreadsheet when your group has few members, expenses occur irregularly, and you prefer manual control. It suffices for informal partner splits on rent or dinners. Switch to apps if you need receipt scanning or automated reminders, though spreadsheets keep records exportable as PDF for proof.
Recommended Columns for a Partner Reimbursement Tracker
Start with these columns in row 1 for clear IOU tracking:
- Date: When the expense happened (format as MM/DD/YYYY).
- Payer: Who paid upfront (e.g., "Partner A").
- Amount: Total cost (e.g., $150).
- Payee(s): Who owes reimbursement (e.g., "Partner B" or "Both").
- Description: Details like "February rent" or "grocery run".
- Category: Group like "Rent", "Groceries", "Travel".
- Reimbursed: Yes/No or date reimbursed.
- Notes: Receipts link or split details.
Adapt a summary sheet with headers from expensesorted.com: Category | Budget | Actual | Remaining | % Used. This tracks overall shared spending alongside individual reimbursements.
Tailor for partners by noting uneven splits in Notes, such as "Partner A pays 60%, Partner B 40% due to income". Keep rows chronological for easy review.
Step-by-Step Setup in Google Sheets
-
Go to sheets.google.com and create a new blank spreadsheet. Name it "Partner Reimbursements 2026".
-
In Sheet1, enter the recommended columns in row 1 (A1:H1). Freeze row 1: View > Freeze > 1 row.
-
Add sample data. Row 2: 01/15/2026 | Partner A | 150 | Partner B | February rent | Rent | No | Equal split.
-
Create a summary in column I or a new sheet. For totals owed to a payer, use =SUMIFS(C:C, B:B, "Partner A", G:G, "No") to sum unpaid amounts where Payer is Partner A and Reimbursed is No.
-
Add =FILTER(A:H, G:G="No") in a new sheet to list only unpaid items.
-
For category totals, use =QUERY(A:H, "SELECT D, SUM(C) GROUP BY D LABEL SUM(C) 'Total'") to sum amounts by Payee.
-
Format currency in Amount column: Format > Number > Currency.
Test with 5-10 rows. Update as expenses occur.
Set Up Sharing and Permissions for Partners
Click Share in the top right. Enter your partner's email and select Editor for full access to log expenses. For a roommate advisor, choose Viewer for read-only, per Tiller Help Center and expensesorted.com.
Protect key areas to prevent accidental changes. Go to Data > Protect sheets and ranges. Select the summary formula range (e.g., I2:I10), set to "Restrict who can edit this range" and add only your and your partner's emails (Medium article on Google Sheets protections). Apply to whole sheets if needed, allowing edit exceptions.
This setup gives edit access overall but locks formulas, as in Tiller's protected ranges guidance. Avoid sharing your Google account password. Revoke access anytime via the Share list.
Add Automation and Common Mistakes to Avoid
Enhance with conditional formatting. For budget warnings on a summary sheet, apply =AND(C2>=B2*0.8, C2<=B2) to highlight Actual spend at 80-100% of Budget (yellow), per relayfi.com.
Review weekly: Filter unpaid items over $50, calculate totals, and note settlements in Reimbursed column.
Common mistakes:
- Unprotected formulas: Others overwrite SUMIFS, breaking totals. Always protect ranges.
- Running balances: Avoid in tables; row inserts cause errors, worse in Excel (vertex42.com).
- No receipts: Link photos in Notes or keep a shared Drive folder.
- Infrequent updates: Daily or per-expense entry prevents disputes.
Export monthly: File > Download > PDF for records.
When to Use This Tracker vs. Apps or Upgrade
| Scenario | Use Spreadsheet | Consider Apps |
|---|---|---|
| 2 partners, manual entry, simple splits | Yes - Free, collaborative, exportable | No need |
| <10 people, occasional trips/events | Yes - Custom columns, formulas | If receipt scans wanted |
| Recurring bills, auto-payments | Maybe - Pair with calendar reminders | For built-in requests |
| Large groups, frequent disputes | No - Manual limits scale | For notifications |
Spreadsheets work for informal partner or roommate IOUs with low volume. Export PDF or CSV for long-term records. Upgrade if manual entry frustrates or you need payment integration - separate tracking from paying.
Next, settle via bank transfer or cash, update the sheet, and archive settled rows.
FAQ
How do I calculate who owes what in the tracker?
Use =SUMIFS(Amount range, Payer range, "Partner A", Reimbursed range, "No") for unpaid totals owed to each payer.
What permissions should I give my partner?
Editor access for edits, plus protect formulas to their email only (Tiller Help Center).
Can I protect only the summary formulas?
Yes, select the range in Data > Protect sheets and ranges, restrict to specific emails (Medium article).
Why avoid running balances in reimbursement tables?
Formulas break on row inserts/deletes; use SUMIFS totals instead (vertex42.com for Excel issues).
Is this tracker good for trip reimbursements?
Yes, for small trips - log flights, gas by payer/payee; filter unpaid for settlement.
When should I export records?
Monthly or before settling large amounts; use PDF for proof of IOUs.