Formula Help

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

Guest

What do I need to ad to my formula to calulations Sums and Averages in Rows
excluding the #N/A values
 
Try...

=SUMIF(A2:A100,"<>#N/A")

and

=AVERAGE(IF(ISNUMBER(A2:A100),A2:A100))

....confirmed with CONTROL+SHIFT+ENTER.

Hope this helps!
 
Great!

Thanks

Domenic said:
Try...

=SUMIF(A2:A100,"<>#N/A")

and

=AVERAGE(IF(ISNUMBER(A2:A100),A2:A100))

....confirmed with CONTROL+SHIFT+ENTER.

Hope this helps!
 

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

Similar Threads

Averaging a colume of values. 1
Summing a Formula 15
Averages 16
Cummulative sum against Condition 4
Dsum Help 0
exclude non numbers 2
#DIV error 2
Scrabble Value calculation for Welsh words 0

Back
Top