+ Reply to Thread
Results 1 to 7 of 7

<Solved:>Display entire column in one cell

  1. #1
    Registered User
    Join Date
    12-13-2012
    Location
    Portland, OR
    MS-Off Ver
    Excel 2003
    Posts
    61

    <Solved:>Display entire column in one cell

    I want A1:A400 to display in B1. Thanks.
    Last edited by portokie; 12-17-2012 at 08:21 PM.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Display entire column in one cell

    b1
    Please Login or Register  to view this content.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    12-13-2012
    Location
    Portland, OR
    MS-Off Ver
    Excel 2003
    Posts
    61

    Re: Display entire column in one cell

    Not sum, columnA contains text strings only. I need something similar to A1&A2&A3, etc... but without so many characters. Thanks.

  4. #4
    Registered User
    Join Date
    12-13-2012
    Location
    Portland, OR
    MS-Off Ver
    Excel 2003
    Posts
    61

    Re: Display entire column in one cell

    ??????????

  5. #5
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Display entire column in one cell

    A bit of VBA, perhaps?

    Please Login or Register  to view this content.
    Then:

    =ConcatRange(A1:A400)

  6. #6
    Registered User
    Join Date
    12-13-2012
    Location
    Portland, OR
    MS-Off Ver
    Excel 2003
    Posts
    61

    Re: Display entire column in one cell

    I've never used VBA before. What are the steps to input this code please? Thank you very much!

  7. #7
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: <Solved:>Display entire column in one cell

    With your workbook open (and it will be easiest if you only have this workbook open at the time):

    Press Alt-F11, this will open the VBA editor
    From the 'Insert' menu select 'Module' - this will open a blank text window
    Paste my code into this text window
    Close the VBA editor with the red cross at the top right of the screen
    You can then use the formula in my post in that workbook.

    Edited to add: If you're using Excel 2010 you'll no longer be able to save your workbook as a *.xlsx file, you'll have to save it as a .xlsm (macro-enabled workbook) instead.
    Last edited by Andrew-R; 12-18-2012 at 03:08 AM.

+ 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