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
- 67.2K Get Help
- 455 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!