![]() |
How do I extract a single value from the linest array result?
The linest function has an array output and I want to extract only one of the
available statistics -- okay maybe two. The one I really want is the F-statistic. I could either calculate with a another formula or maybe do the mutliple selection approach, but it would be great if I could actually pull that statistic only. |
How do I extract a single value from the linest array result?
=INDEX(LINEST(ydata,xdata,,TRUE),4,1)
Jerry "hil" wrote: The linest function has an array output and I want to extract only one of the available statistics -- okay maybe two. The one I really want is the F-statistic. I could either calculate with a another formula or maybe do the mutliple selection approach, but it would be great if I could actually pull that statistic only. |
How do I extract a single value from the linest array result?
Thanks!
Hil "Jerry W. Lewis" wrote: =INDEX(LINEST(ydata,xdata,,TRUE),4,1) Jerry "hil" wrote: The linest function has an array output and I want to extract only one of the available statistics -- okay maybe two. The one I really want is the F-statistic. I could either calculate with a another formula or maybe do the mutliple selection approach, but it would be great if I could actually pull that statistic only. |
How do I extract a single value from the linest array result?
You're welcome, glad it helped.
Jerry "hil" wrote: Thanks! Hil |
All times are GMT +1. The time now is 07:23 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com