I'm trying to create a custom menu in my spreadsheet that will have 2 items:
1st item:
- Disable all the active filters in a specific sheet.
- Show the last empty row in column B (in my example sheet: cell B15)
- Add the value "> Add Content here <" in the last empty cell from column B
2nd item: Filtering the data using filter from column B & C and keep only the data for the last 60 days (It would be nice if the code is dynamic).
I've started to work on the first item, but I'm stuck at the second part. Here is a sample of my spreadsheet with GAS to help you understand what I want to achieve.
https://docs.google.com/spreadsheets/d/11ptkjp5UySKc0iwZTu3QUrJVKds6t4W5eMD39XVUbME/edit#gid=0
Any help on this would be appreciated.