+ Reply to Thread
Results 1 to 4 of 4

How can I link and match data in columns?

  1. #1
    Registered User
    Join Date
    07-27-2009
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2003
    Posts
    2

    Question How can I link and match data in columns?

    Hi,

    I am importing data from another application. I want to link columns B and C (so that these data move together) and match data in column B with data in column A. Is there any way I can do this?

    A B C
    1 1 235
    2 3 366
    3 5 120
    4 6 12
    5 7 452
    6
    7

    Thanks Guys.
    Attached Files Attached Files
    Last edited by davepearson; 07-27-2009 at 07:11 AM.

  2. #2
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: How can I link and match data in columns?

    Perhaps you could upload an example?
    CC

  3. #3
    Registered User
    Join Date
    07-27-2009
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: How can I link and match data in columns?

    Ive attached an example,

    I wish to link columns D&E, F&G, H&I, J&K, L&M (as in keep data together).

    Then match data in columns D, F, H, J and L to data in column C. (ie. Tag 4 in the respective row for Tag 4 in column C).

    This would save me 100's of hours if there were a solution.

    Sorry if I'm confusing you, I'm fairly new to this stuff.

    Thanks again

  4. #4
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: How can I link and match data in columns?

    How about this:
    P4=VLOOKUP($C4,D$4:D$38,1,0)
    Q4=VLOOKUP($C4,D$4:E$38,2,0)
    select both cells (P4:Q4) and drag-copy across to Y4, then drag down to Y38.

    Copy this table
    Select D4
    Paste Special - Values (Quick way is Alt+E, then S, then V, then Enter)

    Repeat with appropriate range adjustments for each table
    At the end, use find & replace and replace #N/A with nothing

    How's that strike you?

    We could write a macro to do something a bit like this if you're comofrtable with VBA.

    HTH

+ 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