In another column, assuming your data is in col A,
enter the formula
=NOT(LEN(A1)=12)
This will return TRUE for the cells you want to see
You can put an autofilter on the column that contains
this formula and say you only want to see cells
where it is TRUE. The cells with 12 chars will be
hidden.