I tried both the VBA and form property recommendations, and both ideas worked in slightly different scenarios.
The Form property option...In("10","11","12","13","14","15","N/A")... worked exactly as it should for the exact values specified.
The Form property option...>="10" And <="15" Or...