I would like to replace the value of a cell with the result of a formula which refers to the cell itself. I tried to allow circular reference (1 cycle) but it didn't help.
Say I have a number in cell A1
(and cells below), I would like to replace its content with the following formula: =A1/60
(the same for the rest of the column).
Of course I can do that with a new column on the side, but I would like to achieve this without inserting a new column. Or maybe create some automation that adds a new one far away, do stuff and then removes it.