How do I average multiple columns (ignoring zeros and blank cells)?

yeto

New Member
Joined
Mar 1, 2012
Messages
32
Office Version
  1. 2010
Platform
  1. Windows
I am trying to average multiple columns (ignoring zeros and blank cells). I have tried the following formulas. Neither is working. Could someone share as to what I may be dong incorrectly?

=iferrors(AVERAGEIF(E3:E18,J3:J18,">0"),0)
=iferrors(AVERAGEIFs(E3:E18,J3:J18,">0"),0)

Thank you in advance for any help,
yeto
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
maybe
=IFERROR(AVERAGEIF(E3:E18,">"&0),0)+IFERROR(AVERAGEIF(J3:J18,">"&0),0)
">0" should work too


 
Last edited:
Upvote 0
Cross posted multiple sites.

While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules). This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.

Please supply all links.
 
Upvote 0
I am using Excel 2010
Cross posts:




 
Upvote 0
You say those formulas aren't working. Not working how? Giving you errors or giving you the wrong results?
Could you give a small example of data, along with the desired result and the result given by those formulas?
 
Upvote 0
You say those formulas aren't working. Not working how? Giving you errors or giving you the wrong results?
Could you give a small example of data, along with the desired result and the result given by those formulas?

both formulas return: #NAME? If I remove ,0) from the end the formula returns #DIV/0!

Thank you for taking time to replay,
yeto
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,215,425
Messages
6,124,824
Members
449,190
Latest member
rscraig11

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