I have seen a couple of threads on this but haven't been able to get this to work for myself. I am trying to report on particular values over a calendar year; are these values trending upwards or downwards?
The particular project started mid year so January thru May are blank - but over time these values will populate (obviously).
How would I take the following and return a trend-line that ignores the blank values and returns a value based solely on populated months; in this case June 2015-Oct 2015:
[TABLE="width: 800"]
<tbody>[TR]
[TD]X Values[/TD]
[TD]Oct 14[/TD]
[TD]Nov 14[/TD]
[TD]Dec 14[/TD]
[TD]Jan 15[/TD]
[TD]Feb 15[/TD]
[TD]Mar 15[/TD]
[TD]Apr 15[/TD]
[TD]May 15[/TD]
[TD]Jun 15[/TD]
[TD]Jul 15[/TD]
[TD]Aug 15[/TD]
[TD]Sep 15[/TD]
[TD]Oct 15[/TD]
[/TR]
[TR]
[TD]Y Values[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]161[/TD]
[TD]171[/TD]
[TD]180[/TD]
[TD]185[/TD]
[TD]131[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The particular project started mid year so January thru May are blank - but over time these values will populate (obviously).
How would I take the following and return a trend-line that ignores the blank values and returns a value based solely on populated months; in this case June 2015-Oct 2015:
[TABLE="width: 800"]
<tbody>[TR]
[TD]X Values[/TD]
[TD]Oct 14[/TD]
[TD]Nov 14[/TD]
[TD]Dec 14[/TD]
[TD]Jan 15[/TD]
[TD]Feb 15[/TD]
[TD]Mar 15[/TD]
[TD]Apr 15[/TD]
[TD]May 15[/TD]
[TD]Jun 15[/TD]
[TD]Jul 15[/TD]
[TD]Aug 15[/TD]
[TD]Sep 15[/TD]
[TD]Oct 15[/TD]
[/TR]
[TR]
[TD]Y Values[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]161[/TD]
[TD]171[/TD]
[TD]180[/TD]
[TD]185[/TD]
[TD]131[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]