Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,344
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to lookup the minimum, 2nd minimum and 3rd minimum......... Mark McDonough Excel Worksheet Functions 8 July 15th 06 09:39 PM
minimum ridash Excel Worksheet Functions 4 June 23rd 06 03:00 PM
Minimum but One?? twogoodtwo Excel Worksheet Functions 3 November 29th 05 02:52 PM
Minimum Value ceemo Excel Worksheet Functions 2 August 9th 05 06:34 PM
second minimum value Ken Excel Discussion (Misc queries) 3 March 16th 05 06:17 PM


All times are GMT +1. The time now is 09:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"