+ Reply to Thread
Results 1 to 3 of 3

Help with VLOOKUP + DMAX

Hybrid View

  1. #1
    Registered User
    Join Date
    09-11-2009
    Location
    Bluffton, South Carolina
    MS-Off Ver
    Excel 2003
    Posts
    12

    Help with VLOOKUP + DMAX

    Hello,

    I am trying to use the VLOOKUP and DMAX functions to return two values. In brief:

    There is a table with two coulmns, Participant and Earnings, with names listed under Participant and dollars under Earnings. I am trying to write a function that creates a sentence that reads "This week's top earner is " top earner " with " earnings. I have properly written the DMAX function to find and return the proper amount under the earnings column, but cannot figure out how to get it to look up and return the appropriate name. The properly written DMAX function reads:

    DMAX(B78:E90,"EARNINGS",E78:E90)

    wherein B is the participant column and E is the earnings. How do I write a function that says "X" is the person with those earnings?

    Thank you in advance for your reply.
    Last edited by DarCady; 04-02-2010 at 11:10 PM.

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

    Re: Help with VLOOKUP + DMAX

    Do you mean?

    =Index(B78:B90,Match(DMAX(B78:E90,"EARNINGS",E78:E90),E78:E90,0))
    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.

  3. #3
    Registered User
    Join Date
    09-11-2009
    Location
    Bluffton, South Carolina
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: Help with VLOOKUP + DMAX

    That seems to have solved it, thank you!

+ 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