+ Reply to Thread
Results 1 to 4 of 4

Combining Multiple Lists?

  1. #1
    Registered User
    Join Date
    10-15-2019
    Location
    London
    MS-Off Ver
    2007
    Posts
    3

    Combining Multiple Lists?

    Hello! For the life of me i just cant get this to work, annoying as it is! Ive looked for ages on the internet!


    Theres the example, I want collumn E to add all the list together to make 1 containous on. If i add more to the list I want Collumn D to automatically add this together. Can only be formulas and no ribbons!

    Thanks for any advice
    Liam
    Attached Images Attached Images
    Last edited by Liam19871; 10-15-2019 at 01:18 PM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,732

    Re: Combining Multiple Lists?

    You can use this formula in E1:

    =IF(ROWS($1:1)<=COUNTA(A:A),INDEX(A:A,ROWS($1:1)),IF(ROWS($1:1)<=COUNTA(A:B),INDEX(B:B,ROWS($1:1)-COUNTA(A:A)),IF(ROWS($1:1)<=COUNTA(A:C),INDEX(C:C,ROWS($1:1)-COUNTA(A:B)),"")))

    then copy down as far as you need to. You can add extra items at the bottom of the lists in any order (hint: use a, b, c, d etc in column B to see the effect better).

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    10-15-2019
    Location
    London
    MS-Off Ver
    2007
    Posts
    3

    Re: Combining Multiple Lists?

    Cheers, works perfect

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,732

    Re: Combining Multiple Lists?

    Glad to hear it.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Combining Multiple Lists into a Single List with VBA
    By McLagstger in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-11-2016, 03:33 PM
  2. Combining Multiple lists into one
    By wjk221 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-10-2015, 10:02 AM
  3. [SOLVED] Combining values from multiple lists
    By sepandr in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-15-2014, 07:13 PM
  4. Combining Multiple Lists Onto One Master Sheet
    By KaneThomas541 in forum Excel General
    Replies: 1
    Last Post: 07-03-2013, 01:07 PM
  5. Combining text from multiple lists to find all permutations.
    By Mountaintopal in forum Excel General
    Replies: 6
    Last Post: 06-25-2013, 09:23 AM
  6. combining multiple lists from different sheets
    By falcn9az in forum Excel General
    Replies: 1
    Last Post: 03-28-2007, 04:02 AM
  7. [SOLVED] Combining multiple lists into one !
    By Adam194 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-19-2006, 09:10 AM

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