I am using the countif function on a column of numbers. I want to count how many times a number was used in a very large list. However, some of the numbers I am checking against the list have an asterisk (*) in them. For example, I have 4587 and 458*7. I would only want 4587 without the asterisk to show as having some matches, but both numbers come up with the same result. Is there a way to count the asterisk as a regular character instead of an wild card?
Bookmarks