View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
duane[_20_] duane[_20_] is offline
external usenet poster
 
Posts: 1
Default If-Then-Else resulting in DIV/0 error


it sounds like you have a =daverage(a,b,c) formaul entered on yo
worksheet. if so, change this to =if(count(range with qualifie
employees)=0,0,daverage(a,b,c)

--
duan
-----------------------------------------------------------------------
duane's Profile: http://www.excelforum.com/member.php...fo&userid=1162
View this thread: http://www.excelforum.com/showthread.php?threadid=26789