SUMIF Formula

I created a form which captures total costs for outsourced activities. If a region selected is "Europe", for example, I want to reference the form sheet to total all 'Europe" costs.
Is SUMIF the correct formula?
Best Answer
-
Yes it is the correct function
It will look something like the one below (I can't be certain without knowing the exact column headings you are using)
For formula use in the same sheet it would be:
= SUMIF(Region:Region, "Europe", Costs:Costs)
For formula use in a separate sheet with cross sheet references it would be:
= SUMIF({Region}, "Europe", {Costs})
Answers
-
Yes it is the correct function
It will look something like the one below (I can't be certain without knowing the exact column headings you are using)
For formula use in the same sheet it would be:
= SUMIF(Region:Region, "Europe", Costs:Costs)
For formula use in a separate sheet with cross sheet references it would be:
= SUMIF({Region}, "Europe", {Costs})
-
Thank you, @Kimberly Loveless! This is perfect.
Help Article Resources
Categories
Check out the Formula Handbook template!