Ignore #N/A and #DIV Average Multiple Sheets

ExcelDJR

New Member
Joined
Jan 21, 2017
Messages
6
Hi , i am looking to average the same cell over multiple sheets in Excel 2003 and ignore cells containing N/A or DIV .


Let's say Cell A4 of sheet1:sheet3

A4 sheet1 = 10
A4 sheet2 = 20
A4 sheet3 =#N/A


Average must return 15

Thank you very much !
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
The formula of the cells returning errors i am looking to average are like this

=IF(COUNTIF(Q3585:Q3849,A3887),AVERAGE(IF(Q3585:Q3849=A3887,C3585:C3849)),NA())

Is there a way to switch the NA for a blank cell or something average function would not pick up on

Thank you
 
Upvote 0
Try changing your formula to this...
=AVERAGEIF(Q3585:Q3849,A3887,C3585:C3849)
 
Upvote 0

Forum statistics

Threads
1,214,804
Messages
6,121,652
Members
449,045
Latest member
Marcus05

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top