fixed cell lenght

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

how do i specify a maximum lenght allowed in a cell.
example:

A1 = 8 digits
B1 = 3 characters
 
Bob,

Data validation will do that

Select A1 then

Data|Validation
In the 'Allow' dropdown select 'Whole number
in the 'data' box select less than or equal to
in the maximum box enter 99999999

Similarly for b1
Select Text Length
Less than or equal to
enter 3

Mike
 

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

Back
Top