₹Trip Split
Connect a trip
Every rupee lives in a Google Sheet you own. Nothing is stored on a server —
this page talks straight to your sheet. Setting one up takes about three minutes.
Setup steps
-
Make a Google Sheet
A blank one. This is where the trip lives, and you can open it any time.
-
Open Extensions → Apps Script
From the sheet's menu bar. Delete whatever is in the editor.
-
Paste this code, then save
It is the whole backend — a few hundred lines that read and write your sheet.
-
Run setupSheets once
Pick it from the function dropdown and press Run. Grant the permissions it asks for —
it is your own script asking for your own sheet. It creates every tab it needs.
-
Deploy → New deployment → Web app
Set Execute as: Me and Who has access: Anyone, then Deploy.
Anyone with the link can read and write the trip, so share it only with the people on it.
-
Copy the /exec URL
The deployment gives you a web app URL ending in /exec. Paste it below.