I'm building an accounting system for a small business using Google Sheets. I have different spreadsheets:
- 1 with the list of all the students attending courses
- 1 used by the secretary to manage the invoicing
- 1 for the "boss" where he can see his business balance.
I wrote many functions with Google script to automatically update all the others spreadsheet when some changes are made.
Here is the problem, as you can imagine I can't grant the access to the balance sheet to all the users. Is there a way to allow every user to run a script that makes changes to a spreadsheet they don't have the access to?