+ Reply to Thread
Results 1 to 5 of 5

Using MAX and INDEX together

  1. #1
    Registered User
    Join Date
    09-05-2014
    Location
    London, England
    MS-Off Ver
    2007
    Posts
    4

    Using MAX and INDEX together

    Hi,

    First post here as i have usually been able to find answers to my issues before in previous posts. Fantastic site and helped me no end of times.

    What i am trying to do is return the max value for each corresponding name, all in different cells.

    Martin Martin Bob Martin Bob Jay Simon Mark Tim Giles
    140 100 20 10 50 70 70 150 50 30

  2. #2
    Registered User
    Join Date
    09-05-2014
    Location
    London, England
    MS-Off Ver
    2007
    Posts
    4

    Re: Using MAX and INDEX together

    To expand on that, i have a list of everybody's name in other columns, and i want to put a formula under each name that will return me their biggest win.

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Using MAX and INDEX together

    Assuming the list is in column K

    in L1
    =MAX(IF(A$1:J$1=K1,A$2:J$2,""))
    and copy down the column

    NOTE: Array formula, use Ctrl-Shift-Enter
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Using MAX and INDEX together

    Using the max function in the pivot table.

    See the attached file.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  5. #5
    Registered User
    Join Date
    09-05-2014
    Location
    London, England
    MS-Off Ver
    2007
    Posts
    4

    Re: Using MAX and INDEX together

    Thanks guys, it was the CTRL+SHIFT+ENTER that was doing me over. I'm not familiar with array formulas and the need for that to make it work.

    Thanks again.

+ 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. Index match offset to get subsequent index values in a column
    By Andrew_Step in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2013, 02:55 PM
  2. Replies: 4
    Last Post: 12-27-2012, 06:18 PM
  3. [SOLVED] VBA for creating Index-Match every 2 rows where INDEX refer to a different column per row
    By bisaya789 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-22-2012, 03:46 AM
  4. Index Match Index Formula work slow
    By avk in forum Excel General
    Replies: 9
    Last Post: 03-07-2012, 02:19 PM
  5. Replies: 5
    Last Post: 04-18-2010, 11:06 AM

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