How do i set up data validation to only enter yes or no?

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

Guest

I need to know how to set up data validation that only allows the user to
type y or n in a cell.
 
You can use data validation to limit what a user can type in a cell. The
data validation can refer to a list on a worksheet, or to a list that
you type in the data validation dialog box. There are instructions here
for using a list on the worksheet:

http://www.contextures.com/xlDataVal01.html

Note: if you type the list in the data validation dialog box, it is case
sensitive. For example, if your list is "y,n", users will be able to
enter lower case y or n, but not upper case Y or N.
 

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