+ Reply to Thread
Results 1 to 2 of 2

Make all vertical information into one cell.

  1. #1
    Forum Contributor
    Join Date
    10-15-2013
    Location
    Calgary, Alberta
    MS-Off Ver
    Excel 2007
    Posts
    218

    Make all vertical information into one cell.

    Hello,

    In Column A, i have a list of numbers... like so:

    304371
    312175
    315315
    315513
    319152
    328454
    334670

    I would like in cell C1 to transpose the vertical information into the one cell while adding a comma between each value... list so:

    304371,312175,315315,315513,319152,328454,334670

    Note: I would like no comma in the end.

    Thanks in advance for the help!

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

    Re: Make all vertical information into one cell.

    Put this formula in B1:

    =A1

    and this formula in B2:

    =IF(A2="","",A1 & "," & B2)

    Copy this down as far as you need to - the final result is in the bottom cell.

    Hope this helps.

    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. [SOLVED] Need help to make vertical line like this one below
    By Veezard in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 11-27-2017, 05:05 AM
  2. [SOLVED] How to make vertical progress bar?
    By iqballud in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-05-2015, 07:29 PM
  3. Join many files with vertical information in 1 file
    By luisecp in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-09-2014, 11:19 PM
  4. [SOLVED] Convert Vertical Address information into Columns
    By ghettoracer in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-20-2014, 09:15 PM
  5. How do I make someone enter information in a cell
    By Vicky T in forum Excel General
    Replies: 1
    Last Post: 06-07-2006, 12:50 PM
  6. [SOLVED] Can I make information entered in a cell erase recurringly?
    By Conker10382 in forum Excel General
    Replies: 0
    Last Post: 05-18-2006, 06:40 PM
  7. Replies: 1
    Last Post: 07-27-2005, 11:04 PM

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