Cell contains one of many with exclusions
At the core, this formula uses the SEARCH function to look for multiple strings inside a cell. Inside the left SUMPRODUCT, SEARCH looks for all strings in the named range "include".
In the right SUMPRODUCT, SEARCH looks for all strings in the named range "exclude".
In both...Read more