+ Reply to Thread
Results 1 to 4 of 4

Large function, problem with duplicate numbers, and selection of right value

Hybrid View

  1. #1
    Registered User
    Join Date
    04-29-2010
    Location
    Skövde, Sweden
    MS-Off Ver
    Excel 2003
    Posts
    2

    Large function, problem with duplicate numbers, and selection of right value

    Hi all,
    I would like to select the 10 company´s who have the most errors, and return count off errors and company name as shown in colum e and f.

    I´m stuck on this problem, can any one help me with this?

    Regards Tommy
    Attached Files Attached Files

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Large function, problem with duplicate numbers, and selection of right value

    Hi Tommy,

    See the attached file.
    Not sure if you need companies name repeated in the list as shown in your example...

    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    Attached Files Attached Files
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com

  3. #3
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Large function, problem with duplicate numbers, and selection of right value

    @ DILIPandey, I'm not sure that your solution is correct

    Try this in F2
    =LARGE($B$2:$B$92,ROW($B1))
    and this array formula in E2
    =INDEX($A$2:$A$92,SMALL(IF($B$2:$B$92=$F2,ROW($A$2:$A$92)-1),COUNTIF($F$2:$F2,$F2)))
    Confirm with Ctrl+Shift+Enter not just Enter
    Drag/Fill Down

    This can then be developed with RANK() to get the required number of returns.

    See this workbook, select from the dropdown in D1
    Attached Files Attached Files
    Last edited by Marcol; 12-20-2011 at 06:09 AM. Reason: added attachment
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  4. #4
    Registered User
    Join Date
    04-29-2010
    Location
    Skövde, Sweden
    MS-Off Ver
    Excel 2003
    Posts
    2

    Cool Re: Large function, problem with duplicate numbers, and selection of right value

    Thanks all for your help, i´m very satisfied with your answers!!

    // Regards Tommy

+ 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