Example: Say the list of numbers in a string ranges from 0 to 999. I want to find the number of occurrences for 25,31,and 48.
The problem I encounter is when I use =SUMPRODUCT(COUNTIF(A2:A500;{"25";"31";"48})) the number I get counts not only occurrences of 25,31, and 48; but it
also counts 125,131,148, 225,231, 248, ect. I would greatly appreciate if anyone can tell me a formula that will return just the occurrences of 25,31,and 48.
One more little hick up. I can't change the numbers from text entries because 015 is not the same thing as 15.