+ Reply to Thread
Results 1 to 3 of 3

Sorts

  1. #1
    Mike
    Guest

    Sorts

    I want to be able to sort a data list based on a master list.

    For example,

    Master list:
    Item # Item
    1 Apple
    2 Banana
    3 Orange
    4 Grape

    My data list appears as:
    Item Count
    Orange 5
    Banana 3
    Grape 2
    Apple 1

    How do I sort my data list to my Master List automatically, so the data list
    appears in the exact same order as the master list? Of course the lists I'll
    be using are quite long so I do not want to have to manually sort the data
    list.

    Thanks


  2. #2
    Bill Sharpe
    Guest

    Re: Sorts

    Mike wrote:
    > I want to be able to sort a data list based on a master list.
    >
    > For example,
    >
    > Master list:
    > Item # Item
    > 1 Apple
    > 2 Banana
    > 3 Orange
    > 4 Grape
    >
    > My data list appears as:
    > Item Count
    > Orange 5
    > Banana 3
    > Grape 2
    > Apple 1
    >
    > How do I sort my data list to my Master List automatically, so the data list
    > appears in the exact same order as the master list? Of course the lists I'll
    > be using are quite long so I do not want to have to manually sort the data
    > list.
    >
    > Thanks
    >

    Type "sort a range" in Excel's help box.

    Bill

  3. #3
    Pete_UK
    Guest

    Re: Sorts

    You could add a third column to your data list and use a formula with
    INDEX and MATCH to return the Item# from your master list for each of
    the items. You can then sort these three columns using the extra column
    as the sort field.

    Hope this helps.

    Pete


+ 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