Hi,
I have around 2-3K of line items and I would like to insert new rows after certain lines.
So, in my file I have data in column F - "Reference" and column G "Account type" . Taking both as my parameter i will have to insert a row in the next line.
For example, in first row, I have "TA908244/AB1" as reference and account type as "AP" , the second row has "TA908244/AB1" but the account type is "GL". So, here I will consider both the rows as one data and insert a new row in the third row. In this example there is only one "GL" row but other cases for one reference value there can be multiple "GL" rows
Overall the logic is that after each "Reference value" I will need to insert a row.
I have attached sample file for reference. Tab 1 is the raw data and tab 2 has the format in which I want the output.
Sample.xlsx
Please let me know if there is anyway to do this. Thanks in advance.
Bookmarks