How do i get an average with #div/0! in a cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking to get an average from like c9:l9. Those cells are linked to
other worksheet averages. They sometime have #div/0! in it. I am loooking to
ignore that part and just get the average of numbers in those cells.

Any help would be appreciated

regards,

BK
 
Hi!

You should make an attempt at correcting the errors then you won't have to
mess around dealing with them!

Try this:

Entered as an array using the key combination of CTRL,SHIFT,ENTER (not just
ENTER):

=AVERAGE(IF(ISNUMBER(C9:C19),C9:C19))

Biff
 
Agree with you biff, that is nice to get a feed back from people that you help.
Happends to ofen that you dont get a feedback.

Best regards

Pb

Biff skrev:
 

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

Back
Top