I want to look at a fixed list of account numbers and check if a given number
is in that list. I'd prefer to do that without sorting on the list,a dn
VLOOKUP seems like overkill because I don't need to know any data associated
with the lookup number, I just need to know if its in the list.

Thanks