WAshburner
New Member
- Joined
- Apr 27, 2015
- Messages
- 6
Hi,
I have a spreadsheet (call it 'Central reporting') that I want to act as a kind of central store for the first sheet (call it 'progress report') of several of workbooks which are spread around various file locations. All the workbooks have an identical layout for the first sheet; however different values in the cells.
What I am trying to do is have a separate tab in the Central workbook for each report which automatically updates whenever anything in the source workbook is changed. It also needs to be easy for someone to add a new report to the Central workbook and link it to a new source file.
What I think might be the 'easiest' way (though I'm happy to be corrected) is to replicate the layout of the progress reports in a tab called 'new report' in the 'Central reporting' workbook, and for each cell that may change value, have a simple formula linking it to the relevant report:
=IF(ISBLANK([filepath])," ",[filepath])
I have used the IF(ISBLANK) formula to stop the annoying 0s when the source cell is blank.
They can then create a copy of the tab and rename it as appropriate.
The difficult bit comes when I or anyone else want to change the file path in the 'new report' tab to add a new report - there are many cells that need changing, so doing each one individually would not be feasible.
Is there a way to let someone paste the new file path to a single cell in the 'new report' tab and have that change the [filepath] in the above formula across all cells in that sheet?
Thanks in advance!
I have a spreadsheet (call it 'Central reporting') that I want to act as a kind of central store for the first sheet (call it 'progress report') of several of workbooks which are spread around various file locations. All the workbooks have an identical layout for the first sheet; however different values in the cells.
What I am trying to do is have a separate tab in the Central workbook for each report which automatically updates whenever anything in the source workbook is changed. It also needs to be easy for someone to add a new report to the Central workbook and link it to a new source file.
What I think might be the 'easiest' way (though I'm happy to be corrected) is to replicate the layout of the progress reports in a tab called 'new report' in the 'Central reporting' workbook, and for each cell that may change value, have a simple formula linking it to the relevant report:
=IF(ISBLANK([filepath])," ",[filepath])
I have used the IF(ISBLANK) formula to stop the annoying 0s when the source cell is blank.
They can then create a copy of the tab and rename it as appropriate.
The difficult bit comes when I or anyone else want to change the file path in the 'new report' tab to add a new report - there are many cells that need changing, so doing each one individually would not be feasible.
Is there a way to let someone paste the new file path to a single cell in the 'new report' tab and have that change the [filepath] in the above formula across all cells in that sheet?
Thanks in advance!