Hi,
I've a small problem that IMO can be easily fixed with VBA.
I've 2 datacolumns: A & B
in Column A I have different data but only 1 "key" identifier that should trigger my transpose job.
Ie. When I find eg. "SIGE" in column A (eg. A24) I would like it to transpose all data from A24 untill A34 and all data from B24 untill B34 going after the transposed data of column A. So acutally a "11x2"-range should become a "1x22"-range. (on a new sheet?)
Then the macro should go down to the next occurence of "SIGE" in column A and "transpose" the same 11x2 underneath the previous 1x22-result.
I hope some wizard can help me a hand on this one?
-There is 1 additional hitch: Can it do this procedure only when it finds exactly "SIGE" and not "SIGE 1" or "Sige"?
Desperately crossing fingers for your help, Sige
I've a small problem that IMO can be easily fixed with VBA.
I've 2 datacolumns: A & B
in Column A I have different data but only 1 "key" identifier that should trigger my transpose job.
Ie. When I find eg. "SIGE" in column A (eg. A24) I would like it to transpose all data from A24 untill A34 and all data from B24 untill B34 going after the transposed data of column A. So acutally a "11x2"-range should become a "1x22"-range. (on a new sheet?)
Then the macro should go down to the next occurence of "SIGE" in column A and "transpose" the same 11x2 underneath the previous 1x22-result.
I hope some wizard can help me a hand on this one?
-There is 1 additional hitch: Can it do this procedure only when it finds exactly "SIGE" and not "SIGE 1" or "Sige"?
Desperately crossing fingers for your help, Sige