+ Reply to Thread
Results 1 to 5 of 5

Ranking, or Ordering in Descending Order

  1. #1
    Forum Contributor
    Join Date
    02-11-2009
    Location
    Montclair, NJ
    MS-Off Ver
    Excel 365
    Posts
    224

    Ranking, or Ordering in Descending Order

    Hey,

    This request seems a bit "lazy", but it'll be a time saver, which is what I'm looking for...Seconds, yes, but seconds saved every day

    The company I work for has a way to "score" the Sectors in the Stock Market, typically from -3 to +3

    I'm looking to have the list of Sectors rearranged with it's corresponding score in descending order (not looking for a "Sort" or "Filter"....I've had issues with the formulas in a Sort/Filter being scrambled in the past)


    Thank you so much in advance!
    Bob

  2. #2
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    6,986

    Re: Ranking, or Ordering in Descending Order

    .
    Using the MACRO RECORDER, this macro appears to do what you are seeking :

    Please Login or Register  to view this content.

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,892

    Re: Ranking, or Ordering in Descending Order

    Try this in H3:

    =IFERROR(LARGE(D:D,ROWS($H$2:H2)),"")

    in G3 **:

    =IF(H5="","",INDEX(C:C,SMALL(IF($D$5:$D$150=H5,ROW($D$5:$D$150)),COUNTIF($H$5:H5,H5))))

    **
    Arrray formula, enter with Ctrl+Shift+Enter.

  4. #4
    Forum Contributor
    Join Date
    02-11-2009
    Location
    Montclair, NJ
    MS-Off Ver
    Excel 365
    Posts
    224

    Re: Ranking, or Ordering in Descending Order

    Thank you so much!

  5. #5
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    6,986

    Re: Ranking, or Ordering in Descending Order

    .
    You are welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Descending ranking of highest values that are not always unique numbers
    By Giake in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-24-2016, 07:13 PM
  2. Ranking a range of data in descending order
    By wizardshoes in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-27-2013, 05:37 PM
  3. Excel 2007 : Extract by descending order
    By Shilpa kanchan in forum Excel General
    Replies: 1
    Last Post: 12-25-2011, 03:53 AM
  4. vlookup in descending order
    By thebigmancometh in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-01-2010, 09:41 AM
  5. Ranking, ordering
    By peri1224 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-02-2010, 07:09 AM
  6. Sort in descending order
    By shahcu in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-28-2008, 03:01 AM
  7. autofill in descending order
    By suzzmenn in forum Excel General
    Replies: 1
    Last Post: 09-15-2007, 01:11 AM

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