Posted 31 May 2021, 6:57 pm EST
Hi,
I would like to get the formula info for rows that have been changed by the user. Right now my understanding of the getDirtyRows() method is that it returns the original and updated values of the rows. What I want is for it to return the formula that produced the value (if one existed). So as an example, if I entered “=1+2” into cell B5 I would like to receive that formula after checking for dirty rows as opposed to receiving the value “3”
To clarify, I want to be able to see which rows the user has changed and find out if a cell in one of the dirty rows has a formula and if it does have a formula, I want to get that formula.
Thanks,
Tolu