+ Reply to Thread
Results 1 to 11 of 11

how to change value table in column to row (transpose)

  1. #1
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    how to change value table in column to row (transpose)

    Hi,
    I am confused with a formula similar to copy and paste (transpose) that change the position of the data from the column into a row
    is there a formula that can do it

    regads
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    02-04-2014
    Location
    NSW, Australia
    MS-Off Ver
    Excel 2010
    Posts
    136

    Re: how to change value table in column to row (transpose)

    If the data is always in the same place you could always use =B1

    or

    Create a macro and assign it to a button...

  3. #3
    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,048

    Re: how to change value table in column to row (transpose)

    Icartwright, Im not sure I understand how =B1 is going to do this for the OP - and still return the data in the format they require?

    If having that gap/repeat in I3:L3 is not important, try this instead

    I
    J
    K
    L
    6
    1
    2
    3
    7
    a
    100
    200
    100
    8
    b
    50
    25

    J7=IFERROR(INDEX($D$2:$D$6,MATCH(J$6&$I7,INDEX($B$2:$B$6&$C$2:$C$6,0),0)),"")
    copied down and across
    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

  4. #4
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    Re: how to change value table in column to row (transpose)

    hi Icarwright,
    I want excel formula to used, may be similar to the "index" or something like that.
    with consideration macros heavier than excel formula
    data source is dynamic

    anyway thanks,

  5. #5
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    Re: how to change value table in column to row (transpose)

    Hello FDibbins,
    in I3:L3 is not repeat value there also transpose value from B2:B6 based on C .
    Now I am still trying to formula you suggest

    thanks

  6. #6
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    Re: how to change value table in column to row (transpose)

    for more details, I attach the second table,

    thanks
    Attached Files Attached Files

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

    Re: how to change value table in column to row (transpose)

    Did you even try my suggestion yet?

  8. #8
    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,048

    Re: how to change value table in column to row (transpose)

    Q
    R
    S
    T
    U
    1
    1
    2
    3
    4
    2
    a
    100
    200
    100
    3
    1
    2
    4
    b
    50
    25

    changed the formula to...
    =IFERROR(INDEX($D$2:$D$6,MATCH(R$1&Q4,INDEX($B$2:$B$6&$C$2:$C$6,0),0)),"")

  9. #9
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    Re: how to change value table in column to row (transpose)

    hi FDibbins,
    I've tried both and it did not work, produce ""

  10. #10
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    Re: how to change value table in column to row (transpose)

    any time the data will change like this (attachment)
    Attached Files Attached Files

  11. #11
    Forum Contributor
    Join Date
    02-04-2014
    Location
    NSW, Australia
    MS-Off Ver
    Excel 2010
    Posts
    136

    Re: how to change value table in column to row (transpose)


+ 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. Transpose column & line of table automatically via VBA
    By BenChek78 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-21-2015, 07:37 AM
  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. transpose column in to table format
    By rojy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-17-2012, 03:39 AM
  4. how to transpose row data into column wise into new table in access
    By alpeshkpatel in forum Access Programming / VBA / Macros
    Replies: 1
    Last Post: 10-13-2012, 09:03 AM
  5. Transpose Column B at Change in Column A
    By Scottmk in forum Excel General
    Replies: 1
    Last Post: 10-28-2009, 01:39 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