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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!