I think I figured out what the problem was, though since I have moved on
with life, I have not tried this out. Our source cell, G10, was formatted
as text, in order to both accommodate actual text as well as retain
leading zeroes. ISNUMBER cannot parse text (even with the "+0" operator,
which I thought worked). VALUE works in this case. So the working
formula should be:
=OR(MATCH(G10,$G$93:$G$98,0),AND(LEN(G10)=6,VALUE(G10)))
Scott
--
FoulFoot