If we already have data in column A, then in B1 enter:
=IF(LEN(A1)=8,"","bad length")
and copy down. This will reveal bad items
If data is being entered into column A, then just use Data Validation:
Data... > Validation... > Custom > Formula > =len(A1)=8