Q
QTE
Hi Excel Forum,
I believe the following formulas all find the MINIMUM value that is NOT
= zero (<>0) and produce the same results. I am unsure of their syntax.
Can you explain the syntax of the following formulas and the
differences between them:
=MIN(IF(A1:A20,A1:A20))
=MIN(IF(A1:A20<>0,A1:A20))
=MIN(IF(A1:A20<>0,A1:A20,""))
How does the first formula work and, if there is a zero 0 avoid
returning a zero 0 without mentioning NOT = zero <>0?
what are the quotation marks for and what do they do?
When would it be preferable to use one syntax rather than another?
What signifies or denotes an array formula?
Your assistance is appreciated.
Kind regards,
QTE
I believe the following formulas all find the MINIMUM value that is NOT
= zero (<>0) and produce the same results. I am unsure of their syntax.
Can you explain the syntax of the following formulas and the
differences between them:
=MIN(IF(A1:A20,A1:A20))
=MIN(IF(A1:A20<>0,A1:A20))
=MIN(IF(A1:A20<>0,A1:A20,""))
How does the first formula work and, if there is a zero 0 avoid
returning a zero 0 without mentioning NOT = zero <>0?
what are the quotation marks for and what do they do?
When would it be preferable to use one syntax rather than another?
What signifies or denotes an array formula?
Your assistance is appreciated.
Kind regards,
QTE