+ Reply to Thread
Results 1 to 4 of 4

Combining numbers in a column into one cell

  1. #1
    Registered User
    Join Date
    09-01-2011
    Location
    Austria
    MS-Off Ver
    Excel 2007
    Posts
    78

    Combining numbers in a column into one cell

    Say I have a column of numbers. I'd like to be able to string them together in the following format: number1|number2|number3....

    connect.xlsx

    Any ideas?

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,453

    Re: Combining numbers in a column into one cell

    Try the CONCATENATE function or =A1&A2&A3....

    EDIT forgot part of the request ;
    Enter the | in a cell ( sayX1) and try =A1&X1&A2&X1&.....
    Last edited by Pepe Le Mokko; 01-14-2014 at 07:45 AM.

  3. #3
    Registered User
    Join Date
    12-13-2013
    Location
    India
    MS-Off Ver
    excel 2003, excel 2007, excel 2010
    Posts
    2

    Re: Combining numbers in a column into one cell

    =IF(ISBLANK(A1:A6)=FALSE,(A1:A6),"")
    try this
    array formula so ctr;+shift+enter

  4. #4
    Registered User
    Join Date
    09-01-2011
    Location
    Austria
    MS-Off Ver
    Excel 2007
    Posts
    78

    Re: Combining numbers in a column into one cell

    My solution. Let Say you have numbers sitting in columns A1-Ax.... in B1 set B1=A1, in B2, B2=B1&"|"A2... copy down.

+ 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] Getting Excel 2007 to list the cell numbers of the top five ranked numbers in a column.
    By Securitysports in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-02-2013, 11:42 AM
  2. Combining row and column heading according to selected cell
    By Oxco in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 04-29-2013, 08:04 AM
  3. [SOLVED] Delete Cell Numbers of Column B From Column A (Column B Small and Column A too big)
    By it_electronics2000 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 04-06-2012, 11:18 AM
  4. Combining multiple cells in a column into one cell on top of one another?
    By stangz71 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-20-2011, 05:41 PM
  5. Combining Value of A Column to 1 Cell
    By Andrew.Trevayne in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-28-2010, 12:41 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