I have a spread sheet like such
______________
| 0 | 1 | 2 | 3 | 4 | 5 |
|....|....|....|....|....|......|
|....|....|....|....|.50|.....|
|....|A..|....|....|....|......|
|....|B..|....|....|....|......|
|....|C..|....|....|....|......|
|....|D..|....|....|....|......|
|....|etc|....|....|....|......|
I want to be able to scroll down and have a,b,c,d equal to 50 * A1 (which is 0), 50 * A2 (which is 1*50),etc.
how can I go about doing that?
______________
| 0 | 1 | 2 | 3 | 4 | 5 |
|....|....|....|....|....|......|
|....|....|....|....|.50|.....|
|....|A..|....|....|....|......|
|....|B..|....|....|....|......|
|....|C..|....|....|....|......|
|....|D..|....|....|....|......|
|....|etc|....|....|....|......|
I want to be able to scroll down and have a,b,c,d equal to 50 * A1 (which is 0), 50 * A2 (which is 1*50),etc.
how can I go about doing that?