SumIf question
Hey folks. I'm trying to sum the contents of the column (JobSite Hours) if a certain contact is selected on an adjacent column (Special Conditions). The special conditions column is in fact set up as a contact. my formula works if only one contact is chosen, but the special conditions column is a multi select cell. If there are more than one contact selected, my formula won't work correctly. Any help?
=SUMIFS({FW-MWS Jobsite Hrs}, {FW-MWS Special}, [Sigma Design]$5)
FW-MWS Jobsite Hrs is the column on another sheet for JobSite Hours.
FW-MWS Special is the Special Conditions column that is a multi-select contact column
]Sigma Design$5] is a cell within the sheet I'm working and the contact name I'm looking for.
Thanks
Erik
Best Answer
-
Try This
=SUMIFS({FW-MWS Jobsite Hrs}, {FW-MWS Special}, HAS(@cell, [Sigma Design]$5))
The HAS should do the trick
Answers
-
Try This
=SUMIFS({FW-MWS Jobsite Hrs}, {FW-MWS Special}, HAS(@cell, [Sigma Design]$5))
The HAS should do the trick
-
Thanks Dan W. I've been fiddling with the HAS() function, but didn't have it quite right. Your advice fixed it. Appreciate your time.
Erik
-
Happy to help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!