How would up update this existing SUMIFS formula to add an additional criteria?

I have a current formula that but we have realized that there is one Team who's numbers are skewing the results and would like to have there totals excluded.
=SUMIF([Cast Type]:[Cast Type], "Vendor", Estimate:Estimate) + SUMIF([Cast Type]:[Cast Type], "Contractor-Offshore", Estimate:Estimate)
The Additional Column is called "Team" and we would want to exclude any values that correlate to TEAM="TPM", leaving the values for the other teams "Team1", "Team2" for placeholders.
Answers
-
=SUMIFS(Estimate:Estimate, [Cast Type]:[Cast Type], OR(@cell = "Vendor", @cell = "Contractor-Offshore"), Team:Team, <>"TPM")
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with! Book time with me here: https://calendly.com/michelle-choate
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!