Select Custom from the Data Validation Allow menu and enter formula:

=OR(AND(LEFT(A1,3)="200",LEN(A1)=8),A1="faulty",A1="free")

where A1 is the cell you are placing the validation in.