+ Reply to Thread
Results 1 to 2 of 2

percent rank and index/match/choose?

  1. #1
    Forum Contributor
    Join Date
    04-11-2008
    Posts
    156

    percent rank and index/match/choose?

    Hi,

    I have a table which varies in size from A1:B3 to A1:B100. The final row of the table is a "Total" for column B.

    I want to add a PERCENTRANK in column C. I have tried writing this with an array from B1:B100 but the problem with this is that it will rank the "Total" which is not what I want.

    Is there a formula which will allow me to PERCENTRANK from B1 to the row above "Total" in column A?

    Many thanks

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Try creating a dynamic defined name to cover the relevant range.

    Insert, Name, Define, name: myrng, refers to: =OFFSET(Sheet1!$B$1,0,0,COUNT(Sheet1!$B:$B)-1,1)

    This should cover the range from B1 to the row above the total. Use the defined name in your PERCENTRANK function.

    HTH

    rylo

+ 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