SUMIF with FIND
Greetings,
=SUMIFS({Commercial MRR}, {Commercial Service Type}, "10M", {Commercial Services}, FIND("soho", LOWER({Commercial Services}) > 0))
I tried the above formula that I found the logic in a post from mid 2019, but I wasn't sure if that thread was considered dead so I created this thread.
I'm getting an error with the above formula
any help would be great.
Best Answer
-
I think there are 2 errors. First, the condition of greater than 0 is on the inside of the FIND function. Second, I think you'll need to use the @cell designation inside the FIND instead of calling the range again. Something like:
=SUMIFS({Commercial MRR}, {Commercial Service Type}, "10M", {Commercial Services}, FIND("soho", LOWER(@cell)) > 0)
Answers
-
I think there are 2 errors. First, the condition of greater than 0 is on the inside of the FIND function. Second, I think you'll need to use the @cell designation inside the FIND instead of calling the range again. Something like:
=SUMIFS({Commercial MRR}, {Commercial Service Type}, "10M", {Commercial Services}, FIND("soho", LOWER(@cell)) > 0)
-
Thank you, this worked like a charm.
-
Awesome! Glad to hear
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 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!