+ Reply to Thread
Results 1 to 3 of 3

rank function problem

  1. #1
    Registered User
    Join Date
    09-09-2011
    Location
    Finland
    MS-Off Ver
    Excel 2010
    Posts
    91

    rank function problem

    Hi!

    I want to rank the values from a2 to a 21 so that the smallest gets 1 to the cell next to it. Same thing in values a22 to a41 and a42 to a61 and so on. How can i do it using the rank function?
    Attached Files Attached Files

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

    Re: rank function problem

    Try this formula in B2

    =IF(A2="","",RANK(A2,OFFSET(A$2,FLOOR(ROWS(A$2:A2),20),0,20),1))

    filled down to the end of the data

    To do that quickly put formula in B2 and select B2 ....then in the box above A1 type the whole range to fill, e.g. B2:B58000, press ENTER then CTRL+D to fill
    Last edited by daddylonglegs; 01-15-2013 at 03:52 PM.
    Audere est facere

  3. #3
    Registered User
    Join Date
    09-09-2011
    Location
    Finland
    MS-Off Ver
    Excel 2010
    Posts
    91

    Re: rank function problem

    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)

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