I have a spreadsheet with 14 columns. Twelve of the columns contain categories of data that correspond to the entries in the other two columns. I need to change the list so that each item in each category occupies its own row, as follows:
Eg.
From this:
col1-----col2-----category1-----category2-----category3-----etc...
aaa------bbb-------------------------$55
ccc------ddd------$44---------------------------------$66
To this:
col1------col2------category------amount
aaa-------bbb------2-----------------$55
ccc-------ddd------1-----------------$44
ccc-------ddd------3-----------------$66
I know how to do this manually, but it needs to be done frequently on many different sheets. So, I need a way to do it automatically.
Many thanks for your help
Eg.
From this:
col1-----col2-----category1-----category2-----category3-----etc...
aaa------bbb-------------------------$55
ccc------ddd------$44---------------------------------$66
To this:
col1------col2------category------amount
aaa-------bbb------2-----------------$55
ccc-------ddd------1-----------------$44
ccc-------ddd------3-----------------$66
I know how to do this manually, but it needs to be done frequently on many different sheets. So, I need a way to do it automatically.
Many thanks for your help