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
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!