+ Reply to Thread
Results 1 to 3 of 3

Columns into rows from excel to word

  1. #1
    Registered User
    Join Date
    07-17-2019
    Location
    Malaysia
    MS-Off Ver
    Win 10
    Posts
    1

    Columns into rows from excel to word

    Hello helpers,

    I'm trying to convert a column of information into row to word via excel. Example as below

    in Excel

    Name1 DOB1 Address1 Title1
    Name2 DOB2 Address2 Title2

    in Word in should look like

    Name1,
    DOB1,
    Address1,
    Title1

    Name2,
    DOB2,
    Address2,
    Title2


    I tried transpose function in excel itself, but it turned out hideous. Any help would be appreciated

  2. #2
    Valued Forum Contributor Sadath31's Avatar
    Join Date
    03-02-2011
    Location
    Dammam, Saudi Arabia
    MS-Off Ver
    Office 365
    Posts
    452

    Re: Columns into rows from excel to word

    Hi

    try this =TEXTJOIN(CHAR(10),TRUE,A3:D3) where A3:D3 is your data

    this will fit the 4 cells text into one cell (dont forget to format the cell of 'wrap text' )
    or if you want comma at the end use use this CSE formula =TEXTJOIN(CHAR(10),TRUE,A3:D3&",")

    then copy the result & paste in word, is this useful ?

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,260

    Re: Columns into rows from excel to word

    An Excel sheet is always preferable to in-thread layouts.

    Please amend your profile to show the Excel version you are using.

    Maybe this, copied down:

    =TEXT(INDEX($A$2:$E$4,INT((ROWS($1:1)-1)/5)+1,MOD((ROWS($1:1)-1),5)+1)&"","dd/mm/yyyy")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

+ 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. Macro to Import Column/Rows from Word Table to Excel Columns
    By atom2 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-08-2014, 01:57 AM
  2. Macro to transpose rows to columns and copy to Word
    By usb501 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-28-2013, 03:53 AM
  3. Replies: 2
    Last Post: 12-31-2012, 06:44 PM
  4. Word to excel - paste multiple rows into single columns
    By rxsuresh in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-31-2011, 05:57 PM
  5. Importing Word text into rows and columns
    By Pualy in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 10-10-2008, 06:14 AM
  6. Swop rows for columns Excel or Word
    By Click in forum Excel General
    Replies: 2
    Last Post: 05-14-2006, 01:30 PM
  7. [SOLVED] How do I filter columns and rows for a certain word in Excel?
    By Sebastian in forum Excel General
    Replies: 1
    Last Post: 12-01-2005, 12:15 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