Thread
:
Minimum Calculation
View Single Post
#
5
Posted to microsoft.public.excel.misc
JE McGimpsey
external usenet poster
Posts: 4,624
Minimum Calculation
One way, assuming no negative numbers:
=LARGE(A:A,COUNTIF(A:A,"0"))
In article ,
Ken wrote:
I have a column of numbers, including zeros. I want to find the minimum
number, but not zero. Is there an Excel calculation?
Reply With Quote
JE McGimpsey
View Public Profile
Find all posts by JE McGimpsey