Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Creating 'yes' or 'no' option in a designated cell

Hi, hopefully a simple question...

I'd like a cell in my sheet - say b7 - to allow the user 2 options, one
being 'yes' the other being 'no'. I do not want the user to be able to
ignore the box and if yes is not actively selected then the cell should
display 'no'.

I presume this is a simple drop down list which shouldn't be hard to
create but the excel help function has me bamboozled so i turn, once
again, to your collective genius! Many thanks in advance, your help is
lways much appreciated.


---
Message posted from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Creating 'yes' or 'no' option in a designated cell

The simplest way is to add a combobox and link it to a hidden column.
To do that, edit the combobox's properties and make the ListFillRange
Z1:Z2 (for example) put "NO" in Z1 and YES in Z2 and hide column Z.
When I did this the combobox was blank until I selected one of the
options. After that BLANK was not an option. - Pikus


---
Message posted from http://www.ExcelForum.com/

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Creating 'yes' or 'no' option in a designated cell

Take a look at Data|Validation.

You can type in your allowable values once you choose List.

Start off saving the file with "no" showing. And use an adjacent cell with a
formula like:

=if(a1<"","","<--Warning Must be Yes/No")
And format it big bold red letters.



ian123 wrote:

Hi, hopefully a simple question...

I'd like a cell in my sheet - say b7 - to allow the user 2 options, one
being 'yes' the other being 'no'. I do not want the user to be able to
ignore the box and if yes is not actively selected then the cell should
display 'no'.

I presume this is a simple drop down list which shouldn't be hard to
create but the excel help function has me bamboozled so i turn, once
again, to your collective genius! Many thanks in advance, your help is
lways much appreciated.

---
Message posted from http://www.ExcelForum.com/


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking up a value next to a designated cell g.king Excel Discussion (Misc queries) 3 June 13th 09 04:24 PM
Counting 'Yes' or 'No' slavenp Excel Discussion (Misc queries) 5 November 12th 08 11:13 AM
No printing of b/w designated cell patterns WIN Excel Discussion (Misc queries) 1 June 10th 08 01:15 AM
Excel, function, result to be returned in another designated cell EXCEL WORKSHEET FUNCTIONS Excel Worksheet Functions 3 July 21st 06 06:24 PM
Text that includes data from a designated cell? Blades Excel Discussion (Misc queries) 2 June 27th 06 01:07 PM


All times are GMT +1. The time now is 12:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"