+ Reply to Thread
Results 1 to 4 of 4

Creating a hierarchy of non numerical data ?

  1. #1
    Registered User
    Join Date
    12-17-2008
    Location
    London
    Posts
    2

    Creating a hierarchy of non numerical data ?

    Hi there,

    hope somebody can help me with this problem I have.
    I need to create a table of non numerical data that I can refer to
    in a formula, which will compare two pieces of data (both also inside this table), and based upon which is "higher up in the hierarchy" - the cell will display a certain result.

    Basically it will be an IF function using non numerical data that has a numerical value / "rank" attached.

    Specifically - I need to allocate values to this list in cells A1:A5...
    EUR
    GBP
    AUD
    NZD
    USD
    ....where EUR is highest ranked and USD lowest.

    Then in column B and C will be listed each of these values but in various combinations.
    In column D I will build simple IF functions to show the highest ranked in each combination....

    eg B1=EUR C1=GBP D1=IF(B1>C1,B1,C1)

    hopefully it's possible (as most things seem to be in excel!)
    and any help will be greatly appreciated

    many thks in advance
    G
    Last edited by Manng; 01-28-2009 at 01:18 PM.

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

    Re: Creating a hierarchy of non numerical data ?

    You can use the MATCH positions to determine their relative "ranks"

    Please Login or Register  to view this content.
    Whichever of B1,C1 is listed first in A1:A5 range will be returned in D1

  3. #3
    Registered User
    Join Date
    12-17-2008
    Location
    London
    Posts
    2

    Re: Creating a hierarchy of non numerical data ?

    Wow - Much simpler than I had anticipated

    Many thanks for that Donkey !

  4. #4
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988

    Re: Creating a hierarchy of non numerical data ?

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

+ 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