Hello,
Kind of new to macros.
My problem: I have a long list of data (say 14000 rows with data from A:E). There are 20 sites reporting data for 700 measures. (For whatever reason the data is sent to me in list format). I am not sure of the best way to proceed but I am thinking that a VB macro could quickly solve my issue
I am in need of a macro that will transpose the data so that all data for each site is on one row. Ideally, this macro would:
1) Prompt me to enter the number of sites (N) (this number varies from report to report)
2) Copy every N number of rows and paste in the next available column. (For example, copy rows A21:E40 and paste in F1:J20 then copy rows A41:E60 and past in K1:P20..and so on an so forth).
You help with this is much appreciated. Thanks
David
Kind of new to macros.
My problem: I have a long list of data (say 14000 rows with data from A:E). There are 20 sites reporting data for 700 measures. (For whatever reason the data is sent to me in list format). I am not sure of the best way to proceed but I am thinking that a VB macro could quickly solve my issue
I am in need of a macro that will transpose the data so that all data for each site is on one row. Ideally, this macro would:
1) Prompt me to enter the number of sites (N) (this number varies from report to report)
2) Copy every N number of rows and paste in the next available column. (For example, copy rows A21:E40 and paste in F1:J20 then copy rows A41:E60 and past in K1:P20..and so on an so forth).
You help with this is much appreciated. Thanks
David