Fill bar

  • Thread starter Thread starter ab1041
  • Start date Start date
A

ab1041

I need to paste the following range: into consecutive cells:
=a1,=a4,=a7, =a10 down to about =a1230. When I use the fill handle
after about 3 cells, Excel doesn't seem to understand that I want the
cell reference sequence to increment by 3 each time. Is there a way to
make that happen?
 
Hi!

Try this:

=INDEX(A:A,((ROWS($1:1)-1)*3)+1)

Drag copy down as needed.

Biff
 

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

How to use cell reference? 9
fill 3
How to delete ALL cells containing the same data 1
grouping with vba 1
Fill Help 3
Cell 6
Using Fill to Increment Cell References 1
find blank cell and replace with " ' " 2

Back
Top