+ Reply to Thread
Results 1 to 3 of 3

Rank based on result of another column

  1. #1
    Registered User
    Join Date
    01-15-2012
    Location
    Adelaide
    MS-Off Ver
    Excel 2010
    Posts
    9

    Rank based on result of another column

    Hey guys, Im trying to rank a list, but i have three different groups, Group 1, Group 2, Group 3, and want it to only rank against others in the same group

    IE, What formula would i put into Column C to Get the

    Column A......Column B.......Column C

    Group 1............5
    Group 2............4
    Group 1............6
    Group 2............5
    Group 3............1
    Group 1............1

    What formula would i put into Column C to Get the results below? Also dont want it to could Zeros


    Column A...Column B...Column C

    Group 1.........5..........2
    Group 2.........4..........1
    Group 1.........6..........3
    Group 2.........5..........2
    Group 3..........1........ 1
    Group 1..........1.........1

    Thanks in advance
    Last edited by cadge; 01-20-2012 at 08:02 AM.

  2. #2
    Forum Contributor
    Join Date
    09-16-2009
    Location
    Glasgow, Scotland
    MS-Off Ver
    Excel XP, 2003, 2010
    Posts
    125

    Re: Rank based on result of another column

    Lo there Cadge,

    Could you post a sample workbook please? Finding difficulty in understanding what the desired result should be as correlation between data and result not clear.

    Cheers

  3. #3
    Forum Expert OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,655

    Re: Rank based on result of another column

    You could use
    =SUMPRODUCT(($A$1:$A$6=A1)*($B$1:$B$6<>0)*($B$1:$B$6<B1))+1
    Good luck.

+ Reply to Thread

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