+ Reply to Thread
Results 1 to 5 of 5

create a consolidated text list

  1. #1
    Registered User
    Join Date
    06-01-2012
    Location
    New Orleans, US
    MS-Off Ver
    Excel 2007
    Posts
    33

    create a consolidated text list

    I need to be able to create a consolidated text list from several different ranges. For instance, if I had cells that contained text and blanks in ranges A2:A20, A22:A22, and A24:A34. How would I get the text to consolidate (excluding blank cells) in another range, such as B2:B62?

    Any help would be greatly appreciated.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: create a consolidated text list

    in B2
    =IF(ROW(A2)-1<=SUM(--($A$2:$A$34<>"")),INDEX($A$2:$A$34,SMALL(IF($A$2:$A$34<>"",ROW($A$2:$A$34)-1,""),ROW(A2)-1),1))
    and copy down the column
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    06-01-2012
    Location
    New Orleans, US
    MS-Off Ver
    Excel 2007
    Posts
    33

    Re: create a consolidated text list

    Thanks Special K,

    This didn't help though, I get a #value error when I try to use the formula (when I change the the references to the appropriate ranges on my spreadsheet) . Maybe I should more clearly say what I am trying to do. So here it goes.... In my worksheet on a tab called 'project' text and blank cells appears in cells B16:B22, B24:B30, B32:B38, and B40:B43. I want to the cells with text (excluding blanks) to populate on a tab called 'quote' in the range B30:B55. The list should condense to exclude the blanks in B30:B55

    Sorry if I was unclear, any help would be appreciated.

  4. #4
    Registered User
    Join Date
    06-01-2012
    Location
    New Orleans, US
    MS-Off Ver
    Excel 2007
    Posts
    33

    Re: create a consolidated text list

    This file does not have the the same ranges as listed as above but it does demonstrate what I am trying to do.book 1.xlsx

  5. #5
    Registered User
    Join Date
    06-01-2012
    Location
    New Orleans, US
    MS-Off Ver
    Excel 2007
    Posts
    33

    Re: create a consolidated text list

    bump...still looking for a solution.

+ 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