1. Is it possible to assign the values of the number in each new line with a given step (or digit number) For example:
005
010
015
020
025
etc.
2. If I need to insert a new line between 010 and 015, I would like to be able to recalculate all subsequent rows in accordance with clause 1. And the second option is to set the new line to 011 or 012: for example:
It was
005
010
015
020
Became:
005
010
011
015
020
add one more line:
005
010
011
012
015
020
At the moment I do it manually but when you have more than 200th line it became harder and harder))
It would be nice to take some advice from guru of smarsheet.
Thanks.
