• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Name and place who has the max Qty.

I11: =INDEX(B3:B13,MATCH(MAX(D3:D13),D3:D13,0))&" - "&INDEX(C3:C13,MATCH(MAX(D3:D13),D3:D13,0))

The following are the corrected solutions:
I8: =INDEX(B3:B13,MATCH(MAX(E3:E13),E3:E13,0))
I9: =INDEX(B3:B13,MATCH(MIN(E3:E13),E3:E13,0))

Your last question, I13, is ambiguous
 
Back
Top