Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
mintos
 
Posts: n/a
Default Hiding a cell's drop-down menu, dependent on a tick-box selection...


Hi All,

I'm working on putting together a project initiation form at work,
which involves registering if established business partners (ie.
partners the IT business has worked with on previous projects) will be
involved in forthcoming projects.

The problem:

1. I have included a tick-box, which asks 'will this project involve IT
business partners?'
2. I have also included a) a drop-down menu which will become
visible/usable after the tick-box is selected, and b) a cell for
including 'Other' - this will be used in the event of the 'Other'
selection in the drop-down being chosen.
3. Drop-down data is on another worksheet within the workbook.
4. I would like to hide/disable the drop-down and 'Other' text cell
until the tick-box is selected. The 'Other' text cell will, in-turn,
remain hidden/disabled until the ‘Other’ field within the drop-down
menu is chosen.

Seems tricky, and I’ve scoured MS Excel help and the Web for answers,
with no success. Is the above achievable?

Regards,

Richard


--
mintos
------------------------------------------------------------------------
mintos's Profile: http://www.excelforum.com/member.php...o&userid=31360
View this thread: http://www.excelforum.com/showthread...hreadid=510527

  #2   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default Hiding a cell's drop-down menu, dependent on a tick-box selection...


I'm sure there's a better way but here's one way.

Say that your check box is linked to A1 and your drop down menu is in
B1, then select B1 go to Data/Validation, select "list" from the
"Allow" menu and in the formula box type something like:

=IF(A1=TRUE,list1,list2)

list1 would be your drop down menu data, list2 would be any empty cell,
when the check box is checkcked then the drop down menu will show list1,
unchecked then list2 (empty).

For the "Other" option cell you could also use Data
Validation....select "custom" from the "allow" meu and type:

=B1="other"

data will only be possible if B1 = "Other", I would also use
conditional formatting to make the cell invisible unless "other" is
selected.

Hope this helps!
Jean-Guy


--
pinmaster
------------------------------------------------------------------------
pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261
View this thread: http://www.excelforum.com/showthread...hreadid=510527

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
Drop Down Lists - assign a value based on selection Neil M Excel Worksheet Functions 6 November 19th 05 03:25 PM
Link To Drop Down Menu JANA Excel Worksheet Functions 5 October 26th 05 01:34 PM
requires that merged cells must be identically sized? Catt Excel Discussion (Misc queries) 11 July 3rd 05 12:36 PM
Copy drop down boxes and associate to cells dynamically in excel t Killion Excel Worksheet Functions 2 June 10th 05 03:11 PM
Trace ALL dependent cells in any worksheet anywhere in Excel Graham Tapper Excel Worksheet Functions 6 March 11th 05 05:44 PM


All times are GMT +1. The time now is 07:39 AM.

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

About Us

"It's about Microsoft Excel"