Results 1 to 2 of 2

Thread: LARGE function / Bringing top 5s from Data

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    5
    Rep Power
    0

    Cool LARGE function / Bringing top 5s from Data

    Hi everybody,
    Good morning.

    1. I use large function to bring the top 5 number from a list to pay rebate to our customers.


    2. I also use large function: if two customers bought the same quantity of goods, LARGE function bring the first name and number available. Please see the example below. In column A, I have the number of goods purchased from us and in column B I have names of the customer.

    I need to bring the quantity and names of the customer who purchased 10 or more. How I can bring the quantity and names in another list tha buys 10 or more?


    For example,
    Col A (Qty) Col B (Name)
    10 A
    8 B
    15 C
    15 D
    12 E
    13 F
    12 G
    2 H
    1 I

    Many thanks in advance
    Firoz


    https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA
    https://www.eileenslounge.com/viewtopic.php?p=312533#p312533
    https://www.eileenslounge.com/viewtopic.php?f=44&t=40373&p=312499#p312499
    https://www.eileenslounge.com/viewtopic.php?p=311844#p311844
    https://archive.org/download/wlsetup-all_201802/wlsetup-all.exe
    https://www.eileenslounge.com/viewtopic.php?p=311826#p311826
    https://www.eileenslounge.com/viewtopic.php?f=37&t=40261&p=311783#p311783
    https://www.eileenslounge.com/viewtopic.php?p=310916#p310916
    https://www.eileenslounge.com/viewtopic.php?p=310720#p310720
    https://www.eileenslounge.com/viewtopic.php?f=56&t=40034&p=310171#p310171
    https://www.eileenslounge.com/viewtopic.php?p=310110#p310110
    https://www.eileenslounge.com/viewtopic.php?p=310024#p310024
    https://www.eileenslounge.com/viewtopic.php?p=309121#p309121
    https://www.eileenslounge.com/viewtopic.php?p=309101#p309101
    https://www.eileenslounge.com/viewtopic.php?p=308945#p308945
    https://www.eileenslounge.com/viewtopic.php?f=30&t=39858&p=308880#p308880
    https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA
    Last edited by DocAElstein; 04-07-2024 at 12:53 PM.

  2. #2
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,123
    Rep Power
    10
    Hi

    Assume your data in A2:B10,

    In C2 and copied down,

    =IF(A2>=10,RANK(A2,$A$2:$A$10)+(COUNTIF($A$2:A2,A2)-1),"")

    Array formula. Entered with CTRL+SHIFT+ENTER

    In D2 and copied down and across,

    =INDEX(A$2:A$10,MATCH(ROWS(D$2:D2),$C$2:$C$11,0))

    Replace the criteria in red color.
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

Similar Threads

  1. Large Operation Warning: Excel
    By Transformer in forum Tips, Tricks & Downloads (No Questions)
    Replies: 0
    Last Post: 09-12-2013, 08:53 PM
  2. Replies: 2
    Last Post: 07-16-2013, 07:37 AM
  3. Sort Data Using Formula To Find Top X
    By mahmoud-lee in forum Excel Help
    Replies: 12
    Last Post: 06-02-2013, 10:13 PM
  4. Read/write very large xl2007 files
    By Rasm in forum Excel Help
    Replies: 3
    Last Post: 04-07-2012, 05:28 AM
  5. Unique Large Values From Duplicate List
    By S M C in forum Excel and VBA Tips and Tricks
    Replies: 0
    Last Post: 10-04-2011, 02:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •