+ Reply to Thread
Results 1 to 9 of 9

Find Bottom 3 on Day Range

  1. #1
    Registered User
    Join Date
    01-08-2022
    Location
    asia
    MS-Off Ver
    365
    Posts
    10

    Question Find Bottom 3 on Day Range

    Hi experts, need your help...

    I have 3 days data range, where's each date have 50 data value. hows the formula, if I want to get data bottom 3 on each day (Exclude blank data)
    Attached Files Attached Files
    Last edited by Daqurezs; 01-10-2022 at 03:40 AM.

  2. #2
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,266

    Re: Find Bottom 3 on Day Range

    Try this in a blank cell and copy down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Good luck!

  3. #3
    Registered User
    Join Date
    01-08-2022
    Location
    asia
    MS-Off Ver
    365
    Posts
    10

    Re: Find Bottom 3 on Day Range

    Hy Estevaoba, thank's for your quick reply

    But the result is not like what i want, where's each day only show 3 worst value. here's the result when manually using sort data
    Attachment 762658

    1/1/2021 1/2/2021 1/3/2021
    59.95864569 61.40651223 66.68696888
    60.48449483 64.89846753 67.51135598
    67.44310333 69.73330519 74.05216486

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,409

    Re: Find Bottom 3 on Day Range

    One way:
    =TRANSPOSE(UNIQUE(FILTER(A2:A50000,A2:A50000,"")))

    and
    =TRANSPOSE(AGGREGATE(15,6,FILTER($B$2:$B$50000,$A$2:$A$50000=F2,""),{1,2,3}))

    next time... check out the yellow banner (top) to see the suggested number of rows in a sample file.... 10-20, not almost 50,000.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  5. #5
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,266

    Re: Find Bottom 3 on Day Range

    You're welcome. Thank you for your feedback.
    Another way, after a tweak to formula in post #2:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  6. #6
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,659

    Re: Find Bottom 3 on Day Range

    In G2 then copied across. Pl see file.

    =IFERROR(AGGREGATE(15,6,$B$2:$B$49500/($A$2:$A$49500=G$1),ROWS(G$2:G2)),"")
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  7. #7
    Registered User
    Join Date
    01-08-2022
    Location
    asia
    MS-Off Ver
    365
    Posts
    10

    Re: Find Bottom 3 on Day Range

    Hy glenn,

    thx for your quick reply, it's look work so great

  8. #8
    Registered User
    Join Date
    01-08-2022
    Location
    asia
    MS-Off Ver
    365
    Posts
    10

    Re: Find Bottom 3 on Day Range

    nice, your correction is look so nic

    thx

  9. #9
    Registered User
    Join Date
    01-08-2022
    Location
    asia
    MS-Off Ver
    365
    Posts
    10

    Re: Find Bottom 3 on Day Range

    Quote Originally Posted by kvsrinivasamurthy View Post
    In G2 then copied across. Pl see file.

    =IFERROR(AGGREGATE(15,6,$B$2:$B$49500/($A$2:$A$49500=G$1),ROWS(G$2:G2)),"")
    Hy , thx for your reply

    your formula work's great too

+ 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. Find Bottom 10 values from range of cells in a Row excluding zeros
    By analystbank in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 12-28-2020, 11:33 PM
  2. [SOLVED] Return Row no. for Lookup from bottom of range, ignoring bottom n no. of rows
    By naira in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 12-27-2018, 12:07 AM
  3. Lookup from bottom of range, ignoring bottom n no. of rows
    By naira in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-05-2018, 04:26 AM
  4. Copy filtered Range, Remove Filter, Find 1st Empty Cell from the bottom, Paste VBA
    By intervals in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-29-2016, 10:48 PM
  5. Find bottom most value in a column range.
    By brc1981 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 01-08-2014, 05:49 PM
  6. Using the Find method in a range from bottom to top of range
    By Excel_vba in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-23-2013, 11:07 AM
  7. Find top/bottom 3 values from a range
    By Andrew-Mark in forum Excel General
    Replies: 10
    Last Post: 08-14-2008, 10:08 AM

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