Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I am using a drop down list for picking a point scale (5, 3, 1, 0) in b1. In another cell, C2, I have drop down box for N/A (-, Yes). If a point is not chosen in B1, is there a way to have C2 automatically go to Yes? Kathleen |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One of these should give you what you want:
http://www.contextures.com/xlDataVal13.html http://www.contextures.com/xlDataVal02.html Regards, Ryan--- -- RyGuy "Kathleen" wrote: Hi, I am using a drop down list for picking a point scale (5, 3, 1, 0) in b1. In another cell, C2, I have drop down box for N/A (-, Yes). If a point is not chosen in B1, is there a way to have C2 automatically go to Yes? Kathleen |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Jul 16, 6:33 pm, ryguy7272
wrote: One of these should give you what you want:http://www.contextures.com/xlDataVal...DataVal02.html Regards, Ryan--- -- RyGuy "Kathleen" wrote: Hi, I am using a drop down list for picking a point scale (5, 3, 1, 0) in b1. In another cell, C2, I have drop down box for N/A (-, Yes). If a point is not chosen in B1, is there a way to have C2 automatically go to Yes? Kathleen In this case, a simple IF might work, instead of the drop down. Using a drop down suggests user input, but "automatically" suggests no user input. =IF(B1="","Yes","-") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Make range of cells mutually exclusive | Excel Discussion (Misc queries) | |||
Is there a way to make 6 columns mutually exclusive? | Excel Worksheet Functions | |||
2 IF Statements not mutually exclusive | Excel Discussion (Misc queries) | |||
Making checkboxes mutually exclusive | Excel Discussion (Misc queries) | |||
Help: Multiple filters with mutually exclusive items | Excel Discussion (Misc queries) |