I am looking for an assistance on creating an App Script. This script needs to do the following:
- Go to the last row of the active Sheet.
- Look at the value in last cell of column I, which is Yes or No.
- Based on the value of the last cell of column I, a new value is assigned to the last cell of column A;
- Yes = "RUSH"
- No = "New"
It seems like it would be a simple task, but I can’t seem to figure it out. I have been searching for examples, modifying them, and testing it all day with no luck. Any help would be greatly appreciated.
Thank you all!
2
Answers
Recommendation:
This script will get the last row and input "RUSH" or "New" in the last row of column A based on the last cell of column I if it is "Yes" or "No".
References: