Annelies
Programmer
- Nov 25, 2001
- 72
Hi
I have a formula that I want to copy to non-adjacent cells, however I want the references in that formula to stay concurrent.
For example, I want:
A1: =Sheet1!A1
A3: =Sheet1!A2
A5: =Sheet1!A3
But if I do a standard copy and paste of the formula I get
A1: =Sheet1!A1
A3: =Sheet1!A3
A5: =Sheet1!A5
I am going to need to copy this down quite a few rows, so would rather not reset every cell reference manually.
Can anyone help?
Thanks
Annelies
I have a formula that I want to copy to non-adjacent cells, however I want the references in that formula to stay concurrent.
For example, I want:
A1: =Sheet1!A1
A3: =Sheet1!A2
A5: =Sheet1!A3
But if I do a standard copy and paste of the formula I get
A1: =Sheet1!A1
A3: =Sheet1!A3
A5: =Sheet1!A5
I am going to need to copy this down quite a few rows, so would rather not reset every cell reference manually.
Can anyone help?
Thanks
Annelies