I am working in a multi sheet workbook. I have a "master" table created on one sheet with subsequent sheets referencing the "master" using a formula series along the lines of 'Sheet1'!A5='Master!'A5
If I insert a row, above A5 in the 'master' sheet, the formula series in 'Sheet1' automatically increments the references for ever formula in the series for a5 and below so that is now reads: 'Sheet1'!A5='Master!'A6
I would like to avoid this. No matter what, I would like 'Sheet1'!A5='Master!'A5 to always appear no matter how many rows I insert above
'Master!'A5. I also have a similar Formula series in another sheet: 'Sheet2'!A5='Master!'A105; 'Sheet3'!A5='Master!'A205; and so on.
Is there a way to prevent the formula series from incrementing automatically? Using $A$5 would not be practical as there are so many cells.
Thank you for any help.
If I insert a row, above A5 in the 'master' sheet, the formula series in 'Sheet1' automatically increments the references for ever formula in the series for a5 and below so that is now reads: 'Sheet1'!A5='Master!'A6
I would like to avoid this. No matter what, I would like 'Sheet1'!A5='Master!'A5 to always appear no matter how many rows I insert above
'Master!'A5. I also have a similar Formula series in another sheet: 'Sheet2'!A5='Master!'A105; 'Sheet3'!A5='Master!'A205; and so on.
Is there a way to prevent the formula series from incrementing automatically? Using $A$5 would not be practical as there are so many cells.
Thank you for any help.