Thread: Error #DIV/0!
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 Error #DIV/0!

Another one:

=IFERROR(AVERAGEIF(PMTSN,F260,PMTEXR),"")


--
Biff
Microsoft Excel MVP


"Tufail" wrote in message
...
i am using following formula but when my PMTSN range doesn't have any value
then #DIV/0! error is coming out.

=AVERAGEIF(PMTSN,F260,PMTEXR)

thanks in advance.