Hello,
I'm stumped over something I'm sure is easy. I have 2 separate workbooks, and cell A1 in workbook A currently references the value in A5 in workbook B. Sometimes rows in workbook B get added or deleted, which changes the data. For example, if "apples" are in workbook B in A5, and a row gets added above it, then "apples" will move to A6. What happens then is the formula in A1 in workbook A automatically changes to A6 in workbook B. I need it to continue to reference A5 in workbook B and not "follow the apples".
The formula I've used in A1 in workbook A is: ='[Workbook_B_FileName.xlsx]Tab_Name'!$A$5"
I've tried it absolute, relative, and mixed references and get the same result each time. When adding or removing rows, A5 changes to A6 or A4 (following the apple). I need it to always refer to A5 regardless of what happens to the referenced cell data.
Again, I'm sure it's super easy/basic, but I'm drawing a blank. Any help would be greatly appreciated!!
I'm stumped over something I'm sure is easy. I have 2 separate workbooks, and cell A1 in workbook A currently references the value in A5 in workbook B. Sometimes rows in workbook B get added or deleted, which changes the data. For example, if "apples" are in workbook B in A5, and a row gets added above it, then "apples" will move to A6. What happens then is the formula in A1 in workbook A automatically changes to A6 in workbook B. I need it to continue to reference A5 in workbook B and not "follow the apples".
The formula I've used in A1 in workbook A is: ='[Workbook_B_FileName.xlsx]Tab_Name'!$A$5"
I've tried it absolute, relative, and mixed references and get the same result each time. When adding or removing rows, A5 changes to A6 or A4 (following the apple). I need it to always refer to A5 regardless of what happens to the referenced cell data.
Again, I'm sure it's super easy/basic, but I'm drawing a blank. Any help would be greatly appreciated!!