+ Reply to Thread
Results 1 to 6 of 6

Combining Columns Into One List that Updates Itself

  1. #1
    Registered User
    Join Date
    05-03-2013
    Location
    Winnipeg
    MS-Off Ver
    Excel 2007
    Posts
    8

    Combining Columns Into One List that Updates Itself

    Hi,

    I am trying to create one list which contains the contents of 4 other columns from different parts of my workbook. I would like to have a formula that would always update the list when another entry is created in any of the 4 other columns. For example:

    ......A........B.........C.......D.........E..........F........
    1...List1...List2.....List3...List4..............NewList..
    2....2........6..........9.......13...................2.......
    3....3........7..........10......14..................3.......
    4....4........8..........11......15..................4.......
    5........................................................6.......
    6........................................................7.......
    7........................................................8.......
    8........................................................9.......
    9........................................................10.....
    10......................................................11.....
    11......................................................13.....
    12......................................................14.....
    13......................................................15.....

    How could I write a formula that would look at the entire column and only select the cells that have entries? In the example if I were then to add "5" into cell A5, NewList would then have "5" between the 4 and 6.

    Thank You in advance!
    Brock

  2. #2
    Forum Contributor
    Join Date
    10-30-2011
    Location
    Doha
    MS-Off Ver
    MS office 365
    Posts
    701

    Re: Combining Columns Into One List that Updates Itself

    Hi Brock,
    See the attached. Let me know if any issue.

    Brock.xlsx
    Last edited by krjoshi; 06-04-2013 at 10:32 AM.
    Cheers,

    Joshi
    Being with a winner makes you a winner

  3. #3
    Registered User
    Join Date
    05-03-2013
    Location
    Winnipeg
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Combining Columns Into One List that Updates Itself

    I'm not looking to get the smallest value in each row but rather create a self updating single list of the 4 lists in columns A-D.

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,363

    Re: Combining Columns Into One List that Updates Itself

    Hi brockco,

    Try this formula and pull it down... See the example file attached:
    =IFERROR(SMALL($A$2:$D$20,ROW()-1),"")
    Attached Files Attached Files
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  5. #5
    Registered User
    Join Date
    05-03-2013
    Location
    Winnipeg
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Combining Columns Into One List that Updates Itself

    Thanks MarvinP for that. I should clarify that I am using part names in these lists and not numbers. How would I go about that?

  6. #6
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,363

    Re: Combining Columns Into One List that Updates Itself

    Hi brockco,

    Find your answer, but it took some VBA code to do it. Simply add or change a name in the "Start" named range and the list in Column E will update. Look behind sheet1 for VBA Event Code and in Module1 for the Code that does the work. Hope this helps....
    Attached Files Attached Files

+ 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