Average Value Greater Than Zero with AVERAGEIFS

jws

Board Regular
Joined
Jan 10, 2008
Messages
69
Hello,

I am trying to figure out a way to average only values that are greater than zero.
Right now 99% of my reports work with an AVERAGEIFS formula as shown below but
there are some cases where 0% gets pulled into the equation. In my summary table (K thru T)
I want to average only % that are greater than 0%.

=AVERAGEIFS(H2:H4, A2:A4, K2)

I want cell S2 to read 87.50% (taking out the 0% line) as S2 currently reads 58.33% as it includes the 0% value.
I also have some cases where I have more multiple criteria to consider, hence why I am using the AVERAGEIFS formula.

dLjlL.png
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Hello,

I am trying to figure out a way to average only values that are greater than zero.
Right now 99% of my reports work with an AVERAGEIFS formula as shown below but
there are some cases where 0% gets pulled into the equation. In my summary table (K thru T)
I want to average only % that are greater than 0%.

=AVERAGEIFS(H2:H4, A2:A4, K2)

I want cell S2 to read 87.50% (taking out the 0% line) as S2 currently reads 58.33% as it includes the 0% value.
I also have some cases where I have more multiple criteria to consider, hence why I am using the AVERAGEIFS formula.

dLjlL.png
If I understand correctly...

=AVERAGEIFS(H2:H4,A2:A4,K2,H2:H4,">0")
 
Upvote 0

Forum statistics

Threads
1,215,619
Messages
6,125,875
Members
449,267
Latest member
ajaykosuri

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