Good day to all you Excel gurus. Here’s our problem:
We have a large range of values which returns an average (let’s say the average is 50). What we’d like to do is to create a formula that will return an average of 40, instead of 50, by dropping the largest values in order. In other words, the range now returns 50. If we don’t include the top six values, the average drops to 46. If we don’t include the top 22 values, the average drops to 40.
We are hoping for a non-VBA solution, non-UDF solution, if at all possible.
Thanks in advance…