+ Reply to Thread
Results 1 to 5 of 5

Extracting the top 10 maximum values

  1. #1
    Registered User
    Join Date
    03-07-2019
    Location
    Jacksonville
    MS-Off Ver
    2016
    Posts
    33

    Extracting the top 10 maximum values

    attempted a formula to bring back the top ten most repeating values that match a criteria. So far I'm using...

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    to get the top ten reoccurring numbers, then in the next column using

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    to show the number of times the number occurs in the range. How would I show how many times the number occurs in the range for just one criteria ignoring any blank cells in the range? I've attach an example.

    Attachment 614490
    Attached Files Attached Files
    Last edited by Cannon26; 03-07-2019 at 05:35 PM. Reason: add attachment

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Extracting the top 10 maximum values

    Attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  3. #3
    Registered User
    Join Date
    03-07-2019
    Location
    Jacksonville
    MS-Off Ver
    2016
    Posts
    33

    Re: Extracting the top 10 maximum values

    Thank you, I have attached a new file for review.

  4. #4
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Extracting the top 10 maximum values

    Try Entering this Formula in F2

    =SUM(IF($A$2:$A$117&$B$2:$B$117=E2&C2,1,0))

    Enter using Ctrl Shift Enter

  5. #5
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,396

    Re: Extracting the top 10 maximum values

    Interpreted a little differently. Your original array formula modified in F2
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Then in G2
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by FlameRetired; 03-07-2019 at 08:57 PM.
    Dave

+ 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] Extracting range of numbers up to maximum that is in a cell
    By Howardc1001 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-09-2019, 07:55 PM
  2. Replies: 2
    Last Post: 07-30-2018, 02:21 PM
  3. Extracting data points from either side of a maximum
    By cdmse in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-12-2017, 12:15 AM
  4. Replies: 6
    Last Post: 08-09-2016, 10:50 AM
  5. Replies: 7
    Last Post: 10-07-2015, 03:01 PM
  6. Extracting name of sheet having maximum value
    By Sg_89 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 09-07-2015, 04:24 AM
  7. Extracting Maximum values of a column base on the multiple ranges in rows
    By sepantafa in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-11-2012, 03:06 AM

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