strange order of LINEST results

B

beliavsky

Excel LINEST returns the list of regression coefficients in the
REVERSE order of the columns of independent variables. Why on earth
did Microsoft do this? Is there a way to order the regression
coefficients consistently with the columns of data?
 
B

Bernard V Liengme

You could use a series of formulas such as =INDEX(LINEST(..........),n)
where "n" is the position in the normal LINEST sequence).
Bernard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top