+ Reply to Thread
Results 1 to 6 of 6

Need formula to find largest 5th values, per day.

Hybrid View

ierosadopr Need formula to find largest... 03-29-2019, 06:04 AM
ierosadopr Re: Need formula to find... 03-29-2019, 06:05 AM
XLent Re: Need formula to find... 03-29-2019, 06:16 AM
ierosadopr Re: Need formula to find... 03-29-2019, 09:13 AM
ierosadopr Re: Need formula to find... 04-01-2019, 04:15 AM
canapone Re: Need formula to find... 04-01-2019, 05:23 AM
  1. #1
    Registered User
    Join Date
    03-01-2019
    Location
    Europe
    MS-Off Ver
    2016
    Posts
    16

    Need formula to find largest 5th values, per day.

    Please refer to the help file attached.

    In a nutshell, there are two problems:
    -1st issue: find the largest 5 values per each available date.
    -2nd issue: find the number of unique Team Members.

    sounds silly, but I'm having a hard time on this. maybe burned out ^^.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-01-2019
    Location
    Europe
    MS-Off Ver
    2016
    Posts
    16

    Re: Need formula to find largest 5th values, per day.

    ENTRY ERROR IN HELP FILE:

    Nathan should be TEAM A, Not blank!

  3. #3
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,706

    Re: Need formula to find largest 5th values, per day.

    based on your file:

    Formula: copy to clipboard
    G3:
    =IFERROR(AGGREGATE(14;6;sales_data[Sales]/(sales_data[Date]=G$2);ROWS(G$3:G3));"")
    applied to matrix G3:I7

    M3:
    =SUMPRODUCT((sales_data[A]=RIGHT($L2))/COUNTIFS(sales_data[A];sales_data[A]&"";sales_data[Seller];sales_data[Seller]&""))
    copied to M4

  4. #4
    Registered User
    Join Date
    03-01-2019
    Location
    Europe
    MS-Off Ver
    2016
    Posts
    16

    Re: Need formula to find largest 5th values, per day.

    Thank you!

  5. #5
    Registered User
    Join Date
    03-01-2019
    Location
    Europe
    MS-Off Ver
    2016
    Posts
    16

    Re: Need formula to find largest 5th values, per day.

    Last question: Would there be anyway to also, in a separate column, indicate the seller responsible for such sales according to the 5 largest values per date?

    ie. 3/1/2019:
    1st largest: 10 - Ricky
    2nd largest: 8 - Mark
    and so on...

  6. #6
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Need formula to find largest 5th values, per day.

    Hi

    I'm using ";" as delimiter in the formula

    In G3:I9 numbers from AGGREGATE

    In J3 to be copied across

    =INDEX($C$3:$C$22;AGGREGATE(15;6;ROW($3:$22)-2/(($A$3:$A$22=G$2)*($B$3:$B$22=G3));COUNTIF(G$3:G3;G3)))

    or setting "," as delimiters


    =INDEX($C$3:$C$22,AGGREGATE(15,6,ROW($3:$22)-2/(($A$3:$A$22=G$2)*($B$3:$B$22=G3)),COUNTIF(G$3:G3,G3)))

    Regards
    Last edited by canapone; 04-01-2019 at 05:40 AM.
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

+ 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] find second largest value from a list of values
    By a.hudrea in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-11-2016, 05:54 AM
  2. [SOLVED] Find the n largest values from a set with duplicates
    By amphinomos in forum Excel General
    Replies: 7
    Last Post: 01-14-2014, 08:59 AM
  3. [SOLVED] Find second, third and so one largest unique values
    By huy_le in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 01-03-2014, 09:21 PM
  4. [SOLVED] Find nth largest value, when there are duplicate n-1, n-2 etc values
    By Bobneil in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-19-2013, 03:31 AM
  5. [SOLVED] Find Largest Values Greater than 'X' in VBA
    By mabeaver in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-12-2012, 03:47 PM
  6. find largest values, then return corresponding row values.
    By neurotypical in forum Excel General
    Replies: 7
    Last Post: 05-24-2006, 05:27 PM
  7. How to find the largest product of an array of values?
    By ryesworld in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-02-2005, 02:10 PM

Tags for this Thread

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