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