+ Reply to Thread
Results 1 to 7 of 7

Transpose Help

  1. #1
    Registered User
    Join Date
    11-11-2015
    Location
    North Carolina, USA
    MS-Off Ver
    2013
    Posts
    92

    Transpose Help

    Please help transpose this data. I want to have column B be horizantial so that if an Item in column A occurs multiple times it then only represents one row with the items in Column B transposed horizontally.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,051

    Re: Transpose Help

    Maybe like this?
    E
    F
    G
    H
    I
    J
    K
    L
    1
    AA320 AA325 AA330 AA335 AA345 AA350 AL322-FRE
    2
    FEUSA320 FEUSA325 FEUSA330 FEUSA335 FEUSA345 FEUSA350 AL322FRE

    E1=IFERROR(INDEX($A$2:$A$12,MATCH(0,INDEX(COUNTIF($D$1:D1,$A$2:$A$12),),0)),"")
    E2=IFERROR(INDEX($B:$B,MATCH(E$1,$A:$A,0)),"")
    both copied across as needed
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    11-11-2015
    Location
    North Carolina, USA
    MS-Off Ver
    2013
    Posts
    92

    Re: Transpose Help

    my apologies...this is how I wanted the final output to look:

    Base Alt Index
    AA320 FEUSA320
    AA325 FEUSA325
    AA330 FEUSA330
    AA335 FEUSA335
    AA345 FEUSA345
    AA350 FEUSA350 AR130 AH545HUY
    AL322-FRE AL322FRE AL322FRE12 AL322FR88

  4. #4
    Registered User
    Join Date
    11-11-2015
    Location
    North Carolina, USA
    MS-Off Ver
    2013
    Posts
    92

    Re: Transpose Help


  5. #5
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,835

    Re: Transpose Help

    Try
    Please Login or Register  to view this content.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    11-11-2015
    Location
    North Carolina, USA
    MS-Off Ver
    2013
    Posts
    92

    Re: Transpose Help

    thank you sir....I will give it a shot tonight and see how it goes.

  7. #7
    Registered User
    Join Date
    11-11-2015
    Location
    North Carolina, USA
    MS-Off Ver
    2013
    Posts
    92

    Re: Transpose Help

    solved. thank 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. [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] Excel 2007 : Cut\transpose vs. copy\transpose
    By sarahaley in forum Excel General
    Replies: 3
    Last Post: 05-09-2012, 05:45 PM
  4. [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
  5. Replies: 2
    Last Post: 02-19-2007, 04:53 PM
  6. [SOLVED] Transpose-Transpose I am trying to do the following with no luck. Please Help!!!!! E
    By kadium in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-29-2005, 07:50 PM
  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