Hi,
I have a scenario where in I need to update sum of the rows dynamically.
R17=A#AC_1510201000
R18=A#AC_1510203000
R19=A#AC_1510127000
R20=A#AC_1510127000
R21=A#AC_1510777000
R22=SCalc(Row(19)+Row(20)+Row(21)+Row(23))
In the above example, Row 22 is sum of R17 till R21. I reworked on the rows and the row numbers have changed. Now, I am looking for a way to have R22 dynamically updated to SCalc(Row(17)+Row(18)+Row(19)+Row(20)) instead of SCalc(Row(19)+Row(20)+Row(21)+Row(23)).
If a new row is added/deleted,then the formula should be updated dynamically. Can any one please suggest an approach.
Thanks in advance.
I have a scenario where in I need to update sum of the rows dynamically.
R17=A#AC_1510201000
R18=A#AC_1510203000
R19=A#AC_1510127000
R20=A#AC_1510127000
R21=A#AC_1510777000
R22=SCalc(Row(19)+Row(20)+Row(21)+Row(23))
In the above example, Row 22 is sum of R17 till R21. I reworked on the rows and the row numbers have changed. Now, I am looking for a way to have R22 dynamically updated to SCalc(Row(17)+Row(18)+Row(19)+Row(20)) instead of SCalc(Row(19)+Row(20)+Row(21)+Row(23)).
If a new row is added/deleted,then the formula should be updated dynamically. Can any one please suggest an approach.
Thanks in advance.