Thread: AVERAGE
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
sonicscooter sonicscooter is offline
external usenet poster
 
Posts: 44
Default AVERAGE

I understand the basics of array formulas,and the following formula
=AVERAGE(IF(A2:A4<0, A2:A4,"")) which doesn't count zero's,but i want the
cells A2:A4 but also with A7 added as a seperate cell for the formula to use
in its calculations =AVERAGE(A2:A4,A7) something like this
=AVERAGE(IF(A2:A4,A7<0, A2:A4,A7,"")) although this doesn't work,does
anyone know how to write this the right way..........Help please...