How do I create a master workbook in excel?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
In powerpoint we have something called a master slide. I want the same idea for excel. I want to create a template that I can work on with formulas and I want it to update all children files.
Example: I have a budget template. This template has a budget listing all required equipments and their cost for a project. We then have a formula that calculates the total cost of all equipment. I want to update only the template file with equipment and formulas, but I want the actual files (children) to contain the costs (because they might be different costs for different locations, but the rest of the budget and its formulas are shared). Its pretty much exactly what a master slide in powerpoint is, if you've ever used that you should understand what I'm trying to do pretty easily. One master file to store formulas, and a bunch of children files that store the data to be accessed by those formulas. This way if a formula needs to be changed, the templates is adjusted and all other files update accordingly.
Any ideas? I'd prefer not to have to use VB, and I'd also like a solution that works for both mac and windows.
Found this question but no answers. I've already created a template, but that doesn't seem to update the other files when I modify it.
microsoft-excel templates master
add a comment |
In powerpoint we have something called a master slide. I want the same idea for excel. I want to create a template that I can work on with formulas and I want it to update all children files.
Example: I have a budget template. This template has a budget listing all required equipments and their cost for a project. We then have a formula that calculates the total cost of all equipment. I want to update only the template file with equipment and formulas, but I want the actual files (children) to contain the costs (because they might be different costs for different locations, but the rest of the budget and its formulas are shared). Its pretty much exactly what a master slide in powerpoint is, if you've ever used that you should understand what I'm trying to do pretty easily. One master file to store formulas, and a bunch of children files that store the data to be accessed by those formulas. This way if a formula needs to be changed, the templates is adjusted and all other files update accordingly.
Any ideas? I'd prefer not to have to use VB, and I'd also like a solution that works for both mac and windows.
Found this question but no answers. I've already created a template, but that doesn't seem to update the other files when I modify it.
microsoft-excel templates master
I'm trying to understand what you want. You have a master sheet with data and formulas that you update and it updates the children linked to it. What do they children have? Different data? Same structure? Perhaps it'd be better to give an example?
– Raystafarian
Apr 21 '14 at 12:59
Yes, you have a template that stores formulas in cells, and data in others. The data will change for each child workbook, but the formulas should stay the same and update according to the current workbooks data. Does that make sense? I will try to make my example in the question clearer
– GiH
Apr 21 '14 at 15:07
add a comment |
In powerpoint we have something called a master slide. I want the same idea for excel. I want to create a template that I can work on with formulas and I want it to update all children files.
Example: I have a budget template. This template has a budget listing all required equipments and their cost for a project. We then have a formula that calculates the total cost of all equipment. I want to update only the template file with equipment and formulas, but I want the actual files (children) to contain the costs (because they might be different costs for different locations, but the rest of the budget and its formulas are shared). Its pretty much exactly what a master slide in powerpoint is, if you've ever used that you should understand what I'm trying to do pretty easily. One master file to store formulas, and a bunch of children files that store the data to be accessed by those formulas. This way if a formula needs to be changed, the templates is adjusted and all other files update accordingly.
Any ideas? I'd prefer not to have to use VB, and I'd also like a solution that works for both mac and windows.
Found this question but no answers. I've already created a template, but that doesn't seem to update the other files when I modify it.
microsoft-excel templates master
In powerpoint we have something called a master slide. I want the same idea for excel. I want to create a template that I can work on with formulas and I want it to update all children files.
Example: I have a budget template. This template has a budget listing all required equipments and their cost for a project. We then have a formula that calculates the total cost of all equipment. I want to update only the template file with equipment and formulas, but I want the actual files (children) to contain the costs (because they might be different costs for different locations, but the rest of the budget and its formulas are shared). Its pretty much exactly what a master slide in powerpoint is, if you've ever used that you should understand what I'm trying to do pretty easily. One master file to store formulas, and a bunch of children files that store the data to be accessed by those formulas. This way if a formula needs to be changed, the templates is adjusted and all other files update accordingly.
Any ideas? I'd prefer not to have to use VB, and I'd also like a solution that works for both mac and windows.
Found this question but no answers. I've already created a template, but that doesn't seem to update the other files when I modify it.
microsoft-excel templates master
microsoft-excel templates master
edited Mar 20 '17 at 10:16
Community♦
1
1
asked Apr 20 '14 at 1:35
GiHGiH
1,917103654
1,917103654
I'm trying to understand what you want. You have a master sheet with data and formulas that you update and it updates the children linked to it. What do they children have? Different data? Same structure? Perhaps it'd be better to give an example?
– Raystafarian
Apr 21 '14 at 12:59
Yes, you have a template that stores formulas in cells, and data in others. The data will change for each child workbook, but the formulas should stay the same and update according to the current workbooks data. Does that make sense? I will try to make my example in the question clearer
– GiH
Apr 21 '14 at 15:07
add a comment |
I'm trying to understand what you want. You have a master sheet with data and formulas that you update and it updates the children linked to it. What do they children have? Different data? Same structure? Perhaps it'd be better to give an example?
– Raystafarian
Apr 21 '14 at 12:59
Yes, you have a template that stores formulas in cells, and data in others. The data will change for each child workbook, but the formulas should stay the same and update according to the current workbooks data. Does that make sense? I will try to make my example in the question clearer
– GiH
Apr 21 '14 at 15:07
I'm trying to understand what you want. You have a master sheet with data and formulas that you update and it updates the children linked to it. What do they children have? Different data? Same structure? Perhaps it'd be better to give an example?
– Raystafarian
Apr 21 '14 at 12:59
I'm trying to understand what you want. You have a master sheet with data and formulas that you update and it updates the children linked to it. What do they children have? Different data? Same structure? Perhaps it'd be better to give an example?
– Raystafarian
Apr 21 '14 at 12:59
Yes, you have a template that stores formulas in cells, and data in others. The data will change for each child workbook, but the formulas should stay the same and update according to the current workbooks data. Does that make sense? I will try to make my example in the question clearer
– GiH
Apr 21 '14 at 15:07
Yes, you have a template that stores formulas in cells, and data in others. The data will change for each child workbook, but the formulas should stay the same and update according to the current workbooks data. Does that make sense? I will try to make my example in the question clearer
– GiH
Apr 21 '14 at 15:07
add a comment |
1 Answer
1
active
oldest
votes
It sounds like what you want is something called an Access Database.
Seriously, that's the application that does exactly what you're describing, allowing central control over the way data is presented. There is no equivalent functionality in Excel. Even in your example of Powerpoint, modifying the Master slide only affects slides in that file; it does not cascade those changes out into other files. That kind of centralised control is really the realm of a relational database program.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f743857%2fhow-do-i-create-a-master-workbook-in-excel%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It sounds like what you want is something called an Access Database.
Seriously, that's the application that does exactly what you're describing, allowing central control over the way data is presented. There is no equivalent functionality in Excel. Even in your example of Powerpoint, modifying the Master slide only affects slides in that file; it does not cascade those changes out into other files. That kind of centralised control is really the realm of a relational database program.
add a comment |
It sounds like what you want is something called an Access Database.
Seriously, that's the application that does exactly what you're describing, allowing central control over the way data is presented. There is no equivalent functionality in Excel. Even in your example of Powerpoint, modifying the Master slide only affects slides in that file; it does not cascade those changes out into other files. That kind of centralised control is really the realm of a relational database program.
add a comment |
It sounds like what you want is something called an Access Database.
Seriously, that's the application that does exactly what you're describing, allowing central control over the way data is presented. There is no equivalent functionality in Excel. Even in your example of Powerpoint, modifying the Master slide only affects slides in that file; it does not cascade those changes out into other files. That kind of centralised control is really the realm of a relational database program.
It sounds like what you want is something called an Access Database.
Seriously, that's the application that does exactly what you're describing, allowing central control over the way data is presented. There is no equivalent functionality in Excel. Even in your example of Powerpoint, modifying the Master slide only affects slides in that file; it does not cascade those changes out into other files. That kind of centralised control is really the realm of a relational database program.
answered Feb 16 '17 at 16:20
WerrfWerrf
720311
720311
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f743857%2fhow-do-i-create-a-master-workbook-in-excel%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I'm trying to understand what you want. You have a master sheet with data and formulas that you update and it updates the children linked to it. What do they children have? Different data? Same structure? Perhaps it'd be better to give an example?
– Raystafarian
Apr 21 '14 at 12:59
Yes, you have a template that stores formulas in cells, and data in others. The data will change for each child workbook, but the formulas should stay the same and update according to the current workbooks data. Does that make sense? I will try to make my example in the question clearer
– GiH
Apr 21 '14 at 15:07