Thread
:
Need help with MIN IF AND
View Single Post
06-26-2015, 05:12 AM
macropod
Windows 7 64bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
Simpler still:
=MIN(IF(($A$1:$A$6<>0)*($A$1:$A$6<>1),$A$1:$A$6))
or, if you can only have integers of 0 or more:
=MIN(IF($A$1:$A$6>1,$A$1:$A$6))
either as an array formula.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod