Refresher on for Next Loops

J

jlclyde

I have a column of data. Most of the cells are blank, but the ones
that are not I would like to Offset(2,2) and paste the formula from
Q4. I would like to do this a bunch of times and was thinking for
next and loop it. If there is an easier way I woudl be all ears.

Thanks,
jay
 
J

jlclyde

I have a column of data.  Most of the cells are blank, but the ones
that are not I would like to Offset(2,2) and paste the formula from
Q4.  I would like to do this a bunch of times and was thinking for
next and loop it.  If there is an easier way I woudl be all ears.

Thanks,
jay

I ahve figured out my loops. It took me a while, but I got there.
Jay
 
Top