Andy booth
New Member
- Joined
- Feb 12, 2013
- Messages
- 7
Hi,
I have generated a row of calculated data and from that I want to split the data out into two other rows.
Calculated data is displayed:
aaa bbb cccc date figure 1 figure 2 xxxx yyyy
I want to split it out like this
aaa cccc date figure 1 xxxx
bbb cccc date figure 2 yyyy
This will happen multiple times as there could be up to 30 rows of original calculated data, which will end up extracted to 60 rows.
Is there a possible macro that can do this? I have tried building a macro for this and I can loop it down so it picks up the calculated data and extracts the first row needed, however, I cant get it to extract the second row successfully as the range changes as the loop proceeds.
Can anyone assist me with this?
Thanks
Andy
I have generated a row of calculated data and from that I want to split the data out into two other rows.
Calculated data is displayed:
aaa bbb cccc date figure 1 figure 2 xxxx yyyy
I want to split it out like this
aaa cccc date figure 1 xxxx
bbb cccc date figure 2 yyyy
This will happen multiple times as there could be up to 30 rows of original calculated data, which will end up extracted to 60 rows.
Is there a possible macro that can do this? I have tried building a macro for this and I can loop it down so it picks up the calculated data and extracts the first row needed, however, I cant get it to extract the second row successfully as the range changes as the loop proceeds.
Can anyone assist me with this?
Thanks
Andy
Last edited: