View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default How do you exclude outlayers in Excel?

The criteria for deciding what is extreme is key to answering your question.
However, 1 way:-

=AVERAGE(IF((A1:A10=2)*(A1:A10<=8),A1:A10))

The above looks at the range A1 - A10 and averages the numbers in the range
that are =2 and <=8. It's an array entered with CTRL + Shift + enter.

The 'average' bit could simply be changed to whatever calculation you are
trying to do.

Mike

"Dags17" wrote:

I have a table with a bunch of figures and want to exclude the more extreme
figures from calculations...