Problem:
List1 (column A) contains 10 numbers, two of which (0 & 500) are significantly smaller or greater than the remainder.
If included in an average calculation, these exceptional values would disproportionately influence the result.
We, therefore, need a way of calculating an average that more accurately reflects the general spread of data.
Solution:
Use the TRIMMEAN function as shown in the following formula:
=TRIMMEAN(A2:A11,0.2)
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.