I would like to offer an idea to the Community to see if this has any support. There are plenty of examples of complaints throughout the community of sheets with complex formulas dogging down the sheet during saves. This can be exacerbated greatly by trying to move rows around the sheet, and the thousands of cell row references get updated, and all need to be saved just to move a row around!
An example: Let's assume I have a sheet with 1500 rows. I have the same formulas in all rows and these formulas only refer to other cells within their own rows. If I move row 1 to row 1500, all of the row numbers referred to in formulas across all columns, from row 2 to row 1500, get decremented by one. ALL OF THOSE ROWS AND CELLS GO THROUGH CHANGES UPON SAVE, JUST TO MOVE A SINGLE ROW TO THE BOTTOM OF THE SHEET!
What if, for formulas referencing cells in their own row, a symbol (the @, for instance) was used in place of the row number? I would wager that most of the formulas throughout the Smartsheet universe refer to other cells in their own rows. This would eliminate the entire issue of updating the row number when moving rows around, and having to save those changes all over the sheet!
This would also make formula writing and reading much simpler for formulas that only refer to cells within their own row.
Thoughts?