SUMIFS with CONTAINS
UserAHC
βββ
Hello,
I want to write a formula that SUMS charges ("Ext Price" column) from all item descriptions that contain a word ("CF") from an accounting "Activity Description" column.
I've tried various versions of this.
=SUMIFS(CONTAINS({Activity Description}, "CF", {Ext Price})
=SUMIFS({Activity Description}, CONTAINS(CF), {Ext Price})
=SUMIF({Activity Description}, CONTAINS(Category@row), {Ext Price})
Ideally this would have a Category@row too so I didn't have to retype the word I'm looking for.
Help?
Amy
Tags:
Best Answer
-
Try this:
=SUMIFS({Ext Price}, {Activity Description}, CONTAINS("CF", @cell))
Answers
-
Try this:
=SUMIFS({Ext Price}, {Activity Description}, CONTAINS("CF", @cell))
-
That worked immediately! You're a genius. THANK YOU!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!