hello everyone, I'm new to this site and without learning much of IT (never took a class), I've learned and installed macros using the web which has been hugely beneficial to my job.
Attached is a spreadsheet I derived from a website (zoominfo). I printed the list of contacts out, ctr-c, ctr-p in excel 2003. I need to upload this spreadsheet into a different CRM online program that only reads excel columns as categories for the contacts.
I know how to use the paste special/transpose fxn, however, i have >16,000 data contacts and cannot possible think I could get through it all by transposing them manually.
Is there a transpose macro which would transpose every 4thline down on column A into respective columns?
HOW IT IS…
A
A1
A2
A3
B
B1
B2
B3
C
C1
C2
C3
HOW I NEED IT TO LOOK
A A1 A2 A3
B B1 B2 B3
C C1 C2 C3
IE: I need to transpose ROWS A1,A2,A3,A4 TO A2->B1, A3->C1, A4->D1...A5->A2, A6->B2, A7->C2, A7->D2, ECT.
Transpose example.xlsTranspose example.xls
Attached you'll find a spreadsheet of how the list now looks and how I need it to be transposed (in bold).
Like I said, I've made a VB macro in outlook, but I followed certain steps listed on the website in it's construction along with the coding. If anyone knows the coding for this and could give me general steps on how to create a VBA project feature in how to do this type of transpose, let me know!
Any help on this would be great.![]()
Bookmarks