Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I need help to create a chart to compare the growth and decrease in % from the price value.
See the picture...
I have the first chart but i want the second chart...
Mar = 0;
Comprare:
Apr with Mar;
May with Mar;
Jun wuth Mar;
.
.
.
Can u help me?
Tanks.
Regards,
PL
So you need the bottom chart in QV?
Could you post your app?
Hi Robert,
I don't understand what you mean with 'bottom chart'.
I don't need the chart with the absolute value Price. I need the comparison (%) the prices of months with the first month 'Mar'.
Let me explain:
In 'Mar' i have 0%
In 'Feb' the price growth 1,5% (comparison of 'Mar')
In 'Apr' the price growth 0,75% (comparison of 'Mar')
...
In excel the calculation is:
For Mar ---- (Mar-Mar)/Mar) = 0%
For Feb ---- (Feb-Mar/Mar) = +/-X%
Variation% = (Vn-V0)/V0
...
I fix the value price for Mar, because is comparative value.
Thank in advance.
Regards,
Pedro Lopes