Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I calculate a turnover and I want a projection if the turnover for the month doesn't exist.
I use the linest_b and linest_m function but I have bars for the linest function on the month where I have the data.
I only want the projection for month where I don't have data like : Month = 11,12.
Is there a big difference between Linest_b, linest_m and the average of the 6 last month ?
I don't want the red bar on Month 1 to 9 but a projection only on the 11 and 12 month thus the legend don't correspond with the colour of bar chart.
Thanks for your help.
To calculate a linear regression you need both the linest_m and linest_b functions. A linear regression line is defined by an expression y=mx+b. The linest_m calculates the m value, i.e. the slope of the line. The linest_b calculates the b, i.e. the y-value where the regression line intersects the y-axis.
To calculate a linear regression you need both the linest_m and linest_b functions. A linear regression line is defined by an expression y=mx+b. The linest_m calculates the m value, i.e. the slope of the line. The linest_b calculates the b, i.e. the y-value where the regression line intersects the y-axis.