+ Reply to Thread
Results 1 to 5 of 5

rank index table

Hybrid View

Merv rank index table 12-22-2009, 08:36 AM
NBVC Re: rank index table 12-22-2009, 08:42 AM
Merv Re: rank index table 12-22-2009, 08:52 AM
NBVC Re: rank index table 12-22-2009, 08:59 AM
Merv Re: rank index table 12-22-2009, 10:38 AM
  1. #1
    Registered User
    Join Date
    12-14-2009
    Location
    ireland
    MS-Off Ver
    Excel 2003
    Posts
    11

    rank index table

    Hi,
    Have a series of tables that are put in order ascending and desending using rank and index.
    the problem is the last 3 tables

    short calls ranking and hang ups which puts #n/a instead of the persons name

    long calls ranking which doesnt put them in any sort of order at all.

    been wrecking my head trying to see where i have gone wrong with these two, can any1 help?
    Attached Files Attached Files
    Last edited by Merv; 12-22-2009 at 10:38 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: rank index table

    The #N/A means the number/name you are trying to match does not exist in the list you are looking in.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    12-14-2009
    Location
    ireland
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: rank index table

    i've done a few of these for each week in the past month, but it seems to only happen when there is a large number of people with the same number of hang ups/short calls etc.

    is there any way around this?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: rank index table

    Do you want to use unique ranking so that no 2 numbers have same rank..

    e.g. try in T4:=IF(Q5<>"0",RANK(Q5,$Q$5:$Q$40)+COUNTIF($Q$5:Q5,Q5)-1,"")

    and in AN4:=IF(R5<>"",RANK(R5,$R$5:$R$40,1)+COUNTIF($R$5:R5,R5)-1,-1)

    copy both down... no more #N/A except for the one in AI24.. but that name is not found in column A.

  5. #5
    Registered User
    Join Date
    12-14-2009
    Location
    ireland
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: rank index table

    cheers, that worked perfectly thanks.

+ 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