A
Alpay
My problem is as follows.
Sheet1
Contains at regular row numbers with same column number
values which I want to reference. e.g.
A B
1 12 *
2 * *
3 * *
4 23 *
5 * *
6 * *
7 45 *
* denotes values which I'm not interested in.
Sheet2
Contains a summary of each nth row. e.g. for the above
example it would contain the values of A1, A4, A7, in
other words A(1+3i) with i=0..n
A
1 12
2 23
3 45
Now what I would like to do is in Sheet2, in cell A1
define that it is equal to 'Sheet1'A1 and in cell A2
define that it is equal to the reference in A1 of Sheet2
plus 3 rows. Similarly cell A3 in Sheet2 would say that it
is equal to the reference in A2 of Sheet2 plus 3 rows.
Anyone if this is possible with Worksheet Functions or do
I need to write a VB script?
Kind Regards
Alpay
Sheet1
Contains at regular row numbers with same column number
values which I want to reference. e.g.
A B
1 12 *
2 * *
3 * *
4 23 *
5 * *
6 * *
7 45 *
* denotes values which I'm not interested in.
Sheet2
Contains a summary of each nth row. e.g. for the above
example it would contain the values of A1, A4, A7, in
other words A(1+3i) with i=0..n
A
1 12
2 23
3 45
Now what I would like to do is in Sheet2, in cell A1
define that it is equal to 'Sheet1'A1 and in cell A2
define that it is equal to the reference in A1 of Sheet2
plus 3 rows. Similarly cell A3 in Sheet2 would say that it
is equal to the reference in A2 of Sheet2 plus 3 rows.
Anyone if this is possible with Worksheet Functions or do
I need to write a VB script?
Kind Regards
Alpay