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.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!