+ Reply to Thread
Results 1 to 2 of 2

How to ignore cells in ranking?

Hybrid View

  1. #1
    Registered User
    Join Date
    09-06-2005
    Posts
    26

    How to ignore cells in ranking?

    OK, I asked here before on how to ignore a range of cells that are empty in ranking so it will not return an error. We got it fixed but I just found noe that if I put zero"0" in one of the cells to rank, it will also rank all other blank cells as "0" thereby resulting in all blank cells with same value.

    How do I ignore the blank cells? Here is my formula?

    =IF(ISNA(RANK(G3,$G$3:$G$22,1)),"",RANK(G3,$G$3:$G$22,1))

  2. #2
    Domenic
    Guest

    Re: How to ignore cells in ranking?

    Try...

    =IF(G3<>"",SUMPRODUCT(--($G$3:$G$22<>""),--(G3>$G$3:$G$22))+1,"")

    Hope this helps!

    In article <[email protected]>,
    cardingtr <[email protected]>
    wrote:

    > OK, I asked here before on how to ignore a range of cells that are empty
    > in ranking so it will not return an error. We got it fixed but I just
    > found noe that if I put zero"0" in one of the cells to rank, it will
    > also rank all other blank cells as "0" thereby resulting in all blank
    > cells with same value.
    >
    > How do I ignore the blank cells? Here is my formula?
    >
    > =IF(ISNA(RANK(G3,$G$3:$G$22,1)),"",RANK(G3,$G$3:$G$22,1))


+ 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