Forum Discussion
KamilaG
May 26, 2022Copper Contributor
Excel - how to drag formulas to the right ( cell reference issue)
Good morning,
Can you please help with this issue?
I need to copy formulas placed in column B and C to the right. Both formulas are linked to another works-sheet. When I select both formulas and drag it to the right it updated the cell reference incorrectly ( it jumps from K39 to M 39 and from C6 to F6 and I want it as a example below (from K39 to K39 and c 6 to E6 and ( in alphabetical order /+1 increment)
Is there a shortcut do it or a formula?
I have also tried to select the cells individually with a "Command"button ( I am using iMac) and drag it but it does not work either
You help would be much appreciated it!
Thank you
| |||||
Name | Days | Value $ | Days | Value $ | |
John Smith | Plan!K39*Plan!$K$22 | $C$6*D6 | Plan!L39*Plan!$L$22 | $C$6*E6 | |
Mark Green | Plan!K40*Plan!$K$22 | $C$7*D7 | Plan!L40*Plan!$L$22 | $C$7*E7 | |
- mtarlerSilver ContributorSo here is a trick you can use. When you copy or fill a formula it will change the relative references BUT when you cut and paste a formula it will keep the references the same. So:
1. COPY B&C to something to the right like F&G
2. CUT F&G and PASTE to G&H
3. COPY G&H and PASTE to D&E
4. DELETE G&H- KamilaGCopper ContributorI need to drag the two formulas place in column B and C to the right (24 columns in total) for each row and I have lots of rows
Is there any other way to do it?