+ Reply to Thread
Results 1 to 4 of 4

How do I transpose one row into three columns?

  1. #1
    Registered User
    Join Date
    09-05-2009
    Location
    Austin, TX
    MS-Off Ver
    Excel 2011 mac
    Posts
    3

    How do I transpose one row into three columns?

    Using Excel for Mac 2011

    I have one row of data I want to transpose into three columns by taking the row and splitting it after each third cell.

    The data looks like this:

    [first name][last name][Country][first name][last name][Country][first name][last name][Country][first name][last name][Country]... I have over 1200 cells.

    I want it to change it to look like this:
    [first name][last name][Country]
    [first name][last name][Country]
    [first name][last name][Country]
    [first name][last name][Country]...

    It seems like this should be easy. Oh, and there is no merge section in the layout tab

    Thanks in advance.

  2. #2
    Forum Contributor
    Join Date
    12-15-2019
    Location
    Not here
    MS-Off Ver
    2010
    Posts
    257

    Re: How do I transpose one row into three columns?

    Look at the Data tab. There is a feature Text to Columns which should do the trick.

    Good luck

    PS If you still have trouble perhaps attaching a file would help.

  3. #3
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: How do I transpose one row into three columns?

    Assuming your data is in row 1 and starts in cell A1.
    Then in A2 use this formula

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


    Drag this formula across to C2, and then down until it gives you zeros.
    <----- If you are happy with your solution please click on the "* Add Reputation" as a way to say thank you.

  4. #4
    Registered User
    Join Date
    10-22-2019
    Location
    Qatar
    MS-Off Ver
    2013
    Posts
    58

    Re: How do I transpose one row into three columns?

    Use Crazyeddie method,

    I'll give you a small explanation about his idea.

    For that
    1. You have to replace "][" to "-"
    2. Select that column --> Data tab --> Text to Columns --> Delimited --> Next --> Check Other and put "-" --> Finish.

    3. Now you have all data in one row but lot of columns.
    4. Copy all data and paste in another sheet using special paste columns to row.(Transpose)
    5. Now you have all data in one column but lot of rows.
    6. Use this formula in every "first name" row
    Please Login or Register  to view this content.
    (B1,B4,B7....)

    Note: If you have any problem to put this formula in every "first name" row, let us know.

    7. Then again use the same steps 1 & 2

    I hope you Understood the concept.

+ 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] Macro to transpose rows into columns and paste to specific columns in another sheet
    By LDLDLD in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-05-2019, 11:08 AM
  2. Transpose Columns into Rows based on Unique Identifier for n columns
    By bhavt010785 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-01-2017, 11:55 AM
  3. Replies: 8
    Last Post: 02-03-2015, 03:42 PM
  4. Replies: 4
    Last Post: 01-26-2015, 03:08 PM
  5. [SOLVED] Macros to transpose from multiple columns to selected columns and maintaining cell format
    By rrajnish in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-09-2013, 01:45 PM
  6. [SOLVED] Transpose 2 Columns into Multiple Columns per Range of Cells
    By ub3rm0nk3y in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-31-2013, 02:30 PM
  7. MAcro to - copy, transpose, text to columns, remove column A, combine all columns in 1
    By galvinpaddy in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 02-07-2013, 08:48 AM

Tags for this Thread

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