+ Reply to Thread
Results 1 to 7 of 7

vertically stacking the values in multiple rows into cell.

  1. #1
    Registered User
    Join Date
    07-10-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    16

    vertically stacking the values in multiple rows into cell.

    How do i vertically stack all data from a data entry userform into a cell?

    I have no clue how to go about it.

    Please let me know if it can be done, as i tried resizing and merging same with good result but it did not work the way i wanted it to.

  2. #2
    Valued Forum Contributor
    Join Date
    10-26-2008
    Location
    Birmingham, UK
    MS-Off Ver
    All versions up to 2010
    Posts
    1,025

    Re: vertically stacking the values in multiple rows into cell.

    Hi
    Can you provide a sample so we can see what we are working with.
    Thanks
    Tony

  3. #3
    Registered User
    Join Date
    07-10-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: vertically stacking the values in multiple rows into cell.

    HI Tony,

    I've attached the file. Its just something basic I've shown how I want it to look.
    Please let me know if it can be done.
    I've tried merging to achieve the result, adding rows etc.
    Its close ,but it tends to have lot of problems when I am working on it.

    Aditi
    Attached Files Attached Files

  4. #4
    Forum Expert nilem's Avatar
    Join Date
    10-22-2011
    Location
    Ufa, Russia
    MS-Off Ver
    2013
    Posts
    3,377

    Re: vertically stacking the values in multiple rows into cell.

    Hi Aditi,
    maybe something like
    Please Login or Register  to view this content.

  5. #5
    Valued Forum Contributor
    Join Date
    10-26-2008
    Location
    Birmingham, UK
    MS-Off Ver
    All versions up to 2010
    Posts
    1,025

    Re: vertically stacking the values in multiple rows into cell.

    Hi Aditi
    Just to qualify Nilem's response above this needs to be put in a macro and run. Such as:

    Sub ChangeRowToColumnInSameCell()
    Range("G5").Replace ",", Chr(10)
    End Sub

    You would need to change "G5" to incorporate all the cells you wish to change in your worksheet. For example if all the cells you wanted to change were between G1 and J100 you would change "G5" to "G1:J100".

    Kind regards
    Tony

  6. #6
    Registered User
    Join Date
    07-10-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: vertically stacking the values in multiple rows into cell.

    aww!! thank you guys it works
    here's what i tried

    Please Login or Register  to view this content.

  7. #7
    Valued Forum Contributor
    Join Date
    10-26-2008
    Location
    Birmingham, UK
    MS-Off Ver
    All versions up to 2010
    Posts
    1,025

    Re: vertically stacking the values in multiple rows into cell.

    Glad we could help.
    Thanks for the feedback.
    Tony

+ 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. Stacking information in one row from multiple rows.
    By JeppNils in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-23-2013, 10:31 AM
  2. [SOLVED] Multiple rows of horizontal data needing to arrange vertically (stacked)
    By jpeets645 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-07-2012, 12:07 PM
  3. How to Pickup Multiple values vertically in excel
    By voorave in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-02-2012, 04:57 AM
  4. Extracting multiple values vertically with input in one cell
    By Deepak Maharishi in forum Excel General
    Replies: 3
    Last Post: 05-15-2012, 04:16 AM
  5. Replies: 4
    Last Post: 07-27-2006, 04:35 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