I'm trying to validate some input on an Excel form.

I want to ensure that people input HEX or BIN only. Is this some that can be done in a single IF statement? Comparing a multi-character string to an inclusive list? OR, do I have to loop through each individual character of the string and do a comparison?

I know there's shortcuts in ACCESS? (Or so it would seem with my searches)

Thanks for the help!