+ Reply to Thread
Results 1 to 5 of 5

Converting excel columns into a table

Hybrid View

kestul2 Converting excel columns into... 10-04-2012, 04:09 PM
Pete_UK Re: Converting excel columns... 10-04-2012, 05:45 PM
Pete_UK Re: Converting excel columns... 10-04-2012, 05:59 PM
kestul2 Re: Converting excel columns... 10-28-2012, 02:45 PM
jeffreybrown Re: Converting excel columns... 10-28-2012, 02:48 PM
  1. #1
    Registered User
    Join Date
    10-04-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    2

    Converting excel columns into a table

    Hello,

    I have a list of names (about 100 or so) in a single column in excel. These names need to be put into a table format so that they can be printed in a bulletin. Typically it's 3 across and then however many rows needed. The person doing this before me manually copied and pasted all of the names into word and then manually formatted it, but I feel like there has to be an easier way to do this using a formula/function. Basically just trying to convert a single columns worth of data into a table. The only parameter for the table is that it needs to be 3 columns. Eventually this table will be put into word since this is the format that the whole bulletin is in. Any help is greatly appreciated!!

    Thank you!
    Katie

  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,423

    Re: Converting excel columns into a table

    Do your names start in A1 or A2 (or somewhere else)? Would it be acceptable to show the names in C1, D1 and E1, and then in C2, D2, E2 and so on until the end of the list?

    Pete

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

    Re: Converting excel columns into a table

    Ah well, you've probably gone home from work. Assuming your names do start in A1 and you want them in C1 across to E1 and then down, you can put this formula in C1:

    =INDEX($A:$A,(MOD((COLUMNS($C:C)-1),3)+1)+INT((ROWS($1:1)-1))*3)

    Copy into D1 and E1, and then copy C1:E1 down as far as you need to.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    10-04-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    2

    Wink Re: Converting excel columns into a table

    Pete - forgive me for not responding earlier. This is exactly what I needed. Thank you so much!!

  5. #5
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Converting excel columns into a table

    @kestul2,

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save
    HTH
    Regards, Jeff

+ 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