+ Reply to Thread
Results 1 to 10 of 10

Formula ranking based on column letter?????? Help Please

  1. #1
    Registered User
    Join Date
    01-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    13

    Formula ranking based on column letter?????? Help Please

    I have a spread sheet I am building for a competition. I have the formula working to rank with the values I need. But I need to see if there is a way that I can write a formula to only rank members in a group according to a row labeled class? I can send any and all info. Here is the formula I have currently but I would like it to instead of ranking a range of cells by number to rank a range of cells based on a letter that is assigned in the class column. Please let me know if that makes any sense or if you need more info. Thank you very much in advance.

    =IF(ISNUMBER(K7),SUM(IF(ISNUMBER(K$7:K$87),(K7>K$7:K$87)/COUNTIF(K$7:K$87,K$7:K$87)))+1,"")

    The column with the classification is Column B.

    example.jpg

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,065

    Re: Formula ranking based on column letter?????? Help Please

    Better to post the actual spreadsheet than a picture.
    I for one don't fancy replicating any of that data if you've already typed it in once.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    01-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Formula ranking based on column letter?????? Help Please

    ScoreSheet.xlsx

    There you go. Thank you for looking!

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,481

    Re: Formula ranking based on column letter?????? Help Please

    Do you mean ranking within each group?
    Try this:
    =SUMPRODUCT(($B$7:$B$85=B7)*($K$7:$K$85<K7))+1
    Quang PT

  5. #5
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Formula ranking based on column letter?????? Help Please

    Hi smokeysworld,

    Please upload an excel workbook along with your expected results instead of an image. Thanks.


    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  6. #6
    Registered User
    Join Date
    01-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Formula ranking based on column letter?????? Help Please

    dilipandey I did upload a spread sheet in my reply to special-k. Please take a look.

    bebo, that formula does do what I want it too but I don't want it to rank the cell unless the cell in Column K has a value greater then 1.

  7. #7
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,481

    Re: Formula ranking based on column letter?????? Help Please

    So leaving blank where K <=1.
    Please Login or Register  to view this content.

  8. #8
    Registered User
    Join Date
    01-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Formula ranking based on column letter?????? Help Please

    ScoreSheet.xlsxStill giving it a number. Here is the sheet:

  9. #9
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,481

    Re: Formula ranking based on column letter?????? Help Please

    May be:
    =IF(K7<>"",SUMPRODUCT(($B$7:$B$85=B7)*($K$7:$K$85>1)*($K$7:$K$85<K7))+1,"")

  10. #10
    Registered User
    Join Date
    01-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Formula ranking based on column letter?????? Help Please

    That did it! Thank you so much. I will click the star!!

+ 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