Like many others I am trying to allow the average user to hide rows in a spreadsheet that has an entire protected column. Currently, they are denited because hiding is considered editing.
From this thread, it sounds unsolvable: Filtering a protected column
I found this description of a macro written in VBA that allows this functionality in Excel: https://stackoverflow.com/questions/31189781/lock-cells-in-excel-but-still-allow-to-show-hide
Is it possible to write a similar script that would work in Google Sheets?