Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Melissa
 
Posts: n/a
Default Prevent entry based on another cell value

Hi every one
A1=5
B1=10
If C1 is is not between 5 and 10 then D1 is "locked" for entry.
I suppose some sort of custom conditional formatiing would do this but Im
not sure how to do it.
Thanks!
Melissa
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi Melissa

click on D1
choose data / validation
under allow choose
custom
type in formula
=AND(C1A1,C1<B1)

click OK

Cheers
JulieD

"Melissa" wrote in message
...
Hi every one
A1=5
B1=10
If C1 is is not between 5 and 10 then D1 is "locked" for entry.
I suppose some sort of custom conditional formatiing would do this but Im
not sure how to do it.
Thanks!
Melissa



  #3   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Melissa,

Select cell D1, then use Data | Validation, then choose "Custom" and use
the formula

=AND(C1=A1,C1<=B1)

HTH,
Bernie
MS Excel MVP

"Melissa" wrote in message
...
Hi every one
A1=5
B1=10
If C1 is is not between 5 and 10 then D1 is "locked" for entry.
I suppose some sort of custom conditional formatiing would do this but Im
not sure how to do it.
Thanks!
Melissa



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
Cell Formula reference to cell Based On third Cell Content Gabriel Excel Discussion (Misc queries) 1 February 11th 05 06:36 AM
resolving a numeric cell entry for its meaning vtcrob Excel Worksheet Functions 0 February 4th 05 02:23 AM
changing value of a cell based on another cell color Gary Excel Discussion (Misc queries) 2 January 30th 05 10:19 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
Returning a Value to a Cell Based on a Range of Uncertain Size amc422 Excel Worksheet Functions 7 November 14th 04 03:03 PM


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