problem with REGLINP func.

M

Marcin Kowalewski

Hi
REGLINP func (linear regresion function) should return two values:
m and b
in my case REGLINP return (display )only one value:m
how to get second value: b

please help me
 
H

Harlan Grove

REGLINP func (linear regresion function) should return two values:
m and b
in my case REGLINP return (display )only one value:m
how to get second value: b

There is no built-in REGLINP function in English versions of Excel, so I guess
this is the Polish equivalent of the English LINEST function. If so, then you
must select a multiple area range and enter an *array* formula calling REGLINP
into that multiple cell range. Alternatively, INDEX(REGLINP(..),1,1) should give
the slope, and INDEX(REGLINP(..),1,2) should give the intercept.
 

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