+ Reply to Thread
Results 1 to 2 of 2

Match/Lookup/Result Formula

  1. #1
    Forum Contributor
    Join Date
    07-16-2008
    Location
    Toronto
    MS-Off Ver
    2010
    Posts
    106

    Match/Lookup/Result Formula

    I need some help in creating a formula that will match a number and lookup the highest total then return this result “Name & Amount” into another worksheet.

    I have create an example worksheet

    Thanks ahead
    Attached Files Attached Files
    Last edited by Killer17; 11-03-2008 at 11:17 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    In C5:

    =MAX(INDEX(Sheet1!$B$3:$G$10,,MATCH(B3,Sheet1!$B$3:$G$3)))

    in D5:

    =INDEX(Sheet1!$A$3:$A$10,MATCH(C5,INDEX(Sheet1!$B$3:$G$10,,MATCH(B3,Sheet1!$B$3:$G$3)),0))


    copy to other week results.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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