Simple VBA

  • Thread starter Thread starter Betty Csehi
  • Start date Start date
B

Betty Csehi

I have data in column H8 - H647. I want to copy what is in cell H8 to cell
L1. I then want to copy every 4th cell after that. So..... cell L1= H8,
L2=H12, L3=H16, etc.

I think this is a pretty simple task but I don't have a clue as to how to do
it. Can someone help?
 
Betty

Try this. In cell L1 type...

=OFFSET(L1,ROW(L1)*3+4,-4)

No just drag down as far as you need to go.

I think this ought to work. Let me know if it doesn't...

Regards


Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Formulas for Copying Down 3
Stumped bad, need help please! 10
Array of Labels 4
repeat without change 4
Variable Range 3
CONCATENATE code 2
trouble with text lookup ... help please 4
Collect value 3

Back
Top