Hello
I need to calculate price / volume / mix effects between year N and N+1, but by customer groups. So by customer it is very easy to have each effect:
Price = (Price N+1 - Price N) * Volume N
Volume = (Volume N+1 - Volume N) * Price N
Mix = (Price N+1 - Price N) * (Volume N+1 - Volume N)...