Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 132
Default Restricting values in a cell that already has a dropdown list in i

Let me know if I am restating/summarizing the issue correctly:
-There is a cell (Special Project Hours) that is a data-validation drop-down
list.
-Another cell (Special Project Code) only allows user entry if Hours is
greater than 0.

If this is what you desire, you still have the Data Validation of the Code
cell. It can be a formula (that returns true or false), such as "=If(
Special_Project_Hours_cell =0, true, false )"

Here's a simple example.
http://wcpii.com/Documents/Validation.xls

Regards,
Bill


"BrianMo" wrote:

I am trying to make it so that the user can not enter any information into a
cell where the value for it's criteria is 0. For example I am doing Special
Project Hours with a Special Project Hours and Code column. For any Special
Project hour column that has a number less than 1 I don't want the user to be
able to input anything. The trouble I am having is my Special Project Hours
column is a dropdown list that I created with a data validation rule. Any
help would be greatly appreciated.

Thanks in advance

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
return value from a dropdown list in other cell martinezfer Excel Discussion (Misc queries) 2 January 25th 12 07:03 PM
Dropdown List from values in a Cell Range DrKacso Excel Programming 2 August 8th 06 11:15 PM
result of selecting from the dropdown list should be a dropdown list No News Excel Worksheet Functions 0 July 5th 06 04:09 PM
result of selecting from the dropdown list should be a dropdown list No News Excel Worksheet Functions 2 July 1st 06 10:53 AM
Allow selection of multiple values in dropdown list in excel Nancy @ CHR Excel Discussion (Misc queries) 2 April 13th 06 10:44 PM


All times are GMT +1. The time now is 07:08 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"