Excel Magic Trick 1303: Minimum Value Greater Than Zero (3 Examples)

preview_player
Показать описание
Download Excel Files:

Learn how to to create three different formulas to calculate minimum value greater than zero:
2. (00:13) Introduction
3. (01:00) Before Excel 2010: =MIN(IF(C4:T4 greater0,C4:T4))
4. (03:05) Excel 2010 – 2013: =AGGREGATE(15,6,C4:T4/(C4:T4 greater0),1)
5. (04:53) Excel 2016 or later: =MINIFS(C4:T4,C4:T4," greater0")
Рекомендации по теме
Комментарии
Автор

I didn't even know about the minifs and maxifs. Absolutely love these tutorials! Thank you!

ivanshaw
Автор

MINIFS is great!!
Of course, in this case we can use SMALL also (no CSE)
=SMALL(C4:T4, COUNTIF(C4:T4, 0)+1)

Thanks for video!!!

BillSzysz
Автор

Simply amazing thanks for this formula. I had been stucked for so long now

Mukadam...
Автор

Very nice! I didn't know MINIFS was a thing.

OzduSoleilDATA
Автор

Hi Mike, we could omit the >0 in your first formula so, it'll be
MIN (IF (C4:T4, C4:T4), 1)

johnmatta
Автор

How do you use this formula when there is no array numbers. What I mean is the numbers are separated by other columns? Any help will be appreciated! Thanks.

flhines
Автор

Do you have a video showing how to index or match the 3rd formula?

steveseelochan
Автор

Doesn't seem to work when the reference cells are not continuous.... e.g... finding min greater than zero from columns B, G, M and N. Please advise

yusifkuta
Автор

Amazing. I have learned a lot from your channel and from Bill Jelen. At my workplace I have Office 2016 Prof. Commands like MINIFS or TEXTJOIN are not available there even set for automatic updates. What is the problem? How can I get these new features?

zaighamuddinfarooqui
Автор

How to apply your formulas on filtered data? I mean, Excel Min excluding zeros on filtered (visible) data. Thanks

hsutisna
Автор

How about small(range, countif(range, "<=0")+1) ?

josephdagostino
Автор

I just entered =MIN(IF(A1:M1>0, A1:M1)) and it worked just find no array function necessary.

armstrongro