Creating an Index off yearly % changes

ajamess

Board Regular
Joined
Sep 13, 2016
Messages
92
I have figured out a way to create a weighted average based on sales growth by year to get a table like this

20122013201420152016
2%-5%3%6%1%

<tbody>
</tbody>


Is there a way I could make this into an index starting at 100 with the % changing each month to graph, for example I'd like a graph with these values:

201120122013201420152016
10010296.999.8105.8106.9

<tbody>
</tbody>


Any suggestions?
 
Last edited:

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Unless I'm missing something, this seems like what you want.

Copy B5 across. Create a chart out of A4 to F5.

ABCDEF
120122013201420152016
22%-5%3%6%1%
3
4201120122013201420152016
5100.0000102.000096.900099.8070105.7954106.8534

<tbody>
</tbody>
Sheet2

Worksheet Formulas
CellFormula
B5=A5*(1+B2)

<tbody>
</tbody>

<tbody>
</tbody>
 
Last edited:
Upvote 0
Unless I'm missing something, this seems like what you want.

Copy B5 across. Create a chart out of A4 to F5.

ABCDEF
120122013201420152016
22%-5%3%6%1%
3
4201120122013201420152016
5100.0000102.000096.900099.8070105.7954106.8534

<tbody>
</tbody>
Sheet2

Worksheet Formulas
CellFormula
B5=A5*(1+B2)

<tbody>
</tbody>

<tbody>
</tbody>

This is exactly what I am looking for. And I have already done this in excel, however I have a dataset much too large for excel, so I am hoping to be able to find out how to do this in PowerBI (This is in PowerBI category of the forum, not excel)
 
Upvote 0
Oh heavens! I didn't notice that it was BI. Sorry, I haven't got BI so I can't help.
 
Upvote 0

Forum statistics

Threads
1,215,852
Messages
6,127,313
Members
449,374
Latest member
analystvar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top