I would like to create something, which will be able to automatically add X in a given column to newly created row in a shared google sheet. The sheet is my work schedule and every row represents a task. Each task has a limit of people and right now there are plenty people in my project and since I'm working on laptop and I don't have external screen it's almost impossible for me to sign up for anything (since sheet is wide and it takes time to find mine column).I was thinking about creating an Apps Script with onEvent() listener, but everyone would see a new script and I don't think that I got permissions to add a new script to the sheet anyway.
Do you have any ideas what could I do to achieve my goal?
Best regards,Ed.