each cell have same number of charaters

G

Gary''s Student

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
 
D

Don Guillett

You are very UN clear about your need so I'll guess it's numbers and you
want to custom format
00000000
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top