Hi there,
I've inherited a series of Excel Workbooks:
1. Outside users send in updated Excel Workbooks which get saved into a directory.
2. A "master" workbook has hard-coded links to all of these workbooks and updates a worksheet. For example, B4=wkbk1!Sheet1!E1 + wkbk2!Sheet2!E1.
3. Other workbooks in turn have links to the "master" workbook.
Here's the problem: these workbooks contain Sales Rep info, and the Reps come and go. So we end up with "holes" in the ranges of data or else the Reps get mixed up (ideally they would be grouped together on the worksheets by location, but when a new Rep is added, they have to go to the end of every sheet to avoid mixing up the formulas).
Is there any way I can make these links work dynamically so that if I have to add a Sales Rep into the middle of a list it won't break all of the other links? The way it is setup right now, I cannot simply open up all of the workbooks in question because that throws off the formula references. I've heard that Named Ranges might be the answer, but from what little I've seen so far those always seem to operate at the level of the entire range. So I can do things like SUM(myrange), but I might not be able to pick out the 3rd cell in that range.
I'd appreciate any advice!
I've inherited a series of Excel Workbooks:
1. Outside users send in updated Excel Workbooks which get saved into a directory.
2. A "master" workbook has hard-coded links to all of these workbooks and updates a worksheet. For example, B4=wkbk1!Sheet1!E1 + wkbk2!Sheet2!E1.
3. Other workbooks in turn have links to the "master" workbook.
Here's the problem: these workbooks contain Sales Rep info, and the Reps come and go. So we end up with "holes" in the ranges of data or else the Reps get mixed up (ideally they would be grouped together on the worksheets by location, but when a new Rep is added, they have to go to the end of every sheet to avoid mixing up the formulas).
Is there any way I can make these links work dynamically so that if I have to add a Sales Rep into the middle of a list it won't break all of the other links? The way it is setup right now, I cannot simply open up all of the workbooks in question because that throws off the formula references. I've heard that Named Ranges might be the answer, but from what little I've seen so far those always seem to operate at the level of the entire range. So I can do things like SUM(myrange), but I might not be able to pick out the 3rd cell in that range.
I'd appreciate any advice!