View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
duane duane is offline
external usenet poster
 
Posts: 1
Default average formula ingoring empty cells


another solution to ignore the zero values (or blanks) in the range you
requested - enter this with control+shift+enter

=AVERAGE(IF(MOD(COLUMN($G$3:$S$3)-1,3)=0,IF($G$3:$S$30,$G$3:$S$3)))


--
duane


------------------------------------------------------------------------
duane's Profile: http://www.excelforum.com/member.php...o&userid=11624
View this thread: http://www.excelforum.com/showthread...hreadid=560539