ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to determine the minimum value? (https://www.excelbanter.com/excel-discussion-misc-queries/144515-how-determine-minimum-value.html)

Eric

How to determine the minimum value?
 
Does anyone have any suggestions on how to determine the minimum value from a
list? excluding 0 value, such as
10,0,34,66,0,77, then return the minimum value 10
-1, 10, 0,43,88, then return the minimum value -1
Does anyone have any suggestions?
Thank for any suggestions
Eric

Mike H

How to determine the minimum value?
 
Eric,

Use small:-

=SMALL(A1:A10,COUNTIF($A$1:$A$10,0)+1)

Mike

"Eric" wrote:

Does anyone have any suggestions on how to determine the minimum value from a
list? excluding 0 value, such as
10,0,34,66,0,77, then return the minimum value 10
-1, 10, 0,43,88, then return the minimum value -1
Does anyone have any suggestions?
Thank for any suggestions
Eric


ShaneDevenshire

How to determine the minimum value?
 
Hi,

here is an array approach:

MIN(IF(A1:A8<0,A1:A8,""))

press Ctrl+Shift+Enter to enter the formula.

Cheer,
Shane
--
Thanks,
Shane Devenshire


"Eric" wrote:

Does anyone have any suggestions on how to determine the minimum value from a
list? excluding 0 value, such as
10,0,34,66,0,77, then return the minimum value 10
-1, 10, 0,43,88, then return the minimum value -1
Does anyone have any suggestions?
Thank for any suggestions
Eric



All times are GMT +1. The time now is 02:05 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com