I'm looking for a simple script to update the value of a cell based on the update of another cell. This is to facilitate school staff populating next year's school calendars via a three-step process for then posting each event on a public gcal.
Here is the Google Sheet link: https://docs.google.com/spreadsheets/d/1j3KuBeRT2dQrMrIugQ3Bb9SRYwS11UqZwZuwk6kefqs/edit?usp=sharing
The two tables at the bottom of the calendar filter the entries that need action. When these are marked 'Done', I want to find that entry in the calendar and update that Status column to the next step in the process (Recorded or Final).
I need something like: =if (L76="done", [vlookup (h76, d3: ad70,-1, false) = P4 and change p4 to "Recorded"]
Google Sheets, Win10, Chrome