+ Reply to Thread
Results 1 to 7 of 7

Transpose... kind of...

  1. #1
    Registered User
    Join Date
    11-08-2007
    Posts
    6

    Transpose... kind of...

    Probably simple...
    I have an excel file that is a list of records, one after the other
    Value | Data
    Name | Joe
    Phone | 123456
    Name | Tom
    Phone | 456789

    (8000 pairs)

    how to I change this to
    Name|Phone
    Joe |123456
    Tom | 456789
    Last edited by everseeker; 11-20-2015 at 01:16 PM. Reason: Add subscription = yes

  2. #2
    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,662

    Re: Transpose... kind of...

    =IFERROR(IF(COLUMNS($A:A)<=2,INDEX($B$2:$B$21,COLUMNS($A:A)+(ROWS($1:1)-1)*2),""),"")

    copy across two columns (in total) and down as far as needed.
    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

  3. #3
    Registered User
    Join Date
    11-08-2007
    Posts
    6

    Re: Transpose... kind of...

    Not quite. Here's the output of that attempt
    2015-11-20_12-21-43.jpg

  4. #4
    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,662

    Re: Transpose... kind of...

    My formula did work with the sample that you posted originally. I am now totally confused. Rather than pictures of excel sheets, or unformatted text (where it's impossible to tell what is in what cell) - please post an excel sheet!!.

    However, is it as simple as


    =IFERROR(IF(COLUMNS($A:A)<=2,INDEX($c$2:$c$21,COLUMNS($A:A)+(ROWS($1:1)-1)*2),""),"")

    this might be it - as there was no indication from your original post where your data actually started....
    Last edited by Glenn Kennedy; 11-20-2015 at 02:12 PM.

  5. #5
    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,662

    Re: Transpose... kind of...

    ... and when you post your Excel sheet, please show your expected results...
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    11-08-2007
    Posts
    6

    Re: Transpose... kind of...

    example.xlsxHere is a snip of my data (Result desired to the right)

  7. #7
    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,662

    Re: Transpose... kind of...

    Rather different from your original!!! Anyhow, this formula in E2, drag across and down.

    =IFERROR(IF(COLUMNS($A:A)<=11,INDEX($A$2:$A$50,COLUMNS($A:A)+(ROWS($1:1)-1)*11),""),"")

    Adjust the 50 to suit your data. Copy aross and down as far as needed. See sheet.
    Attached Files Attached Files

+ 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] Use the TRANSPOSE() function to transpose a range as an input to the UDF
    By alice2011 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-09-2015, 09:35 PM
  2. transpose column to a range calculate and transpose to new table loop
    By moshro1 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-02-2015, 10:52 AM
  3. [SOLVED] Transpose: How can I copy a list and transpose it but leaving 3 cells in between each item
    By cocolete in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-11-2012, 10:01 AM
  4. some kind of transpose...
    By pomolo in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-01-2008, 09:46 AM
  5. Replies: 2
    Last Post: 02-19-2007, 04:53 PM
  6. [SOLVED] Copy / Paste - Kind of Transpose
    By Carl Jarvis in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 10-11-2005, 12:05 AM
  7. I WANT TO TRANSPOSE LINKS, AS WE TRANSPOSE VALUES
    By Umair Aslam in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-22-2005, 09:05 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