I need to find the average of the 3 smallest numbers from a column - see columns T, U, V, W
With the condition that they need to be higher than a certain number eg 60, 120, 180, 240.
Currently, we have the following but its not quite right.
=AVERAGE(SMALL(MINIFS(L:L,L:L,">60"),ROW($1:$3)))
Solved by X. J. in 23 mins