+ Reply to Thread
Results 1 to 13 of 13

Non-numerical ranking

  1. #1
    Forum Contributor
    Join Date
    12-02-2008
    Location
    Brisbane
    MS-Off Ver
    2016
    Posts
    811

    Non-numerical ranking

    Is there an equivalent of =rank for non-numerical data? If not, is it possible to sort data (into another column if necessary) alphabetically without resorting to a macro?
    Last edited by BRISBANEBOB; 02-03-2010 at 06:42 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,057

    Re: Non-numerical ranking

    Add filter to first row and sort data ascending/descending by column you like.
    Never use Merged Cells in Excel

  3. #3
    Forum Contributor
    Join Date
    12-02-2008
    Location
    Brisbane
    MS-Off Ver
    2016
    Posts
    811

    Re: Non-numerical ranking

    Thanks for that but the problem is that requires intervention. Sorting numerical data can be done by formula and I'm trying to find a 'string' equivalent...

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,057

    Re: Non-numerical ranking

    This can be one way...

    In some sheet write numbers from 65 to 90 (i.e. A1 to A26) and use this:

    =RANK(CODE(UPPER(D3)),$A$1:$A$26,1)
    Last edited by zbor; 02-03-2010 at 03:42 AM.

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

    Re: Non-numerical ranking

    Hi BRISBANEBOB
    You can sort A to Z or Z to A
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  6. #6
    Forum Contributor
    Join Date
    12-02-2008
    Location
    Brisbane
    MS-Off Ver
    2016
    Posts
    811

    Re: Non-numerical ranking

    Please can you explain that further - I don't follow it?

    Thanks

  7. #7
    Forum Contributor
    Join Date
    12-02-2008
    Location
    Brisbane
    MS-Off Ver
    2016
    Posts
    811

    Re: Non-numerical ranking

    To clarify the position, I have a list of names, several hundred long, which arrives via a dump. I am trying to 'rank' them alphabetically without intervention. If it was a list of numbers, =rank would give me a value from which I could create an ascending or descending list. This would all be formula-driven. No intervention.

    Can that be done with an alpha list?

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

    Re: Non-numerical ranking

    BisvegasBob
    like zbor said if you select a column , say a, then click filter , then choose A to Z.

    You can search on filter in the excel help for an example.

    What version do you have????

  9. #9
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,057

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

    Re: Non-numerical ranking

    You can organise the dump code?

  11. #11
    Forum Contributor
    Join Date
    12-02-2008
    Location
    Brisbane
    MS-Off Ver
    2016
    Posts
    811

    Re: Non-numerical ranking

    Hi

    I've attached a sample sheet of what I'm trying to do.

    Thanks for all ideas.
    Attached Files Attached Files

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

    Re: Non-numerical ranking

    Bisvegasbob
    if you copy column f and special paste the value back you can sort by the rank

  13. #13
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Non-numerical ranking

    BrisbaneBob, FWIW going back to your original question of:

    Quote Originally Posted by BB
    Is there an equivalent of =rank for non-numerical data?
    Yes, COUNTIF.

    Using your sample file:

    Please Login or Register  to view this content.

    The 2nd COUNTIF is used to ensure Rank is unique.

+ 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