ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Advanced excel fill handle Question (https://www.excelbanter.com/excel-discussion-misc-queries/216274-advanced-excel-fill-handle-question.html)

Pete G[_2_]

Advanced excel fill handle Question
 
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

Mike H

Advanced excel fill handle Question
 
You could start by looking at the answer in your post of 17 minutes ago

"Pete G" wrote:

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


JBeaucaire[_85_]

Advanced excel fill handle Question
 
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.


--
"Actually, I AM a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"Pete G" wrote:

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



All times are GMT +1. The time now is 10:58 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com