Forum Discussion
janvandriel50
Jan 27, 2021Copper Contributor
formula for the average of the lowest 8
I am using the following formula: =+AVERAGE(SMALL($F$3:$F$22,ROW($1:$8))) to calculate the average of the lowest eight in column F3:F22. I know I have to press ctrl/shft/enter to make the formula wo...
SergeiBaklan
Jan 27, 2021Diamond Contributor
Perhaps the question is not how to calculate the average of smallest 8 in given range, but how to calculate it in dynamic range, isn't it?
Another question is what to consider under smallest. If we have {1,2,2,3,4} smallest two will be {1,2} or {1,2,2} ? In first case average is 1.5, in second one is 1.66667