Block entries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to block enteries in a column if a certain amount of text
entries has been reached.
 
One way:

Assume that the column is column A, and you want a maximum of 10
entries. Select the column. Choose Data/Validation.

Allow: Custom
Formula: =COUNTA(A:A)<=10
 
Would this also work if you only wanted certain text blocking if it reached a
level but would still aloow other text to be entered.
 

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