Controlling User Input

  • Thread starter Thread starter Jeremy
  • Start date Start date
J

Jeremy

Hi,

Does anybody know how to restrict a user from entering
anything but one of two possible letters (either A or R)?
I've used validation to allow the cell to only accept a
single letter, but I don't know how to limit input to only
A or R.

On a similar note, is there a way to prevent users from
pasting over data validation and thus rendering the
validation useless?

Any help is appreciated.

Jeremy
 
Hi
within the data validation dialog choose 'List' and enter
"A","R"
 

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