View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Eric Eric is offline
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