Limit to 50 char only

  • Thread starter Thread starter singkit
  • Start date Start date
S

singkit

Help!
Is there a way we can limit the column to 50 character
only and it will not accept data exceeding from the limit
you set.

Thanks.
 
Hi
try the following:
- select the cell (lets say A1)
- goto 'Data - Validation' and choose 'Custom'
- enter the formula
=LEN(A1)<=50

Note: this won't prevent copying longer data into this cell
 
Or, more simply maybe....

Data>Validation>Allow "Text Length" less than 51

Gord Dibben Excel MVP
 

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