I'm trying to do a check on a data column to see if its rows only contain specific characters. The characters in question are 0
-9
and /
. If only those are present, an OK
should be returned, otherwise an error (or 1 and 0, anything distinguishable is fine). It should basically look like this (bold column):
I had limited success with MATCH and VLOOKUP but nothing that employs a range. A formula would be preferred but VBA's cool too. Any ideas?