I have figured out a way to create a weighted average based on sales growth by year to get a table like this
[TABLE="width: 500"]
<tbody>[TR]
[TD]2012[/TD]
[TD]2013[/TD]
[TD]2014[/TD]
[TD]2015[/TD]
[TD]2016[/TD]
[/TR]
[TR]
[TD]2%[/TD]
[TD]-5%[/TD]
[TD]3%[/TD]
[TD]6%[/TD]
[TD]1%[/TD]
[/TR]
</tbody>[/TABLE]
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:
[TABLE="width: 500"]
<tbody>[TR]
[TD]2011[/TD]
[TD]2012[/TD]
[TD]2013[/TD]
[TD]2014[/TD]
[TD]2015[/TD]
[TD]2016[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]102[/TD]
[TD]96.9[/TD]
[TD]99.8[/TD]
[TD]105.8[/TD]
[TD]106.9[/TD]
[/TR]
</tbody>[/TABLE]
Any suggestions?
[TABLE="width: 500"]
<tbody>[TR]
[TD]2012[/TD]
[TD]2013[/TD]
[TD]2014[/TD]
[TD]2015[/TD]
[TD]2016[/TD]
[/TR]
[TR]
[TD]2%[/TD]
[TD]-5%[/TD]
[TD]3%[/TD]
[TD]6%[/TD]
[TD]1%[/TD]
[/TR]
</tbody>[/TABLE]
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:
[TABLE="width: 500"]
<tbody>[TR]
[TD]2011[/TD]
[TD]2012[/TD]
[TD]2013[/TD]
[TD]2014[/TD]
[TD]2015[/TD]
[TD]2016[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]102[/TD]
[TD]96.9[/TD]
[TD]99.8[/TD]
[TD]105.8[/TD]
[TD]106.9[/TD]
[/TR]
</tbody>[/TABLE]
Any suggestions?
Last edited: