I need to put a Yes No dropdown on my excel sheet, any ideas?
Thanks
Yes No Dropdown
-
-
Re: Yes No Dropdown Menu
I would think the easiest way to do that would be to create a validation list.
Just write Yes and No in two diffrent cells, selectect them and give the list a name (in the top right corner, just above the columnletters).
Then you just select the cell you want the drop-don list to be places, go to DATA - VALIDATION and in the list you chose List.
In the Souce-field you write in the name of the list you just created (and dont forgoet the = before the listname).After that, every time you select that cell, you'll get a dropdown list with Yes and No.
Its easy to handle in code, since the choise will be the lists value.
Ex: -
Re: Yes No Dropdown Menu
Thank you for your reply Miffo, unfortunately i cannot see where to give the list a name. There is nothing above my column letters. at the top right. :s
-
Re: Yes No Dropdown Menu
QuoteIts easy to handle in code
Or in formulas, of course... : D
-
Re: Yes No Dropdown Menu
Quote from MiffoI would think the easiest way to do that would be to create a validation.
Just write Yes and No in two diffrent cells, selectect them and give the list a name (in the top right corner, just above the columnletters).
Then you just select the cell you want the drop-don list to be places, go to DATA - VALIDATION and in the list you chose List.
In the Souce-field you write in the name of the list you just created (and dont forgoet the = before the listname).After that, every time you select that cell, you'll get a dropdown list with Yes and No.
Its easy to handle in code, since the choise will be the lists value.
Ex:Aha, i found it in the top left side, thanks for your help : D
-
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!