Forum Discussion

Ricavita0118's avatar
Ricavita0118
Copper Contributor
May 13, 2020
Solved

request to solve a formula to find the weight of pigs at different days of during an experiment

hello, i attache the file with the problem i would like to solve:   in a experiment we measured the weight of pigs after weaning. in the experiment there are 2 groups, group A (normal diet + prod...
  • SergeiBaklan's avatar
    SergeiBaklan
    May 13, 2020

    Ricavita0118 

    If use polynomic approximation we may find coefficients with LINEST() function. For such one

     formula for first curve coeficients is

    =LINEST(C4:F4,$C$7:$F$7^{1;2;3},TRUE,FALSE)

    If your Excel doesn't support Dynamic Arrays enter it as array formula (Ctrl+Shift+Enter)

Resources