Reference cell by identifier(not address) between sheets
up vote
1
down vote
favorite
Scenario:
I have a programmatically generated Excel (.xls) document with hundreds of rows of numerical values, in multiple sheets. Each sheet has total/subtotal values (using summation). The last sheet is a summary sheet that adds up these totals using INDIRECT and referencing the sheet and cell addresses (eg "'11-November-2018'.D13").
Problem:
Once generated programmatically, the formulae and functions are set. However, this document must be editable i.e. deletion of rows in any sheet should be possible such that changes in totals and subtotals in respective sheets should reflect in the summary sheet. However, once a row is deleted, the total/subtotal cell address changes, and the INDIRECT function in the Summary sheet fails.
Desired:
Is there a way to reference cells between sheets such that deletion of rows in one sheet reflect the changes correctly in the Summary sheet?
microsoft-excel worksheet-function
add a comment |
up vote
1
down vote
favorite
Scenario:
I have a programmatically generated Excel (.xls) document with hundreds of rows of numerical values, in multiple sheets. Each sheet has total/subtotal values (using summation). The last sheet is a summary sheet that adds up these totals using INDIRECT and referencing the sheet and cell addresses (eg "'11-November-2018'.D13").
Problem:
Once generated programmatically, the formulae and functions are set. However, this document must be editable i.e. deletion of rows in any sheet should be possible such that changes in totals and subtotals in respective sheets should reflect in the summary sheet. However, once a row is deleted, the total/subtotal cell address changes, and the INDIRECT function in the Summary sheet fails.
Desired:
Is there a way to reference cells between sheets such that deletion of rows in one sheet reflect the changes correctly in the Summary sheet?
microsoft-excel worksheet-function
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Scenario:
I have a programmatically generated Excel (.xls) document with hundreds of rows of numerical values, in multiple sheets. Each sheet has total/subtotal values (using summation). The last sheet is a summary sheet that adds up these totals using INDIRECT and referencing the sheet and cell addresses (eg "'11-November-2018'.D13").
Problem:
Once generated programmatically, the formulae and functions are set. However, this document must be editable i.e. deletion of rows in any sheet should be possible such that changes in totals and subtotals in respective sheets should reflect in the summary sheet. However, once a row is deleted, the total/subtotal cell address changes, and the INDIRECT function in the Summary sheet fails.
Desired:
Is there a way to reference cells between sheets such that deletion of rows in one sheet reflect the changes correctly in the Summary sheet?
microsoft-excel worksheet-function
Scenario:
I have a programmatically generated Excel (.xls) document with hundreds of rows of numerical values, in multiple sheets. Each sheet has total/subtotal values (using summation). The last sheet is a summary sheet that adds up these totals using INDIRECT and referencing the sheet and cell addresses (eg "'11-November-2018'.D13").
Problem:
Once generated programmatically, the formulae and functions are set. However, this document must be editable i.e. deletion of rows in any sheet should be possible such that changes in totals and subtotals in respective sheets should reflect in the summary sheet. However, once a row is deleted, the total/subtotal cell address changes, and the INDIRECT function in the Summary sheet fails.
Desired:
Is there a way to reference cells between sheets such that deletion of rows in one sheet reflect the changes correctly in the Summary sheet?
microsoft-excel worksheet-function
microsoft-excel worksheet-function
edited 1 hour ago
asked 1 hour ago
n00bProgrammer
16318
16318
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1374962%2freference-cell-by-identifiernot-address-between-sheets%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password