+ Reply to Thread
Results 1 to 7 of 7

Name of maximum seller per year

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,618

    Name of maximum seller per year

    Please Login or Register  to view this content.
    Formula on b4 to drag write

    Expected answer seller 1 , seller 1 , seller 1 , seller 2 , seller 1
    Last edited by JBeaucaire; 12-13-2014 at 12:40 PM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Name of maximum seller per year

    maybe something like this?

    =index($A2:$A4,match(max(B2:B4),B2:B4,0))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,618

    Re: Name of maximum seller per year

    Thank you FDIBBINS

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Name of maximum seller per year

    Happy to help and thanks for the feedback
    Last edited by FDibbins; 12-13-2014 at 12:52 PM.

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Name of maximum seller per year

    Assuming the titles are in row1, the data in rows 2-4, this formula in B5, then copied to the right:

    =INDEX($A2:$A4, MATCH(MAX(B2:B4), B2:B4, 0))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  6. #6
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,618

    Re: Name of maximum seller per year

    Thank you too Jbeaucaire ,

    what tool did you use to put the table into that manner
    Is it the first toolbar before the fx sign toolbar ?

  7. #7
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Name of maximum seller per year

    I use a notepad to lay out text with spaces instead of tabs.
    Then I paste the results into the Forum and wrap CODE tags around them, CODE tags preserve spacing.

+ 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. [SOLVED] display results by seller 1 seller 2 and so on
    By makinmomb in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 04-26-2014, 12:50 PM
  2. [SOLVED] Find the best seller??
    By Ben1985 in forum Excel General
    Replies: 16
    Last Post: 08-20-2012, 11:56 AM
  3. Maximum value per year
    By tanyastories in forum Excel General
    Replies: 2
    Last Post: 10-11-2011, 08:39 AM
  4. [SOLVED] Maximum value by distinctive year
    By adelkam in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-15-2010, 05:54 PM
  5. How do I sort for the maximum values in each year in excel?
    By The Wrightster in forum Excel General
    Replies: 4
    Last Post: 02-24-2005, 02:06 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