The function you're looking for is SMALL. To find the average of the 4lowest numbers in a range (let's call it 'mRange') you'd use:=AVERAGE(SMALL(mRange,1),SMALL(mRange,2),SMALL(mRange,3),SMALL(mRange,4))