Oprichnick
Board Regular
- Joined
- May 30, 2013
- Messages
- 69
Hy,
I have data like:
X: 1 2 3 4 5 6 7 8 9 Forecasting
Y: 10 15 12 14 15 19 (linest^{1,2})
Is it possible to get Linest ignoring Y blanks and use only X values to which there are numeric values for Y?
I tried the following formula:
=LINEST(IF(ISNUMBER(Q2:Z2);Q2:Z2);(IF(ISNUMBER($Q$2:$Z$2);$Q$1:$Z$1))^{1;2})
Also tried Q2:Z2<>"";Q1;Z1
It also returns #VALUE!
Maybe this is not the best way to do it.
Thanks in advance,
Pedro
I have data like:
X: 1 2 3 4 5 6 7 8 9 Forecasting
Y: 10 15 12 14 15 19 (linest^{1,2})
Is it possible to get Linest ignoring Y blanks and use only X values to which there are numeric values for Y?
I tried the following formula:
=LINEST(IF(ISNUMBER(Q2:Z2);Q2:Z2);(IF(ISNUMBER($Q$2:$Z$2);$Q$1:$Z$1))^{1;2})
Also tried Q2:Z2<>"";Q1;Z1
It also returns #VALUE!
Maybe this is not the best way to do it.
Thanks in advance,
Pedro