Results 1 to 15 of 15

Ranking & Displaying Unique Data: Multiple Criteria (Large to Small Frequency, Category)

Threaded View

T86157 Ranking & Displaying Unique... 05-22-2012, 02:55 PM
NBVC Re: Ranking & Displaying... 05-22-2012, 03:50 PM
T86157 Re: Ranking & Displaying... 05-22-2012, 04:38 PM
NBVC Re: Ranking & Displaying... 05-22-2012, 05:05 PM
T86157 Re: Ranking & Displaying... 05-22-2012, 05:19 PM
NBVC Re: Ranking & Displaying... 05-22-2012, 05:27 PM
T86157 Re: Ranking & Displaying... 05-22-2012, 05:55 PM
Haseeb Avarakkan Re: Ranking & Displaying... 05-22-2012, 07:56 PM
T86157 Re: Ranking & Displaying... 05-22-2012, 11:56 PM
T86157 Re: Ranking & Displaying... 05-23-2012, 10:40 AM
NBVC Re: Ranking & Displaying... 05-23-2012, 11:03 AM
T86157 Re: Ranking & Displaying... 05-23-2012, 11:21 AM
NBVC Re: Ranking & Displaying... 05-23-2012, 11:26 AM
NBVC Re: Ranking & Displaying... 05-23-2012, 11:39 AM
Haseeb Avarakkan Re: Ranking & Displaying... 05-23-2012, 08:09 PM
  1. #1
    Forum Contributor
    Join Date
    05-17-2012
    Location
    CA, USA
    MS-Off Ver
    Microsoft Excel for Microsoft 365
    Posts
    163

    Ranking & Displaying Unique Data: Multiple Criteria (Large to Small Frequency, Category)

    I am having issues with the code shown below.

    =INDEX(G2:G100,INDEX(F$2:F$100,MATCH(LARGE(IF(F$2:F$100<>"",IF(MATCH(F$2:F$100,F$2:F$100,0)=ROW(F$2:F$100)-ROW(F$2)+1,SUMIF(F$2:F$100,F$2:F$100,E$2:E$100))),ROWS(N$2:N2)), (COUNTIF(N$1:N1,F$2:F$100)=0)*SUMIF(F$2:F$100,F$2:F$100,E$2:E$100),0)))

    My problem is being able to use the original data (user input data) and transforming to show:

    • The three fruits with the highest quantities to display the name of the most frequent to least frequent defects. The defects may be unique to a particular fruit but the excel file is just an example. So the constraints would be: to formulate and rank the defects using the original data (no referencing by adding additional tables)
    • Display quantity of defects for each defect for the three fruits with highest quantities; the frequencies will always be listed from largest to smallest but the list order of defects may vary depending on their frequency (cells $R$1:$X$20)

    Other criteria is that more data will always be added to the original data. It is semi-dynamic. The limit has never gone over 500 rows.
    Attached Images Attached Images
    Attached Files Attached Files

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