View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Surpress Average Error

=if(count(p6:p19)=0,"no data yet",AVERAGE(P6:P19))



John Calder wrote:

Hi

I have a range of cells P6:P19 that have no data in them and a formula in
cell P20 that is =AVERAGE(P6:P19).

This returns a #DIV/0! error

This of course is no problem once I start to enter data into the range, but
I would like to surpess this #DIV/0! error when there is no data in the range.

Thanks

John


--

Dave Peterson