+ Reply to Thread
Results 1 to 5 of 5

Consolodating Data

  1. #1
    Registered User
    Join Date
    11-01-2010
    Location
    San Diego
    MS-Off Ver
    Excel 2007
    Posts
    38

    Consolodating Data

    Hello all -- if anyone can help that would be great!!!

    I have a spreadsheet about 66mb big file that has approx 400,000 lines. It is basically a list of purchases made by our company.

    I am trying to look for a list of oracle products, but unfortunately Oracle has bought out many companies so doing a search for "Oracle" just does not cut it.

    What ive been doing is just doing a conditional formatting to have the cell highlighted if one of the company names come up (ie: Primavera)

    Is there a faster way to do this ?

    Oracle owns a subset of at least 70 companies and id hate to go line by line...

    Any ideas?
    Last edited by Rino468; 05-24-2011 at 04:20 PM. Reason: Solved

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Consolodating Data

    Make a list of all the companies and define that list as List1 (you can select that range i.e G1:G70 and type List1 into the name box and hit enter)

    If your companies are in Column A starting in A2, in empty column (lets say H2)

    =SUMPRODUCT(--(A2=List1))
    If it's on your list, you'll get a 1, if not a 0. Filter by 1 and those are your oracle companies. Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    11-01-2010
    Location
    San Diego
    MS-Off Ver
    Excel 2007
    Posts
    38

    Re: Consolodating Data

    that works much better! thank you

  4. #4
    Registered User
    Join Date
    11-01-2010
    Location
    San Diego
    MS-Off Ver
    Excel 2007
    Posts
    38

    Re: Consolodating Data

    sorry -- where do type "List 1?" ihighlighted the appropriate cells -- but where do type LIST 1 ? or would that be the header?

  5. #5
    Registered User
    Join Date
    11-01-2010
    Location
    San Diego
    MS-Off Ver
    Excel 2007
    Posts
    38

    Re: Consolodating Data

    NM got it. thanks again

+ 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