+ Reply to Thread
Results 1 to 5 of 5

Transpose with an addition of row inserting

  1. #1
    Registered User
    Join Date
    05-02-2013
    Location
    jakarta
    MS-Off Ver
    Excel 2007
    Posts
    6

    Transpose with an addition of row inserting

    hi All,

    i am humbly asking a help from experts and gurus in here about a problem im facing. I know theres been a lot of "transpose" thread out there, but due to my lack knowledge for macros and VBs, i am unable to custom nor change the solutions according to my need.

    It seem to be an easy problem to be fixed with a bit copy&paste, but i am currently dealing with a huge number of datas.
    A quick note, the series amount of batch&quantity in one "product" row will be expanded to a lot more. But still, i am looking to find a way so the "product" part can be pair out with each batch&quantity series from the same row.

    well without further ado, here we go

    thanx All!!
    Attached Files Attached Files
    Last edited by sickcat; 04-28-2016 at 02:37 PM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,733

    Re: Transpose with an addition of row inserting

    Set up your table in columns G, H and I of the Problem sheet, with headers in row 1, then you can use these formulae in the cells stated:

    G2: =IFERROR(INDEX(Table1[produk],INT((ROWS($1:1)-1)/2)+1),"")

    H2: =IFERROR(VLOOKUP(G2,Table1,(MOD(ROWS($1:1)-1,2))*2+2,0),"")

    I2: =IFERROR(VLOOKUP(G2,Table1,(MOD(ROWS($1:1)-1,2))*2+3,0),"")

    Copy these down as far as you need them.

    Hope this helps.

    Pete

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Transpose with an addition of row inserting

    Hi stickcat,

    See if this macro works like you expect.

    Please Login or Register  to view this content.
    DE to BC Repeat A.xlsm
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  4. #4
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Transpose with an addition of row inserting

    Another one!
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    05-02-2013
    Location
    jakarta
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Transpose with an addition of row inserting

    wow you guys are all awesome!

    many thanks!!!

    i will check them out tomorrow!

+ 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. Need help (again) formatting a chart. (Inserting addition information)
    By Smudge.Smith in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 10-29-2013, 10:02 AM
  4. Replies: 4
    Last Post: 09-24-2013, 06:57 AM
  5. [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
  6. Replies: 2
    Last Post: 02-19-2007, 04:53 PM
  7. [SOLVED] 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