MIN of Range Where Values Are Greater Than Zero?

aedctalk

Board Regular
Joined
Oct 9, 2010
Messages
156
Hello!

I'm trying to get min of the following range so it only shows any value so long as the value is something above zero

Code:
={MIN(IF($U$112:$AS$112>0,$U$112:$AS$112))}

However it keeps displaying 0 in the cell i have this formula in. What am i doing wrong? or is there another method/way?

Thanks!
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
hmm both of these are still showing 0 as the value in the cell. when the end goal i'm trying to get is any number higher than zero that is the smallest to show up.

Do i need maybe to do the IF $U$112:$AS$112>0 part first then the MIN?

Would that work? How could i set that one up?

Thank you so much for the help!
 
Upvote 0
Hello!

I'm trying to get min of the following range so it only shows any value so long as the value is something above zero

={MIN(IF($U$112:$AS$112>0,$U$112:$AS$112))}


However it keeps displaying 0 in the cell i have this formula in. What am i doing wrong? or is there another method/way?

Thanks!
Are you sure there is a number greater than 0 in the range?

Are you sure there are NUMERIC numbers in the range?

What results do you get from these formulas:

=COUNT(U112:AS112)

=COUNTIF(U112:AS112,">0")
 
Upvote 0
I suspect there is something like 0.01 or something. Try increasing the decimals in the cell formula..
 
Upvote 0

Forum statistics

Threads
1,224,523
Messages
6,179,301
Members
452,904
Latest member
CodeMasterX

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