Hello,
I've written a countifs formula for the number of times certain words show up in a column on another sheet based on a date column in that sheet. The formula works fine for most words such as "Recruitment" or "Compliance". However, I have one value that is "NCE" and that's where I'm having the problem.
I need to include in the overall formula a way to count only those instances of "NCE" as a stand alone word, not when it shows up as part of another word such as "CompliaNCE". That's what the formula is currently doing.
If it helps, here's my formula, which again, works fine for everything else except "NCE" as a stand alone:
=COUNTIFS({Red Flag Report Items Range 1}, CONTAINS([Primary Column]@row, @cell), {Red Flag Report Items Range 2}, Period12)
"Red Flag Report Items" are the sheet that contains the word and date values I'm evaluating, respectively. [Primary Column]@row is the string I'm searching for.
I hope that helps and look forward to solutions, thanks!
Russ