Hi Community,
I've been digging to find an answer for sometime now and haven't been able to find what I am looking for quite yet.
What I need my formula to do is to search for a particular phrase and then sum the values on that same row if that phrase is found. There are four columns in which that phrase could be found, and it will only be found in one. It is also cross referencing month and year, but I am only struggling with the phrase portion of the formula.
My current formula is:
=SUMIFS({Micro Data - In Process Range 4}, {Micro Data - In Process Range 4}, >0, {Micro Data - In Process Range 3}, $[September - Number of Positive Results (#1)]$1, {Micro Data - In Process Range 3}, $Year$1, {Micro Data - In Process Range 11}, Ingredient@row)
The problem is the way I have it built, I need a column for each possible alternative. Aka, identical formula that searches column number 1, then column number 2, etc. I would rather have it search multiple columns (in this case 4) and find the phrase I am looking for and then perform the rest of the formula.
Hoping this all makes sense! It's a complicated web I am weaving. If more details are needed, let me know.

