Calculate AVERAGe with #MISSING!

A

Arne Hegefors

Hi! In Excel I try to calculate AVERAGE by using the normal function
=AVERAGE(cell1:cell2). However if I have a cell that says #MISSING! the
average also becomes #MISSING!. I have asked this question before but then I
got the answer that Excel is able to deal with that and that I should be able
to calcualte the average anyway. That is not the case with my Excel (and
neither for my coworkers so it is not just my computer:)).

I have a Swedish Excel (and yes I write MEDEL instead of AVERAGE..) version
2003 (part of Microsoft Office Professional Edition 2003).

I would be most grateful for any help. This is not just related to
calculating AVERAGE but all sorts of quick things you want to do. I know
there are ways to gop around it (like search and replace) but that takes
time. PLs help! Thanks!
 
M

Mike H

Maybe this

=AVERAGE(IF(ISNUMBER(A1:A4),A1:A4))

This is an array formula which must be entered by pressing CTRL+Shift+Enter
'and not just Enter. If you do it correctly then Excel will put curly brackets
'around the formula {}. You can't type these yourself. If you edit the formula
'you must enter it again with CTRL+Shift+Enter.


Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top