Results 1 to 2 of 2

Thread: Find Minimum Value After Data Is Normalized

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,401
    Rep Power
    10
    Assuming your marks list is in range B2:B7, and it's respective total marks in C2:C7, the formula would be

    =INDEX(B2:B7,MATCH(MIN(B2:B7/C2:C7),B2:B7/C2:C7,0)) confirmed as an array formula (CSE formula)
    Attached Files Attached Files
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

Similar Threads

  1. Sort Data Using Formula To Find Top X
    By mahmoud-lee in forum Excel Help
    Replies: 12
    Last Post: 06-02-2013, 10:13 PM
  2. Replies: 4
    Last Post: 04-05-2013, 12:08 PM
  3. Replies: 2
    Last Post: 03-31-2013, 01:54 PM
  4. Minimum Value Excluding Zero In Excel Range
    By S M C in forum Excel and VBA Tips and Tricks
    Replies: 3
    Last Post: 12-01-2011, 07:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •