each cell have same number of charaters

  • Thread starter Thread starter htown
  • Start date Start date
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
 
You are very UN clear about your need so I'll guess it's numbers and you
want to custom format
00000000
 
Back
Top