Hello there!
Is there a way to keep original (initial) and a current value of a cell?
I need to keep the original one so I can compare it to the current one and change cell’s style if the value differs + have a way to discard current value and go back to the original one (via e.g. context menu).
An additional issue: I intend to have the original value as a formula that references other cell (='Sheet1'!A1
).
I know that cell accepts only primitive values and I can’t pass an object. I tried to keep the original value as a metadata but when I use formulas, the formulas are shown in an editor and I want to show their values instead of source data (formulas)
How can I keep original and current cell value? How can I replace the formula in editor with the calculated value?