View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Naomi Naomi is offline
external usenet poster
 
Posts: 26
Default #DIV/0! error using Avgerage

I have a formula that takes a array that includes number grades, drops the
lowest grade and averages them. If there is no data in cell yet i get a
#DIV/0! error is there a way to copy this formula to following cells without
data in them yet and not get this error. The formula Im using is:
=AVERAGE(IF(C13:E13<MIN(C13:E13),C13:E13))