ThomasRoes
New Member
- Joined
- Jun 18, 2015
- Messages
- 1
Take a simple example:
A1 = 5
B1 = 5
C1 = '=A1 + B1
As soon as I cut A2, and paste it over A1, my function in C1 breaks. It become's =#ref + B1
I can solve this by using INDIRECT or INDEX.
But these functions have 2 major drawback's:
1) I can't copy - paste these functions from C1 to C2, and have them ajust to =indirect("A2")+indirect("B2")
2) If I have a big spreadsheet, that is finished as far as the functions are concerned, and only need's data entry, and someone didn't use the indirect or index trick's, I have a lot of rebuilding to do, specially because of point 1.
So what I am really looking for, is a trick to disable (per sheet or workbook) the feature of excel automaticly ajusting formula's when source cell's are cut and paste.
Thomas Roes
A1 = 5
B1 = 5
C1 = '=A1 + B1
As soon as I cut A2, and paste it over A1, my function in C1 breaks. It become's =#ref + B1
I can solve this by using INDIRECT or INDEX.
But these functions have 2 major drawback's:
1) I can't copy - paste these functions from C1 to C2, and have them ajust to =indirect("A2")+indirect("B2")
2) If I have a big spreadsheet, that is finished as far as the functions are concerned, and only need's data entry, and someone didn't use the indirect or index trick's, I have a lot of rebuilding to do, specially because of point 1.
So what I am really looking for, is a trick to disable (per sheet or workbook) the feature of excel automaticly ajusting formula's when source cell's are cut and paste.
Thomas Roes