+ Reply to Thread
Results 1 to 9 of 9

Getting the highest value out of a chart

  1. #1
    Registered User
    Join Date
    10-17-2017
    Location
    new york
    MS-Off Ver
    2013
    Posts
    5

    Red face Getting the highest value out of a chart

    I have a 3x3 table in excel with investors on the vertical axis and companies on the horizontal axis (please see attachment). The investor will rate each company from 1 to 5. 1 being the best and 5 being the worst. So, the company with the lowest points wins. What formula would I use that would output the name of the winning company? I am really confused and would appreciate the hellp! This is a simplifed example the real data set has 100's of data points.

    Company 1 Company 2 Company 3
    Investor 1 1 2 3
    Investor 2 2 3 1
    Investor 3 1 3 2

    Total: 4 8 6
    Attached Files Attached Files

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,883

    Re: Getting the highest value out of a chart

    Something like below?

    =INDEX(C6:G6,,MATCH(MIN(C12:G12),C12:G12,0))

    Or am I missing something here?
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  3. #3
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Getting the highest value out of a chart

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  4. #4
    Registered User
    Join Date
    10-17-2017
    Location
    new york
    MS-Off Ver
    2013
    Posts
    5

    Re: Getting the highest value out of a chart

    Quote Originally Posted by CK76 View Post
    Something like below?

    =INDEX(C6:G6,,MATCH(MIN(C12:G12),C12:G12,0))

    Or am I missing something here?
    Thank you

  5. #5
    Registered User
    Join Date
    10-17-2017
    Location
    new york
    MS-Off Ver
    2013
    Posts
    5

    Re: Getting the highest value out of a chart

    Quote Originally Posted by mehmetcik View Post
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Thank you very much for your help

  6. #6
    Registered User
    Join Date
    10-17-2017
    Location
    new york
    MS-Off Ver
    2013
    Posts
    5

    Re: Getting the highest value out of a chart

    Also, do you know what the formula would be to pick the top five companies? (i.e the 5 companies with the lowest scores)

  7. #7
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Getting the highest value out of a chart

    This will return the companies in order from lowest to highest scores:

    =INDEX(C$6:G$6,MATCH(SMALL(C$12:G$12,ROWS(A$1:A1)),C$12:G$12,0))
    Dragged down

    Note that this will have to be tweaked if there are ties.

  8. #8
    Registered User
    Join Date
    10-17-2017
    Location
    new york
    MS-Off Ver
    2013
    Posts
    5

    Re: Getting the highest value out of a chart

    Thank you for your help. I will play around with it! I really appreciate it

  9. #9
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Getting the highest value out of a chart

    Glad we could help. Thanks for the rep!

    If that solved your question, please mark this thread as SOLVED.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 06-09-2016, 12:51 PM
  2. [SOLVED] Max formula to return total of highest, second highest and third highest value
    By JonWilf in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-06-2016, 08:20 AM
  3. How do I automate color coding the highest performers on a chart?
    By worthm in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 03-19-2015, 06:49 PM
  4. [SOLVED] List in highest chart
    By John6747 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-10-2015, 07:43 PM
  5. Replies: 3
    Last Post: 11-22-2013, 06:06 PM
  6. [SOLVED] Stacked Chart, keeping highest value as a base
    By SChalaev in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 11-17-2013, 07:58 AM
  7. Replies: 9
    Last Post: 10-14-2005, 02:03 PM

Tags for this Thread

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1