I wish I could've ben more concise in my subject line, but alas here's my challenge.
I have a large work sheet with two blocks of data feeding off each other with many look ups and formulas.
I need to find a way to copy one cell (say P1) to another cell (Say A1) then do that very same thing 20 rows below the P1 and A1. This also has to be done multiple times. (Say 2,500 times)
i.e. Copy P1 > Paste to A1 > Copy P21 > Paste A21 > Copy P41 > Paste A41....So on and so forth.
Is there a macro, VBA Code or simply a technique out there that would help to keep me from ctrl+c > ctrl+p 2,500 times?
Thanks for the help!!
Andy
I have a large work sheet with two blocks of data feeding off each other with many look ups and formulas.
I need to find a way to copy one cell (say P1) to another cell (Say A1) then do that very same thing 20 rows below the P1 and A1. This also has to be done multiple times. (Say 2,500 times)
i.e. Copy P1 > Paste to A1 > Copy P21 > Paste A21 > Copy P41 > Paste A41....So on and so forth.
Is there a macro, VBA Code or simply a technique out there that would help to keep me from ctrl+c > ctrl+p 2,500 times?
Thanks for the help!!
Andy