Forum Discussion
edavila
9 years agoHelper II
Averages
is there a way to get the average percentage of these 3 columns in the totals, I dont seem to find a way, I will like to have an average of the YOY growth %, dont know why in the total is getting the...
erik_tarnvik
9 years agoSolution Specialist
There is no way to tell unless you provide the formulas and data you used to arrive at this result.
- edavila9 years agoHelper II
What exactly do you need to see
thanks for your help
- erik_tarnvik9 years agoSolution Specialist
What do the table(s) that are the source for your results look like? And, what formula did you use for the growth calculations?
- edavila9 years agoHelper II
this is the formula for the cases YOY
YOY Cs Growth % = divide([YTD Cases] - [YTD Cases Prev], [YTD Cases Prev],0)
for sales
YoY Growth % = DIVIDE([YTD Sales] - [YTD Sales Prev], [YTD Sales Prev],0)
does this help