I am looking for a query to get the closest value for the average of all values. For example, I have in column A the values ββare 1, 2, 8 The average value is 3.667. Therefore, I want the query to return 2, as it is closest to the average.
source
share