Sum Everthing Except...
Hello,
I would like to use the formula below but add another condition to it. I have an additional column named "Site Name". Is there any way to include everything in the Site Name column except Site Name "Unassigned"?
=SUMIFS([Techs Assinged]:[Techs Assinged], [Project Status]:[Project Status], "In Progress")
The above formula counts all Technicians Assigned. I would like the new formula to exclude the technicians that are Unassigned.
Thank you in advance!
Best Answer
-
=SUMIFS([Techs Assinged]:[Techs Assinged], [Project Status]:[Project Status], "In Progress", [Site Name]:[Site Name], NOT(@cell = "Unassigned"))
Answers
-
=SUMIFS([Techs Assinged]:[Techs Assinged], [Project Status]:[Project Status], "In Progress", [Site Name]:[Site Name], NOT(@cell = "Unassigned"))
-
Thank you Carson!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!