+ Reply to Thread
Results 1 to 3 of 3

Filtered Rank using Sumproduct with no duplicates

  1. #1
    Registered User
    Join Date
    12-07-2012
    Location
    ottawa
    MS-Off Ver
    Excel 2003
    Posts
    1

    Filtered Rank using Sumproduct with no duplicates

    Need help. I have a set of data, company, department, sales. I want to uniquely rank sales within the department within the company. No criteria for tiebreakers other than where they are in the list, ie row 10 vs row 11, etc. I've used the SUMPRODUCT solution (column D), but I get inconsistent results and can't find a way to show tiebreakers as sequential numbers.

    I don't want to use a helper columns if I can avoid it.

    Alternatively, I would be okay with duplicates in the rank but the next value in the series would be the next number up.

    ie
    calculated desired
    1 1
    1 1
    1 1
    4 2

    I'm using Office 2007 but can use 2010 if required.


    any help is greatly appreciated.
    D

    Book1.xlsx

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,372

    Re: Filtered Rank using Sumproduct with no duplicates

    Put in E2 and copied down

    =(SUMPRODUCT(($B$2:$B$11=B2)*($A$2:$A$11=A2)*($C$2:$C$11<C2))+1)+COUNTIFS($C$2:C2,C2,$B$2:$B2,B2,$A$2:A2,A2)-1

  3. #3
    Forum Contributor
    Join Date
    01-28-2014
    Location
    Turkey
    MS-Off Ver
    Excel 2013
    Posts
    159

    Re: Filtered Rank using Sumproduct with no duplicates

    Please Login or Register  to view this content.

+ 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. Rank Using SUMPRODUCT and COUNTIF but still getting duplicates
    By cmertel in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-28-2014, 10:33 AM
  2. Replies: 0
    Last Post: 05-22-2014, 11:16 AM
  3. [SOLVED] RANK formula cannot rank duplicates
    By unpluggedmusic in forum Excel General
    Replies: 5
    Last Post: 10-13-2012, 12:59 PM
  4. Weighted rank- if duplicates rank the average
    By vlady in forum Excel General
    Replies: 3
    Last Post: 02-28-2012, 09:17 PM
  5. Excel Rank Duplicates then preferred rank
    By Economic in forum Excel General
    Replies: 2
    Last Post: 04-05-2009, 07:45 PM

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