View Single Post
  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

Mike,

Use

=AVERAGE(IF(A1:A100,A1:A10))

which is an array formula, so commit with Ctrl-Shift-Enter

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Mikewoodmsw" wrote in message
...
I am using the AVERAGE function but if i have two cells where one is "0"

how
do I get it to preserve the first value rather than halving it?
E.G
what I need it to do is:
3+3 = 6, average score = 3
5+0 = 5 average score = 5