Thread: #DIV error
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Claus Busch Claus Busch is offline
external usenet poster
 
Posts: 3,872
Default #DIV error

Hi,

Am Wed, 10 Jul 2013 08:38:47 -0700 (PDT) schrieb
:

So the formula I have that isn't working is:
=AVERAGE(E7:N7), IF(E:G,"N/R"or"HR","")


if you have a Excel version 2007 your newer try:
=IFERROR(AVERAGE(E7:N7),0)
else try:
=IF(ISERROR(AVERAGE(E7:N7)),0,AVERAGE(E7:N7))


Regards
Claus B.
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2