Advanced excel fill handle Question

P

Pete G

In cells a1 is 1
in cell a2 is
in cella3 is 3

etc..

How do you set up a fill in say column B such that when you use fill handle
or equivalent b1 becomes equal to a1

but b2 becomes b3,

b3 becomes b 5


the filling process to avoid every other line ..

regards

Pete G
 
J

JBeaucaire

Ok, this is always fun, using the INDIRECT formula. But I have to warn you,
if you let this list go on too long your sheet may start to slow down.

Anyway, the formula in B1 is:
=A1

The formula in B2 is:
=INDIRECT("A"&ROW()*2-1)

Copy that formula down and it will collect the value from every other row in
column A.
 

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

Top