How do I extract a single value from the linest array result?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Back
Top