Forum Discussion
barneys
May 14, 2020Copper Contributor
Automation of process to transpose & concatenate data from one spreadsheet to another
I am trying to automate a transposing and concatenating process. I can do this manually but it is taking me hours. If any one can help with a formula/macro (or whatever is appropriate) I would be mo...
Riny_van_Eekelen
May 14, 2020Platinum Contributor
barneys See if the attached solution works for you. It uses some of the new dynamic array functions (UNIQUE, TRANSPOSE and FILTER). I imported the CSV file first, then added two helper columns to create the SKU number and to determine where the next SKU starts. The third sheet brings it all together, and works as a one time solution. If you intend to do this on a regular basis, you may want to explore Power Query.
I hope you can use it. If not, kindly ignore this post.
- barneysMay 15, 2020Copper Contributor
Riny_van_Eekelen thank you for your solution. I am going to see if I can replicate now on some more data.