+ Reply to Thread
Results 1 to 2 of 2

How do you Combine specific columns from 3 tables into new column of new table

  1. #1
    Registered User
    Join Date
    08-30-2012
    Location
    Washington, D.C. Metro Area
    MS-Off Ver
    Excel 2007
    Posts
    2

    How do you Combine specific columns from 3 tables into new column of new table

    Basically here is the issue:
    I have three independent tables, located sporadically on a sheet. Basically I want to take the entire contents of a column (not necessarily the same column) from each of tables 1,2, and 3, and turn them into a new column in a table 4 that ommits the blanks from columns in tables 1,2,3.

    I came across this string which when entered into a cell, does the combination of 2 Lists(2columns from 2 independent tables): (entered with crtl+shift+enter)

    {=IFERROR(INDEX(CURRENT, SMALL(IF(ISBLANK(CURRENT), "", ROW(CURRENT)-MIN(ROW(CURRENT))+1), ROW(A1))), IFERROR(INDEX(NEWCS, SMALL(IF(ISBLANK(NEWCS), "", ROW(NEWCS)-MIN(ROW(NEWCS))+1), ROW(A1)-SUMPRODUCT(--NOT((ISBLANK(CURRENT)))))), ""))}

    But I need this to do three lists, "NEWCS" "CURRENT" and "NEWMF

    And Place them into a new table column which can then be sorted.

    Aside:
    NEWCS refers to Table6[code1]
    NEWMF refers to Table10[code2]
    CURRENT refers to Table3[code3]

    Anyone have an idea as to how what the formula would be to do this, or is there a way to modify the above formula to include "NEWMF"?

  2. #2
    Registered User
    Join Date
    08-30-2012
    Location
    Washington, D.C. Metro Area
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: How do you Combine specific columns from 3 tables into new column of new table

    example.jpg

    This is anexample of what I am trying to do.
    Anyone have an idea of how to do this?
    IE, is there an array formula that will populate column code4 and Description in the Table on the far right from info in the other three 3 tables?
    Last edited by R.Taylor.B; 08-30-2012 at 02:30 PM.

+ 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