+ Reply to Thread
Results 1 to 5 of 5

Lining up data from two different files

Hybrid View

  1. #1
    Registered User
    Join Date
    09-09-2011
    Location
    Wisconsin
    MS-Off Ver
    Excel 2010
    Posts
    52

    Lining up data from two different files

    Hi,

    I have two different Excel tables. They contain a lot of the same data, but they don't necessarily contain the same number of records (one table contains records that the other doesn't have, and vice versa). So it might look something like this:

    Table 1
    MyColumn
    ---05---
    ---12---
    ---12---
    ---16---

    Table 2
    MyColumn
    ---04---
    ---05---
    ---12---
    ---13---

    The goal is to structure each table such that, where MyColumn has a common value between the two tables, the record # would always be the same. Whereas if a particular MyColumn value is unique to that table, then the other table would have a blank record in that spot. This is what the user wants to see. So in this case, the final result should look like:

    Table 1
    MyColumn
    ---------
    ---05---
    ---12---
    ---12---
    ---------
    ---16---

    Table 2
    MyColumn
    ---04---
    ---05---
    ---12---
    ---------
    ---13---
    ---------

    I'm thinking this will require a macro that loops through, compares column values, and inserts blanks where needed, but I can't imagine how this is going to work. Any ideas?

    Please let me know if I'm not making sense.

    Thanks,
    hk

  2. #2
    Registered User
    Join Date
    09-09-2011
    Location
    Wisconsin
    MS-Off Ver
    Excel 2010
    Posts
    52

    Re: Lining up data from two different files

    Anyone...?

  3. #3
    Registered User
    Join Date
    09-09-2011
    Location
    Wisconsin
    MS-Off Ver
    Excel 2010
    Posts
    52

    Re: Lining up data from two different files

    Am I requesting something that can't be done?

  4. #4
    Registered User
    Join Date
    09-09-2011
    Location
    Wisconsin
    MS-Off Ver
    Excel 2010
    Posts
    52

    Re: Lining up data from two different files

    bump......

  5. #5
    Registered User
    Join Date
    09-09-2011
    Location
    Wisconsin
    MS-Off Ver
    Excel 2010
    Posts
    52

    Re: Lining up data from two different files

    bump......

+ 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