+ Reply to Thread
Results 1 to 5 of 5

List in order of total

  1. #1
    Forum Contributor
    Join Date
    03-23-2007
    Location
    Essex, UK
    MS-Off Ver
    Office Pro 2010
    Posts
    275

    Exclamation List in order of total

    I have a list of 20 random numbers in Column A, what I need is a list to be compiled in Column B showing the highest as 1 and lowest as 20.

    A B
    2345 4
    123 5
    3568 3
    9732 1
    4325 2

    This totals change hourly. Dont know if this requires a macro or just a formula in Column B
    Last edited by ukphoenix; 06-12-2009 at 10:04 PM.

  2. #2
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: List in order of total

    Hi ukphoenix
    in B1
    =RANK(A1,A$1:A$20)
    Fill the foumula down to B20
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  3. #3
    Forum Contributor
    Join Date
    03-23-2007
    Location
    Essex, UK
    MS-Off Ver
    Office Pro 2010
    Posts
    275

    Re: List in order of total

    Thanx Pike, didnt even realise there was such a formula as RANK

  4. #4
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: List in order of total

    There are just to many to remember ... I've only probably seen about one ten of them ever used..... and can only use / remember about a tenth of those

  5. #5
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: List in order of total

    also remembered

    =SUM(1*(A1<=a$1:a$20))-(SUM(1*(B5=a$1:a$20))-1)/2

    entered as an array formula

+ 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