The image (attached) is a simple "AppScript" adapted from a popular YouTube ...that allows "Values" (in a column) to be increased by 1 - by clicking an "Arrow" (button) - that I've linked to the script
By Clicking the "Up" Arrow, all the values will change from 6 ...to 7 (ie: go "Up" by one value)
QUESTION(s): How do I 'adjust' the Script to:
- Assess (or Evaluate) the Values in the column
- Ignore any values that are "Zero" (0)
- Increment (by 1) ...all the other "Non-Zero" values
And finally, if a Value is 'different' than the other values (eg: 5 ...instead of 7)
- Increment a value of 5 to 6 ...and the 'other' values of 7 to 8
Currently, the Script will change 5 to an 8 (along with all the 7's)
I'd like the Script to change the 5 to a 6 (and the 7's can increment to 8's)





