I am trying to figure out a way to quickly count how many keywords are in a cell, based on a list of keywords that I will have to add to/subtract from in the future. Here is an example:
Let's say I have text that reads the following:
"Alpha, bravo, charlie, delta, echo, foxtrot, golf, alpha, charlie"
Initially, I will only want to count the number of times "alpha" and "bravo" occur. This would be easy using IF(ISNUMBER(SEARCH...- this would return "3" because alpha occurs 2 times, and bravo once. In the future, I may want to add "charlie" to the list? Any thoughts/ideas on how to do this efficiently would be much appreciated.
Thanks,
Chris
Let's say I have text that reads the following:
"Alpha, bravo, charlie, delta, echo, foxtrot, golf, alpha, charlie"
Initially, I will only want to count the number of times "alpha" and "bravo" occur. This would be easy using IF(ISNUMBER(SEARCH...- this would return "3" because alpha occurs 2 times, and bravo once. In the future, I may want to add "charlie" to the list? Any thoughts/ideas on how to do this efficiently would be much appreciated.
Thanks,
Chris