Yes No field in Excel

cdenski

New Member
Joined
Apr 23, 2002
Messages
9
I have an Excel spreadsheet. I have a column where I want the user to be able to pick the value Yes or No, instead of typing it each time. I had tried the =Choose(1;"Yes)(2;"NO") but this isn't working.

Any tips?
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
How about a validation list?
Go to DATA-VALIDATION. In the 1st window choose "list" and in the source field type

Yes,No

Then you will have a pulldown menu with these 2 options

Another option could be adding an extra column and using an IF function to get "Yes" when you type a 1 and "No" when you type a "0".
 
Upvote 0
Thanks, works, except in the source you must have a semi-colon between Yes and No to be able to pick between them
 
Upvote 0
Must be a different version of Excel because I need a comma not a semi colon to get the option of Yes or No. A semi colon just allows Yes; No
 
Upvote 0

Forum statistics

Threads
1,225,488
Messages
6,185,281
Members
453,285
Latest member
Wullay

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top