Summary:
Although I'm not a programmer, I've managed to incorporate some complex coding into a Google Sheets document for tracking my team's projects. This includes multiple-variable dropdown menus and integration with Google Calendar to monitor project development.
Why I'm Seeking Help:
While I usually piece together code fragments from internet forums successfully, this time I'm struggling to find the information I need to proceed.
What I am Looking For:
I have 5 cells that are structured as follows:
Date start - Date end - date code* - number** - Priority***
*I need a script to add the date range to Google Calendar.
** & *** The "number" cell should display values based on the value in the "Priority" cell. For example, if "Weekly" is selected as the priority, the "number" column will show "7" in the corresponding cell (monthly = 30, etc.).
I'm looking for assistance in creating a script that functions as follows:
If I set the priority to weekly, it will display "7" in the "number" column. Then, every time the "Date end" has passed, it will automatically add 7 days to both the "Date start" and "Date end."
This setup will allow me to continuously track our projects effectively.
Thank you in advance for any guidance provided.
PS: While I've come across similar discussions involving SQL, I lack the expertise to implement the suggested solutions.
Edit: View Spreadsheet Image eDIT2: Spreadsheet with an increment column