+ Reply to Thread
Results 1 to 4 of 4

Combine Value of 5 Cells and List Results

  1. #1
    Forum Contributor
    Join Date
    11-02-2010
    Location
    Philippines
    MS-Off Ver
    Excel 2003
    Posts
    353

    Combine Value of 5 Cells and List Results

    Hi everyone,
    Im not sure if this is possible.
    I have columns A, B, C, D, E.
    Each Columns has data 1,2,3,4,5 respectively.

    Is it possible to Output them on Column F1 in a listed format? Something like:
    1
    2
    3
    4
    5

    All in one Cell which is F1.
    Kindlt advise, thanks in advance.

    regards,
    Andrew
    Last edited by Andrew.Trevayne; 06-29-2011 at 08:31 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Combine Value of 5 Cells and List Results

    Try:

    =A2&CHAR(10)&B2&CHAR(10)&C2&CHAR(10)&D2&CHAR(10)&E2

    and format the result cell (column) so that in the Alignment tab, Wrap text is selected.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert
    Join Date
    10-10-2008
    Location
    Northeast Pennsylvania, USA
    MS-Off Ver
    Excel 2007
    Posts
    2,387

    Re: Combine Value of 5 Cells and List Results

    Andrew.Trevayne,

    A1 = 1
    B1 = 2
    C1 = 3
    D1 = 4
    E1 = 5

    In cell F1 enter the following formula:
    =A1&B1&C1&D1&E1

    F1 results:
    12345


    In cell F1 enter the following formula:
    =A1&", "&B1&", "&C1&", "&D1&", "&E1

    F1 results:
    1, 2, 3, 4, 5
    Have a great day,
    Stan

    Windows 10, Excel 2007, on a PC.

    If you are satisfied with the solution(s) provided, please mark your thread as Solved by clicking EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

  4. #4
    Forum Contributor
    Join Date
    11-02-2010
    Location
    Philippines
    MS-Off Ver
    Excel 2003
    Posts
    353

    Re: Combine Value of 5 Cells and List Results

    @NBVC
    Thank you sir. That's quite a technique ^^

    @stanleydgromjr
    Thanks sir. I sort of need it in a list format, NBVC solved that for me.
    Thanks for your response.

    Regards,
    Andrew

+ 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