CountIF and Sum Formula in Excel
I am trying to write a formula to search the person's name and then show a result that out of 3 fruits how many times that person has purchased Apples, Oranges and Mangos. The fruits are constant and cannot change; however, there could be more than one person in the list who can buy these fruits.
worksheet-function microsoft-excel-2010
add a comment |
I am trying to write a formula to search the person's name and then show a result that out of 3 fruits how many times that person has purchased Apples, Oranges and Mangos. The fruits are constant and cannot change; however, there could be more than one person in the list who can buy these fruits.
worksheet-function microsoft-excel-2010
add a comment |
I am trying to write a formula to search the person's name and then show a result that out of 3 fruits how many times that person has purchased Apples, Oranges and Mangos. The fruits are constant and cannot change; however, there could be more than one person in the list who can buy these fruits.
worksheet-function microsoft-excel-2010
I am trying to write a formula to search the person's name and then show a result that out of 3 fruits how many times that person has purchased Apples, Oranges and Mangos. The fruits are constant and cannot change; however, there could be more than one person in the list who can buy these fruits.
worksheet-function microsoft-excel-2010
worksheet-function microsoft-excel-2010
edited Feb 6 at 22:25
fixer1234
19k144982
19k144982
asked Feb 6 at 15:58
NomiNomi
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The easiest way to do it is to let Excel do all the heavy lifting. Pivot tables are a wizard to make summarizing data simple.
You highlight the data and select Insert
| Pivot Table
from the menu. I'm using LibreOffice Calc, so the dialog window looks slightly different, but the steps are essentially the same.
You click and drag Person
from the Available Fields
to the Row Fields
box, Click and drag Fruit
from the Available Fields
to the Column Fields
box. And click and drag it again to the Data Fields
box. There, you have a choice of how to aggregate the values. If Excel's default aggregation isn't Count
, double click on it and select Count
.
You can select where you want to stick the table and there's an option to skip row and column summaries. Click OK and you're done.
Upvote for PivotTables. Once you learn them, tasks like this become very straightforward.
– whiskeychief
Feb 15 at 10:56
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%2f1402735%2fcountif-and-sum-formula-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
The easiest way to do it is to let Excel do all the heavy lifting. Pivot tables are a wizard to make summarizing data simple.
You highlight the data and select Insert
| Pivot Table
from the menu. I'm using LibreOffice Calc, so the dialog window looks slightly different, but the steps are essentially the same.
You click and drag Person
from the Available Fields
to the Row Fields
box, Click and drag Fruit
from the Available Fields
to the Column Fields
box. And click and drag it again to the Data Fields
box. There, you have a choice of how to aggregate the values. If Excel's default aggregation isn't Count
, double click on it and select Count
.
You can select where you want to stick the table and there's an option to skip row and column summaries. Click OK and you're done.
Upvote for PivotTables. Once you learn them, tasks like this become very straightforward.
– whiskeychief
Feb 15 at 10:56
add a comment |
The easiest way to do it is to let Excel do all the heavy lifting. Pivot tables are a wizard to make summarizing data simple.
You highlight the data and select Insert
| Pivot Table
from the menu. I'm using LibreOffice Calc, so the dialog window looks slightly different, but the steps are essentially the same.
You click and drag Person
from the Available Fields
to the Row Fields
box, Click and drag Fruit
from the Available Fields
to the Column Fields
box. And click and drag it again to the Data Fields
box. There, you have a choice of how to aggregate the values. If Excel's default aggregation isn't Count
, double click on it and select Count
.
You can select where you want to stick the table and there's an option to skip row and column summaries. Click OK and you're done.
Upvote for PivotTables. Once you learn them, tasks like this become very straightforward.
– whiskeychief
Feb 15 at 10:56
add a comment |
The easiest way to do it is to let Excel do all the heavy lifting. Pivot tables are a wizard to make summarizing data simple.
You highlight the data and select Insert
| Pivot Table
from the menu. I'm using LibreOffice Calc, so the dialog window looks slightly different, but the steps are essentially the same.
You click and drag Person
from the Available Fields
to the Row Fields
box, Click and drag Fruit
from the Available Fields
to the Column Fields
box. And click and drag it again to the Data Fields
box. There, you have a choice of how to aggregate the values. If Excel's default aggregation isn't Count
, double click on it and select Count
.
You can select where you want to stick the table and there's an option to skip row and column summaries. Click OK and you're done.
The easiest way to do it is to let Excel do all the heavy lifting. Pivot tables are a wizard to make summarizing data simple.
You highlight the data and select Insert
| Pivot Table
from the menu. I'm using LibreOffice Calc, so the dialog window looks slightly different, but the steps are essentially the same.
You click and drag Person
from the Available Fields
to the Row Fields
box, Click and drag Fruit
from the Available Fields
to the Column Fields
box. And click and drag it again to the Data Fields
box. There, you have a choice of how to aggregate the values. If Excel's default aggregation isn't Count
, double click on it and select Count
.
You can select where you want to stick the table and there's an option to skip row and column summaries. Click OK and you're done.
answered Feb 6 at 22:48
fixer1234fixer1234
19k144982
19k144982
Upvote for PivotTables. Once you learn them, tasks like this become very straightforward.
– whiskeychief
Feb 15 at 10:56
add a comment |
Upvote for PivotTables. Once you learn them, tasks like this become very straightforward.
– whiskeychief
Feb 15 at 10:56
Upvote for PivotTables. Once you learn them, tasks like this become very straightforward.
– whiskeychief
Feb 15 at 10:56
Upvote for PivotTables. Once you learn them, tasks like this become very straightforward.
– whiskeychief
Feb 15 at 10:56
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%2f1402735%2fcountif-and-sum-formula-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