Average Not zero

billandrew

Well-known Member
Joined
Mar 9, 2014
Messages
743
Good afternoon

Is there a way to average a range excluding zero values if any and the highest and lowest value
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Edit: not need
 
Last edited:
Upvote 0
=(sumproduct(if(a1:a10<>0,a1:a10))-min(if(a1:a10<>0,a1:a10))-max(if(a1:a10<>0,a1:a10)))/count(if(a1:a10<>0,a1:a10))
 
Upvote 0

Forum statistics

Threads
1,217,091
Messages
6,134,509
Members
449,876
Latest member
Nurul96

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