+ Reply to Thread
Results 1 to 2 of 2

Help with a complicated search function in Excel

  1. #1
    Ironman273
    Guest

    Help with a complicated search function in Excel

    I have a worksheet that has salespeople's names in column B and sales totals
    in column AJ. Obviously these totals change over time. I would like to had
    a formula that checks for the largest sales number (I got the MAX part) and
    pulls the name in column B. Basically I'd like a section where I can have
    "Salesperson of the month:" and the output. I do have data in column A and
    in various more columns after AJ that I would not like to move around.

  2. #2
    Peo Sjoblom
    Guest

    Re: Help with a complicated search function in Excel

    =INDEX(B2:B50,MATCH(MAX(AJ2:AJ50),AJ2:AJ50,0))

    adapt to fit your ranges, will return name from B2:B50 with max value in
    AJ2:AJ50

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Ironman273" <[email protected]> wrote in message
    news:[email protected]...
    >I have a worksheet that has salespeople's names in column B and sales
    >totals
    > in column AJ. Obviously these totals change over time. I would like to
    > had
    > a formula that checks for the largest sales number (I got the MAX part)
    > and
    > pulls the name in column B. Basically I'd like a section where I can have
    > "Salesperson of the month:" and the output. I do have data in column A
    > and
    > in various more columns after AJ that I would not like to move around.



+ 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