chrono2483
Board Regular
- Joined
- Aug 23, 2014
- Messages
- 164
- Office Version
- 2016
Hello Everyone,
Each week, I create a spreadsheet, containing data and the file name is based on the week in question. With each spreadsheet, I have formulas linking back to the previous week to compare week over week.
The formula looks as so:
=SUM('T:\[STOCK, April 24 to April 30, 2016.xlsm]INVENTORY'!$C14:$I14
What I do each week, I manually have to update the date only in each row. I've tried find/replace, and despite highlighting the column of cells I want to focus on - it changes all occurrences of the date.
What I want to do is:
- Update the data in a single cell only (ie. A1 = May 1 to May 7)
- Instead of having the date built into the formula itself, have it reference A1 for the date portion only
- Result would be all rows will be automatically updated, based on the date in cell A1
- Ex: =SUM('T:\[STOCK, "$A$1", 2016.xlsm]INVENTORY'!$C14:$I14
Is this do-able, with linking spreadsheets?
Thank you!!!
Each week, I create a spreadsheet, containing data and the file name is based on the week in question. With each spreadsheet, I have formulas linking back to the previous week to compare week over week.
The formula looks as so:
=SUM('T:\[STOCK, April 24 to April 30, 2016.xlsm]INVENTORY'!$C14:$I14
What I do each week, I manually have to update the date only in each row. I've tried find/replace, and despite highlighting the column of cells I want to focus on - it changes all occurrences of the date.
What I want to do is:
- Update the data in a single cell only (ie. A1 = May 1 to May 7)
- Instead of having the date built into the formula itself, have it reference A1 for the date portion only
- Result would be all rows will be automatically updated, based on the date in cell A1
- Ex: =SUM('T:\[STOCK, "$A$1", 2016.xlsm]INVENTORY'!$C14:$I14
Is this do-able, with linking spreadsheets?
Thank you!!!