+ Reply to Thread
Results 1 to 7 of 7

Formula to Lookup the highest Value in Col and return Values Cols in same Row

  1. #1
    Forum Contributor
    Join Date
    06-25-2011
    Location
    Sydney
    MS-Off Ver
    Excel 2016
    Posts
    615

    Formula to Lookup the highest Value in Col and return Values Cols in same Row

    Hi Folks
    Two Workbooks - WB1 and WB2

    Formula to go in WB1 J2
    I want to look up Col J in WB2 to find the highest value then return the values from Cols A:I from the same row of the highest value into the same Cols in WB1

    Cheers
    hammer

  2. #2
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Formula to Lookup the highest Value in Col and return Values Cols in same Row

    Hammer - post your worksheet. In the meantime sounds like a index(match(max())) scenario to me - where you want to get the row number of the max value
    Happy with my advice? Click on the * reputation button below

  3. #3
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Formula to Lookup the highest Value in Col and return Values Cols in same Row

    match column with max value.xlsx



    Hammer, this might get you going. If you want help or I've misunderstood the issue send through your file

  4. #4
    Forum Contributor
    Join Date
    06-25-2011
    Location
    Sydney
    MS-Off Ver
    Excel 2016
    Posts
    615

    Re: Formula to Lookup the highest Value in Col and return Values Cols in same Row

    Thought I would not need the Samples for this one but anyways please find WB1 and WB2
    Requirement is noted in WB2

    Cheers
    hammer
    Attached Files Attached Files

  5. #5
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Formula to Lookup the highest Value in Col and return Values Cols in same Row

    Try Below formula in A2 of WB2 and copy towards right
    =INDEX(WB1.xlsx!A$2:A$8,MATCH(MAX(WB1.xlsx!$J$2:$J$8),WB1.xlsx!$J$2:$J$8,0))
    Attached Files Attached Files
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  6. #6
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Formula to Lookup the highest Value in Col and return Values Cols in same Row

    Put this in A2 of the WB2 work book and copy across

    =INDEX(WB1.xlsx!A2:A8,MATCH(MAX(WB1.xlsx!$J$2:$J$8),WB1.xlsx!$J$2:$J$8,0))

    [EDIT] I see NFLSales jumped in. Same solution
    Last edited by Crooza; 04-04-2015 at 04:08 AM.

  7. #7
    Forum Contributor
    Join Date
    06-25-2011
    Location
    Sydney
    MS-Off Ver
    Excel 2016
    Posts
    615

    Re: Formula to Lookup the highest Value in Col and return Values Cols in same Row

    Great work again Lads
    Many thanks
    hammer
    If you have found solving my problem/s to be an interesting and educational exercise then how about Repping me up?
    No idea why I need Rep, other than feeling left out....

+ 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. Formula to lookup two values in a row and return a value if both are found
    By onbeillp111 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-01-2014, 01:33 PM
  2. [SOLVED] Can vlookup return highest cell value of in the relation to Lookup Value?
    By wado1 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-26-2013, 02:18 PM
  3. Replies: 2
    Last Post: 07-17-2012, 11:53 AM
  4. Lookup product then return highest value for it help
    By interested in forum Excel General
    Replies: 3
    Last Post: 01-22-2012, 02:02 PM
  5. Return highest 4 values (MAX?)
    By beeawwb in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-25-2008, 09:50 PM

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