Formula Query
Created a formula for counting numbers in a cell if a specific contact is listed in another column. Getting errors
=SUMIF({Tracker Range 1}, >0, [{Tracker Range 2}, FIND)"Terri", @cell)>0])
Best Answer
-
Hey
Try this as one approach.
=SUMIFS({Tracker Range 1}, {Tracker Range 1}, >0, {Tracker Range 2}, FIND("Terri", @cell) = true)
In your original formula you had a couple of opportunities. One, SUMIF can only be used with one criteria. You have two. For that reason, anytime I need a SUMIF/SUMIFS function, I prefer to use the SUMIFS (plural) function which always works even if only one criteria is needed. You also had some syntax errors and bracketing errors.
Answers
-
Hey
Try this as one approach.
=SUMIFS({Tracker Range 1}, {Tracker Range 1}, >0, {Tracker Range 2}, FIND("Terri", @cell) = true)
In your original formula you had a couple of opportunities. One, SUMIF can only be used with one criteria. You have two. For that reason, anytime I need a SUMIF/SUMIFS function, I prefer to use the SUMIFS (plural) function which always works even if only one criteria is needed. You also had some syntax errors and bracketing errors.
-
Thanks so much!!!! This community is so very help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!