Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dschlamp17
 
Posts: n/a
Default Control Display of Drop Down List in Validation


I am currently working on a order form that requires an "X" to be placed
in order to make a selection. The problem being is that some options
have a drop down list composed of a named datarange or a straight text
string. Which in turn completes the option price based on what is
selected.

I want to be able to not show the drop down contents until the "X" is
placed
in the proper field by adding a formula to the cells validation.

Thanks in advance.


+-------------------------------------------------------------------+
|Filename: DropDown.jpeg |
|Download: http://www.excelforum.com/attachment.php?postid=4537 |
+-------------------------------------------------------------------+

--
dschlamp17
------------------------------------------------------------------------
dschlamp17's Profile: http://www.excelforum.com/member.php...o&userid=32913
View this thread: http://www.excelforum.com/showthread...hreadid=527341

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Debra Dalgleish
 
Posts: n/a
Default Control Display of Drop Down List in Validation

You can create another named range, NA, with one cell that contains "N/A"
Then, in the data validation dialog box, choose Allow: List
In the Source box, type a formula that refers to the cell that should
contain the "X":
=IF(E8="X",MyList,NA)
Remove the check mark from "Ignore Blank"
Click OK

dschlamp17 wrote:
I am currently working on a order form that requires an "X" to be placed
in order to make a selection. The problem being is that some options
have a drop down list composed of a named datarange or a straight text
string. Which in turn completes the option price based on what is
selected.

I want to be able to not show the drop down contents until the "X" is
placed
in the proper field by adding a formula to the cells validation.



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

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
Data Validation List Length Alex Mackenzie Excel Worksheet Functions 4 November 1st 05 01:27 AM
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM
Data Validation lists - entering value not in list rgarber50 Excel Discussion (Misc queries) 3 July 19th 05 08:35 PM
Data Validation using List (But needs unique list in drop down lis Tan New Users to Excel 1 July 8th 05 03:32 PM
Forms Toolbar vs. Control Toolbox vs. Data Validation for drop dow Scott Excel Discussion (Misc queries) 1 February 1st 05 01:51 PM


All times are GMT +1. The time now is 06:47 AM.

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"