+ Reply to Thread
Results 1 to 2 of 2

Rank By Criteria

  1. #1
    Registered User
    Join Date
    09-22-2015
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    3

    Rank By Criteria

    So I have a table that looks like this.

    Please Login or Register  to view this content.
    I want it to rank the CompanyID's by average cost per each policy number. So the output would look like this:

    Please Login or Register  to view this content.
    Anyone got an idea on how I could achieve this? Any help would be greatly appreciated.

    Thank you.

  2. #2
    Valued Forum Contributor quekbc's Avatar
    Join Date
    01-18-2010
    Location
    Sydney, Australia
    MS-Off Ver
    2010, 2013, 2016
    Posts
    1,149

    Re: Rank By Criteria

    Perhaps something like this?

    Row\Col
    A
    B
    C
    D
    1
    AvgCost CompanyID Policy# Rank
    2
    25 22 12 2
    3
    28 23 12 3
    4
    35 24 12 4
    5
    21 25 12 1
    6
    20 22 20 2
    7
    15 24 20 1
    8
    13 23 21 1
    9
    43 24 21 2


    Formula in D2: =COUNTIFS($A$2:$A$9,"<=" & $A2,$C$2:$C$9,$C2) copied down.

+ 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] Rank several criteria
    By atlant15 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-18-2014, 03:25 AM
  2. Rank with 2 criteria
    By huy_le in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-06-2014, 05:48 PM
  3. Rank on two different criteria
    By Johnmus in forum Excel General
    Replies: 4
    Last Post: 12-09-2012, 05:47 AM
  4. [SOLVED] Sum Two Criteria then Rank
    By LionAround in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-23-2012, 02:29 PM
  5. Rank by Certain Criteria
    By mini_cam in forum Excel General
    Replies: 3
    Last Post: 09-25-2011, 05:42 AM
  6. Rank using Criteria
    By sinspawn56 in forum Excel General
    Replies: 2
    Last Post: 03-10-2011, 02:59 AM
  7. To Rank on two Criteria
    By tckok56 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-08-2006, 05:23 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