View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default how to average a range of cells and ignore #div/0! answer

mark

--
Biff
Microsoft Excel MVP


"T. Valko" wrote in message
...
Try something like this...

The formula won't calculate an average until at least 1 number is entered
in
the range.


=IF(COUNT(A1:A10),AVERAGE(A1:A10),"")


--
Biff
Microsoft Excel MVP


"Vince" wrote:

How do I average a range of cells that are blank until data is entered
later
with out the destination cell returning a #div/o! error