I’m looking for a formula that will return the smallest 8 of the last 20 items recorded. Here is the formula that I use in Excel to retrieve the information from a table:
=AVERAGE(SMALL(INDEX(GolfereIndex],ROWS(GolfereIndex])-20):INDEX(GolfereIndex],ROWS(GolfereIndex])),{1,2,3,4,5,6,7,8}))
Any thoughts that this is/can be supported in AirTable?