• min >0 (97 SR2)

    Author
    Topic
    #382426

    Is there a function that will return the Minimum value greater than zero from a range of cells?

    Viewing 0 reply threads
    Author
    Replies
    • #648333

      =MIN(IF(Range0,Range,FALSE)) this is an array formula. Enter using Ctrl+Shift+Enter
      Also see:
      http://www.cpearson.com/excel/lists.htm

      • #648338

        I got an error message. bwaaah I suppose i should have stated that the columns containing the datea to be evaluated are not adjacent.
        They are in $AE22,$AA22,$W22,$S22. I tried to substitute this in your formula surrounded by Parenthasies “($AE22,$AA22,$W22,$S22)” for the word “Range”

        • #648407

          You could do something like this:

          =MIN(IF(S22>0,S22,999999999999999),IF(W22>0,W22,999999999999999),IF(AA22>0,AA22,999999999999999),IF(AE22>0,AE22,999999999999999))
          
    Viewing 0 reply threads
    Reply To: min >0 (97 SR2)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: