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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!