+ Reply to Thread
Results 1 to 5 of 5

Sort; Filter; Match or WHAT???

  1. #1
    Registered User
    Join Date
    01-19-2005
    Location
    Kent UK
    Posts
    40

    Sort; Filter; Match or WHAT???

    I would appreciate some ideas on this one.

    Our company has a massive database under Oracle, and I can dump to Excel a spreadsheet of about 5,000 lines, based on Job Numbers throughout the whole country.

    In my area I have a set of Job Number I am particularly interested in.

    How do I Sort; Filter; Match or WHAT the whole database dump to display only those I need?

    Thanks in anticipation of a swell answer!!

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Go to Data|Filter|Autofilter..

    Your Row 1 should now have some drop down arrows. Select the one with the Job Ids and filter by the one of interest.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    01-19-2005
    Location
    Kent UK
    Posts
    40
    There are probably 600 different Job Numbers in the 5,000 lines of data.

    I am interested in maybe 60/70 of these Job Numbers.

    I need to reduce the whole 5,000 lines to show only the lines which have my Job Numbers thereon.

    When I have used filters I can see the whole list and am able to select one identity or in custom I have 2 choices.

    I do not think this is a quick solution.

    Thanks

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    How about creating a list on a separate sheet of the job numbers you are interested in....

    Then you can add a formula in a new column in the data sheet.

    Something to the effect:

    =Isnumber(Match(A1,Sheet2!$A$1:$A$60,0)) copied down

    where A1 contains a job id in your original sheet and Sheet2!A1:A60 contains the job ids of interest.

    This formula results in TRUE if the job Id matches your list....

    Then you can use Autofilter and filter for TRUE in your new column.

    Does that work for you?

  5. #5
    Registered User
    Join Date
    01-19-2005
    Location
    Kent UK
    Posts
    40
    WOW

    That works a treat - thanks!!!!!!

+ 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