Hello,
I have an excel worksheet with 6 columns of data - A to F
Now I need to filter data/highlight cells which contains any character other than a predefined set.
Current set: "A-Z" "a-z" "0-9" " " "/" "*" "(" ")" "&" "." "_", "-"
Anything other than the above in any cell of column A to F must be either highlighted, or those rows filtered out for DQ issues (Highlight if possible but filtering is alright as well)
Example:
231_ABCD&BH (This is right and not be highlighted or flagged)
213_HR. abc (This is right too)
980_*24/01 HSU-h ( This is right as well as all characters are part of that set)
23401_ABC, DEF (Wrong, highlight or flag as comma is not part of set)
675_*23/02 S@D (Wrong again as @ is not part of set)
Any character outside of that set will make that cell wrong and must be highlighted or flagged in columns A to F.