
Originally Posted by
CK76
So are you trying to do linear regression trend?
If so, plot data in flat table with 3 columns {"Series#", "Hosting", License"}
Where series# = 1 ~ 36 corresponding to each month of 3 year period.
Plot as x-y scatter chart.
Add linear trend line and display formula on chart.
You should get something like.
y = 2074.7x - 7975.2 for License
y = 418.21x + 1263 for Hosting
See attached with series extended to 48.
After this, you may want to consider seasonal trend/pattern variance as well.
Bookmarks