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
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!