Forum Discussion
amrsalah
Jun 17, 2021Copper Contributor
Cumulative roundup
Hi All, I have a case that its calculation is a cumulative after rounding the number, for example; I have starting number (e.g. 7000) this number is growing each time by 15% taking in consideration ...
amrsalah
Jun 23, 2021Copper Contributor
Thank you.
But what I need is to be updated automatically in the same cell according to a variable in the formula indicated the number of the instance, for example if this instance 1 so the result is 7000, if 2 the result should be 8100, and so on...
But what I need is to be updated automatically in the same cell according to a variable in the formula indicated the number of the instance, for example if this instance 1 so the result is 7000, if 2 the result should be 8100, and so on...
Lorenzo
Jun 23, 2021Silver Contributor
No idea what your setup is so you might have to adapt
in B2 and copy down
=ROUNDUP( IF(ISTEXT(B1),A2,B1) * 1.15, -2)- amrsalahJun 23, 2021Copper ContributorThank you.
But what I need is to be updated automatically in the same cell according to a variable in the formula indicated the number of the instance, for example if this instance 1 so the result is 7000, if 2 the result should be 8100, and so on...- LorenzoJun 23, 2021Silver Contributor