I think I need the ROW function here, but I can't seem to get it to work.
In sheet 2 I reference values in Sheet 1 and when I drag down the formula it performs as expected.
Row 1 =Sheet1!A1
Row 2 =Sheet1!A2
Row 3 =Sheet1!A3
Row 4 =Sheet1!A4
Row 5 =Sheet1!A5
Row 6 =Sheet1!A6
When I drag the formula down I want it to increment by different values maybe 2, 5, 7,50. In this case, I need it to increment by 12. So when I drag the formula down it should be as follows.
Row 1 =Sheet1!A1
Row 2 =Sheet1!A12
Row 3 =Sheet1!A24
Row 4 =Sheet1!A36
Row 5 =Sheet1!A48
Row 6 =Sheet1!A60
Seems to be a simple request, but I can't figure out how to do this.
In sheet 2 I reference values in Sheet 1 and when I drag down the formula it performs as expected.
Row 1 =Sheet1!A1
Row 2 =Sheet1!A2
Row 3 =Sheet1!A3
Row 4 =Sheet1!A4
Row 5 =Sheet1!A5
Row 6 =Sheet1!A6
When I drag the formula down I want it to increment by different values maybe 2, 5, 7,50. In this case, I need it to increment by 12. So when I drag the formula down it should be as follows.
Row 1 =Sheet1!A1
Row 2 =Sheet1!A12
Row 3 =Sheet1!A24
Row 4 =Sheet1!A36
Row 5 =Sheet1!A48
Row 6 =Sheet1!A60
Seems to be a simple request, but I can't figure out how to do this.