+ Reply to Thread
Results 1 to 7 of 7

Multi columns to single columns...

  1. #1
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Multi columns to single columns...

    Hi folks..

    here is the situation..

    I want data in multiple columns into only one column... using excel general formula... No Vba is required..?

    any help would be appreciated..

    Check the attachment...


    Thanks in advance...
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    08-11-2012
    Location
    bengalur
    MS-Off Ver
    Excel 2003, 2007
    Posts
    152

    Re: Multi columns to single columns...

    Is that data that you have put data in matrix format you need in single column itself. Please check and let me know.

  3. #3
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Re: Multi columns to single columns...

    I want the date in matrix format in single column.. in 1st Question..

    Thanks you for reply..

  4. #4
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Re: Multi columns to single columns...

    I think its first time that OP is solving his own threads...

    The solution is

    Formula: copy to clipboard
    Please Login or Register  to view this content.



    If there is any alternative then I will be glad to know...


    Don't forget to click *

  5. #5
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 365
    Posts
    2,406

    Re: Multi columns to single columns...

    =INDEX($C$3:$F$5,MOD(ROWS(A$1:A1)-1,ROWS($C$3:$F$5))+1,INT((ROWS(A$1:A1)-1)/ROWS($C$3:$F$5))+1)

    and copied down as necessary

  6. #6
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Re: Multi columns to single columns...

    Oh I got it...

  7. #7
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Multi columns to single columns...

    Try this one

    =CHAR(SMALL(IF($C$3:$F$5<>"",CODE($C$3:$F$5)),ROWS($A$1:A1)))

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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] Single Select Multi Columns Listbox to Populate value in Textbox
    By puuts in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-16-2014, 01:00 PM
  2. Split uneven data from a single columns to multiple columns
    By pfoz in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 05-13-2013, 08:24 AM
  3. [SOLVED] Multi Select ListBox, 4 columns, use NamedRange, Columns to use in list Nonconsecutive
    By CRIMEDOG in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-29-2013, 11:01 AM
  4. Replies: 0
    Last Post: 10-14-2012, 10:31 AM
  5. Listbox with multi-columns what determines the order of the columns?
    By jwright650 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-09-2011, 03:43 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