+ Reply to Thread
Results 1 to 6 of 6

Rankif Question

  1. #1
    Forum Contributor
    Join Date
    08-22-2013
    Location
    US
    MS-Off Ver
    Mac Version 2011
    Posts
    126

    Rankif Question

    Hi guys,

    I tried to rank a number of values and it worked with sumproduct. The problem is that some rows contain no value (or errors), so I wanted to rank only those with values.

    A B Rank
    1 Pepe 1 1
    2 Pepe 2 2
    3 Pepe N/A None

    Please help.

    Thanks!
    Attached Files Attached Files
    Last edited by huy_le; 03-18-2014 at 07:20 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Rankif Question

    Try using COUNTIFS, e.g. this formula in C1 copied down

    =IF(COUNT(B1),COUNTIFS(A:A,A1,B:B,"<"&B1)+1,"None")
    Audere est facere

  3. #3
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Rankif Question

    will this help

    Please Login or Register  to view this content.
    Ernest

    Please consider adding a * if I helped

    Nothing drives me crazy - I'm always close enough to walk....

  4. #4
    Forum Contributor
    Join Date
    08-22-2013
    Location
    US
    MS-Off Ver
    Mac Version 2011
    Posts
    126

    Re: Rankif Question

    I'm sorry, there will be names other than "Pepe", and I want to rank them separately. Like only rank for Pepe, and only rank for each of other people. Does that make sense?

  5. #5
    Forum Contributor
    Join Date
    08-22-2013
    Location
    US
    MS-Off Ver
    Mac Version 2011
    Posts
    126

    Re: Rankif Question

    Thank you but I don't think this will help because A will have values, only B will have some errors.
    Quote Originally Posted by judgeh59 View Post
    will this help

    Please Login or Register  to view this content.

  6. #6
    Forum Contributor
    Join Date
    08-22-2013
    Location
    US
    MS-Off Ver
    Mac Version 2011
    Posts
    126

    Re: Rankif Question

    Your formula works, just tested it now. Thanks so much!

+ 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] Question regarding conditional format question that covers two range criteria
    By lilsnoop in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-06-2013, 12:32 PM
  2. Replies: 3
    Last Post: 06-17-2011, 08:09 AM
  3. Two question, numeric code question and subtraction of two columns?
    By mgsweden78 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-18-2008, 02:50 AM
  4. Rankif?
    By Lee Harris in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-20-2007, 05:28 AM
  5. Is there a rankif function
    By Dan in forum Excel General
    Replies: 3
    Last Post: 05-27-2005, 01:05 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