SUMIFS with CONTAINS
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
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!
-
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
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!