relative cell increments

bentura

New Member
Joined
Apr 10, 2002
Messages
2
I am trying to get a series of data points into one column, but each point that i want next to each other is 10 cells away from the previous. These ten cells are also full of data, thath i want to keep and arrange in a similar way. The crux of the problem seems to be that i can't change the increment for relative addresses from 1 to 10 i've tried formulae like A(1+10)but its not working.

ta

ben
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
On 2002-04-11 02:41, bentura wrote:
I am trying to get a series of data points into one column, but each point that i want next to each other is 10 cells away from the previous. These ten cells are also full of data, thath i want to keep and arrange in a similar way. The crux of the problem seems to be that i can't change the increment for relative addresses from 1 to 10 i've tried formulae like A(1+10)but its not working.

ta

ben

Hi Ben,
Since nobody answered I try my input on this:
If your data is in column A and the relevant points are in cells A1,A11,A21,A31...etc, then
1. Put "a1" in cell B1 and "a11" in cell B2.
2. Select B1:B2 and drag down to get in B3 "a21", in B4 "a31" and so on to the last desired cell.
3. Now put in cell C1 the formula = INDIRECT(B1) and copy it down. You'll get your points in column C continuously.
Regards,
Eli
This message was edited by eliW on 2002-04-11 04:36
 
Upvote 0

Forum statistics

Threads
1,214,872
Messages
6,122,026
Members
449,061
Latest member
TheRealJoaquin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top