Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've prepared a calculator that asks users a series of questions; some of
them being 'yes' or 'no' type. The answers for the y/n type are listed in a drop down menu validated from two hidden cells. My problem is that only one of those answers should be allowed as a 'Y' at any one time. Therefore, I need to find a way to force the other list to either change to a 'No' or at least prompt the user. I've tried an if statement like this in attempt to force the cell to change but it doesn't work. =IF(AND(G30="Y",G31="Y"), G31="N") Any help would be appreciated. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assume:
The 2 hidden cells are Z1 and Z2. Put 'N' in cell Z1. Put the following formula in cell Z2. =if(or(G30="Y",G31="Y"),"","Y") -- HTH, Gary Brown If this post was helpful to you, please select ''''''''''''''''YES'''''''''''''''' at the bottom of the post. "bunt." wrote: I've prepared a calculator that asks users a series of questions; some of them being 'yes' or 'no' type. The answers for the y/n type are listed in a drop down menu validated from two hidden cells. My problem is that only one of those answers should be allowed as a 'Y' at any one time. Therefore, I need to find a way to force the other list to either change to a 'No' or at least prompt the user. I've tried an if statement like this in attempt to force the cell to change but it doesn't work. =IF(AND(G30="Y",G31="Y"), G31="N") Any help would be appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dropdown list doesn't display from the top of the list | Excel Discussion (Misc queries) | |||
Dropdown List - list item endings not visible if column too narrow | Excel Discussion (Misc queries) | |||
Dropdown list | Excel Discussion (Misc queries) | |||
result of selecting from the dropdown list should be a dropdown list | Excel Worksheet Functions | |||
result of selecting from the dropdown list should be a dropdown list | Excel Worksheet Functions |