cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Cumulative calculation through EPM Format ?

anamika_mudgal
Participant
963

Can someone please help me to achieve cumulative calculation through EMP FORMAT in IBP Or is there is alternate solution ?

Thanks In Advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Alecsandra
Product and Topic Expert
Product and Topic Expert

Hi Ana,

Try this formula:

=INDIRECT(ADDRESS(ROW()-1,COLUMN())) + IF(COLUMN()=9*,0,INDIRECT(ADDRESS(ROW(),COLUMN()-1)))

*number corresponding to the first column of data

Best

Alecsandra

anamika_mudgal
Participant

Hi Alecsandra,

Thanks for your reply.

Unfortunately i could not understand the formula. I created a local member with column axis and put the formula in it but got no value.

I am trying to achieve below requirement. Here KF2 is cumulative calculation.

Can you please suggest the calculation and steps i need to follow?

Br,

Ana