Single source worksheet, and multiple pivot tables using filtered data
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
How does one create a workbook, where one worksheet is the master source data, but multiple pivot tables need to be created with the same set of "row labels" and "summed values", but different filters set on the master source data.
For example, say my master source looks like this :
Account Region Quota Actuals Upside
----------------------------------------------
ACME co Europe 120 130 10
Dodo Inc Americas 80 70 5
Imagine co Europe 90 60 20
ABCD plc Asia 50 80 0
Spooky Inc Americas 200 190 20
XYZ plc Asia 110 100 15
And, I'd like a separate pivot table, per Region, given shortfall (Quota minus Actuals) and potential of that being offset by the Upside.
This is a simplification of a much bigger and more complex table, but hopefully it gives the picture. I'd prefer not to create copies of the same master data, and using multiple copies, it is trivial to do the multiple pivots.
I have Microsoft-Excel-2010, but anything that works in 2007/2010 is good for me.
microsoft-excel pivot-table multiple-instances
add a comment |
How does one create a workbook, where one worksheet is the master source data, but multiple pivot tables need to be created with the same set of "row labels" and "summed values", but different filters set on the master source data.
For example, say my master source looks like this :
Account Region Quota Actuals Upside
----------------------------------------------
ACME co Europe 120 130 10
Dodo Inc Americas 80 70 5
Imagine co Europe 90 60 20
ABCD plc Asia 50 80 0
Spooky Inc Americas 200 190 20
XYZ plc Asia 110 100 15
And, I'd like a separate pivot table, per Region, given shortfall (Quota minus Actuals) and potential of that being offset by the Upside.
This is a simplification of a much bigger and more complex table, but hopefully it gives the picture. I'd prefer not to create copies of the same master data, and using multiple copies, it is trivial to do the multiple pivots.
I have Microsoft-Excel-2010, but anything that works in 2007/2010 is good for me.
microsoft-excel pivot-table multiple-instances
add a comment |
How does one create a workbook, where one worksheet is the master source data, but multiple pivot tables need to be created with the same set of "row labels" and "summed values", but different filters set on the master source data.
For example, say my master source looks like this :
Account Region Quota Actuals Upside
----------------------------------------------
ACME co Europe 120 130 10
Dodo Inc Americas 80 70 5
Imagine co Europe 90 60 20
ABCD plc Asia 50 80 0
Spooky Inc Americas 200 190 20
XYZ plc Asia 110 100 15
And, I'd like a separate pivot table, per Region, given shortfall (Quota minus Actuals) and potential of that being offset by the Upside.
This is a simplification of a much bigger and more complex table, but hopefully it gives the picture. I'd prefer not to create copies of the same master data, and using multiple copies, it is trivial to do the multiple pivots.
I have Microsoft-Excel-2010, but anything that works in 2007/2010 is good for me.
microsoft-excel pivot-table multiple-instances
How does one create a workbook, where one worksheet is the master source data, but multiple pivot tables need to be created with the same set of "row labels" and "summed values", but different filters set on the master source data.
For example, say my master source looks like this :
Account Region Quota Actuals Upside
----------------------------------------------
ACME co Europe 120 130 10
Dodo Inc Americas 80 70 5
Imagine co Europe 90 60 20
ABCD plc Asia 50 80 0
Spooky Inc Americas 200 190 20
XYZ plc Asia 110 100 15
And, I'd like a separate pivot table, per Region, given shortfall (Quota minus Actuals) and potential of that being offset by the Upside.
This is a simplification of a much bigger and more complex table, but hopefully it gives the picture. I'd prefer not to create copies of the same master data, and using multiple copies, it is trivial to do the multiple pivots.
I have Microsoft-Excel-2010, but anything that works in 2007/2010 is good for me.
microsoft-excel pivot-table multiple-instances
microsoft-excel pivot-table multiple-instances
edited Aug 24 '14 at 13:39
niton
1,6941219
1,6941219
asked Feb 28 '13 at 8:57
icarus74icarus74
1781211
1781211
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
After some research, I have found the answer to this question. What I had to do was to use the standard pivot table creation mechanism, using the Insert Pivot-Table wizard, after selecting the source table.
In the "Pivot Table Field List" sub-window that appears on the right side of the worksheet with the pivot table being designed, one needs to drag the fields (like Region in my case) to the Report Filter box, and then make the selection of the Region value from the drop-down list, while creating rest of the pivot table. Once one such pivot table is created, I could just copy paste the entire pivot table into another worksheet, and make a different region selection.
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%2f558684%2fsingle-source-worksheet-and-multiple-pivot-tables-using-filtered-data%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
After some research, I have found the answer to this question. What I had to do was to use the standard pivot table creation mechanism, using the Insert Pivot-Table wizard, after selecting the source table.
In the "Pivot Table Field List" sub-window that appears on the right side of the worksheet with the pivot table being designed, one needs to drag the fields (like Region in my case) to the Report Filter box, and then make the selection of the Region value from the drop-down list, while creating rest of the pivot table. Once one such pivot table is created, I could just copy paste the entire pivot table into another worksheet, and make a different region selection.
add a comment |
After some research, I have found the answer to this question. What I had to do was to use the standard pivot table creation mechanism, using the Insert Pivot-Table wizard, after selecting the source table.
In the "Pivot Table Field List" sub-window that appears on the right side of the worksheet with the pivot table being designed, one needs to drag the fields (like Region in my case) to the Report Filter box, and then make the selection of the Region value from the drop-down list, while creating rest of the pivot table. Once one such pivot table is created, I could just copy paste the entire pivot table into another worksheet, and make a different region selection.
add a comment |
After some research, I have found the answer to this question. What I had to do was to use the standard pivot table creation mechanism, using the Insert Pivot-Table wizard, after selecting the source table.
In the "Pivot Table Field List" sub-window that appears on the right side of the worksheet with the pivot table being designed, one needs to drag the fields (like Region in my case) to the Report Filter box, and then make the selection of the Region value from the drop-down list, while creating rest of the pivot table. Once one such pivot table is created, I could just copy paste the entire pivot table into another worksheet, and make a different region selection.
After some research, I have found the answer to this question. What I had to do was to use the standard pivot table creation mechanism, using the Insert Pivot-Table wizard, after selecting the source table.
In the "Pivot Table Field List" sub-window that appears on the right side of the worksheet with the pivot table being designed, one needs to drag the fields (like Region in my case) to the Report Filter box, and then make the selection of the Region value from the drop-down list, while creating rest of the pivot table. Once one such pivot table is created, I could just copy paste the entire pivot table into another worksheet, and make a different region selection.
answered Feb 28 '13 at 15:14
icarus74icarus74
1781211
1781211
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%2f558684%2fsingle-source-worksheet-and-multiple-pivot-tables-using-filtered-data%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