ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Increase Cell reference by 1 for every step (https://www.excelbanter.com/excel-discussion-misc-queries/230653-increase-cell-reference-1-every-step.html)

akoobra

Increase Cell reference by 1 for every step
 
hi all

I have a series of numbers in column A2-A4240 and I need every second cell to appear in another table
but I need it linked so that when the originals update so does the other table, however I haven't found
a way to get every 2nd cell referenced, I put A2 and then A4 in the new table and copy it down but it
jumps to A2 A4 A4 A6 A6

Is there any other way as I don't want to manually type them all in.

Richard

Sheeloo

Increase Cell reference by 1 for every step
 
One way is to enter this in any column in Row 1
=INDIRECT("A"&ROW()*2)
and copy down

"akoobra" wrote:

hi all

I have a series of numbers in column A2-A4240 and I need every second cell to appear in another table
but I need it linked so that when the originals update so does the other table, however I haven't found
a way to get every 2nd cell referenced, I put A2 and then A4 in the new table and copy it down but it
jumps to A2 A4 A4 A6 A6

Is there any other way as I don't want to manually type them all in.

Richard


T. Valko

Increase Cell reference by 1 for every step
 
Assume you want the results to appear starting in cell C2.

Enter this formula in C2 and copy down as needed:

=INDEX(A$2:A$4240,ROWS(C$2:C2)*2-1)

--
Biff
Microsoft Excel MVP


"akoobra" <akoobra@hotmail wrote in message
...
hi all

I have a series of numbers in column A2-A4240 and I need every second cell
to appear in another table
but I need it linked so that when the originals update so does the other
table, however I haven't found
a way to get every 2nd cell referenced, I put A2 and then A4 in the new
table and copy it down but it
jumps to A2 A4 A4 A6 A6

Is there any other way as I don't want to manually type them all in.

Richard




Lori

Increase Cell reference by 1 for every step
 
To create linked cells you could:
1. Enter the first two cell references preceded by "=:
"=A2
"=A4
2, Select these two and drag down to fill the range .
3. Select the column and choose DataText to ColumnsFinish


"akoobra" wrote:

hi all

I have a series of numbers in column A2-A4240 and I need every second cell to appear in another table
but I need it linked so that when the originals update so does the other table, however I haven't found
a way to get every 2nd cell referenced, I put A2 and then A4 in the new table and copy it down but it
jumps to A2 A4 A4 A6 A6

Is there any other way as I don't want to manually type them all in.

Richard



All times are GMT +1. The time now is 11:49 AM.

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