I want to accomplish this in either Excel or Access. I need to find the most efficient way to do this otherwise my users will not consistently do it. Ultimately, I would want it to be in the final form in order to make queries off of in Access, but I listed Excel as an option because I can always import into Access from a spreadsheet.
In a nutshell, I want to transpose every column except for the first 2 columns. Then, I want to assign each transposed row the original corresponding item
and description
.
The method I used was copying and special pasting the 3rd, 4th, and 5th rows using the transpose paste in Excel, then manually copying each item and description to the corresponding rows, but this isn't feasible for the nearly 400 rows and 50 columns that my users will be working with.
I have experience with Access/VB for Access, Excel (but no VB experience here), and SQL. I want to find the fastest way to do this. I don't mind building query upon query or going in on some VB code, I just really want this to work.