View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
frosterrj frosterrj is offline
external usenet poster
 
Posts: 6
Default Average of values in row excluding the highest and lowest value?

What would be the best way to use the avg() function (or any other
appropriate function) on a column or row while excluding the highest and
lowest value?

is this possible in one cell, or does it have to be split up using min() and
max() somewhere to exclude the value?

Thanks,
Robert