cancel
Showing results for 
Search instead for 
Did you mean: 

Percentage calculation

former_member229754
Participant
0 Kudos

Hi Experts,

I've got a question.

I would like to calculate the percentage from the total in EPMREporting

How do I calculate this? (%Percent)

it should be ProductX/Total

Thanks.

Regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Pheno,

You can use formula for %Percent Column,

=Productx/VLOOKUP("TOTAL",TABLERANGE,3,FALSE)

former_member186338
Active Contributor
0 Kudos

VLOOKUP will affect the report performance...

No issues with second total on top:

Vadim

former_member186338
Active Contributor
0 Kudos

Please explain some details:

How do you select products for this report? Do you have parent product to be used instead of local member?

Vadim

former_member229754
Participant
0 Kudos

Hello,

Thanks for your answer.

It is base level.

former_member186338
Active Contributor
0 Kudos

It's better to use some hierarchy parent to get TOTAL!

If it's not possible you can create a line at the top (hidden) with the second local member to get the same total value. Then create a local member in the column to divide each line per first line value.

Vadim