#1   Report Post  
JJalomo
 
Posts: n/a
Default Data Validation

How do I allow input into a cell only if it meets the criteria of another
cell.

If cell c3 contains "Active", allow any value to be input into D3
If cell c3 contains "Inactive" do not allow input into D3
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

You asked the same thing yesterday and I asked what if someone type
something else
because your question leaves things unanswered. What if someone typed in
"abcde" in
C3, can you enter anything in D3? If not then your criteria should be only
based on "active"
and everything else is not allowed. Or you can have validation on C3 and
using list and put in
Active,Inactive
theat way they can only choose from that

Anyway use

=C3="active"

undec allowcustom

--

Regards,

Peo Sjoblom


"JJalomo" wrote in message
...
How do I allow input into a cell only if it meets the criteria of another
cell.

If cell c3 contains "Active", allow any value to be input into D3
If cell c3 contains "Inactive" do not allow input into D3



  #3   Report Post  
JJalomo
 
Posts: n/a
Default

I did not receive your answer yesterday. I apologize for that. I do have a
data validation list in c3 which allows Active or Inactive
Do I put the formula in custom data validation? What does undec mean?

"Peo Sjoblom" wrote:

You asked the same thing yesterday and I asked what if someone type
something else
because your question leaves things unanswered. What if someone typed in
"abcde" in
C3, can you enter anything in D3? If not then your criteria should be only
based on "active"
and everything else is not allowed. Or you can have validation on C3 and
using list and put in
Active,Inactive
theat way they can only choose from that

Anyway use

=C3="active"

undec allowcustom

--

Regards,

Peo Sjoblom


"JJalomo" wrote in message
...
How do I allow input into a cell only if it meets the criteria of another
cell.

If cell c3 contains "Active", allow any value to be input into D3
If cell c3 contains "Inactive" do not allow input into D3




  #4   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Sorry, undec should have been under, just use datavalidationallowcustom
and in the formula bar put

=C3="active"


if that does not work you can use

=OFFSET(D3,,-1)="active"


--

Regards,

Peo Sjoblom


"JJalomo" wrote in message
...
I did not receive your answer yesterday. I apologize for that. I do have

a
data validation list in c3 which allows Active or Inactive
Do I put the formula in custom data validation? What does undec mean?

"Peo Sjoblom" wrote:

You asked the same thing yesterday and I asked what if someone type
something else
because your question leaves things unanswered. What if someone typed in
"abcde" in
C3, can you enter anything in D3? If not then your criteria should be

only
based on "active"
and everything else is not allowed. Or you can have validation on C3 and
using list and put in
Active,Inactive
theat way they can only choose from that

Anyway use

=C3="active"

undec allowcustom

--

Regards,

Peo Sjoblom


"JJalomo" wrote in message
...
How do I allow input into a cell only if it meets the criteria of

another
cell.

If cell c3 contains "Active", allow any value to be input into D3
If cell c3 contains "Inactive" do not allow input into D3






  #5   Report Post  
JJalomo
 
Posts: n/a
Default

Thank you. That works, except I also need to populate a Zero if the user
selects Inactive in C3
What would I have to modify

"JJalomo" wrote:

How do I allow input into a cell only if it meets the criteria of another
cell.

If cell c3 contains "Active", allow any value to be input into D3
If cell c3 contains "Inactive" do not allow input into D3

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 DLM Excel Discussion (Misc queries) 2 February 22nd 05 02:26 AM
Effect of Conditional Formatting, Data Validation Bill Sturdevant Excel Discussion (Misc queries) 1 January 25th 05 11:50 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
Data Validation Window? Ken Excel Discussion (Misc queries) 1 January 11th 05 10:48 PM
Excel2K: Is it possible to use dynamic named ranges in custom data validation formula? Arvi Laanemets Excel Discussion (Misc queries) 0 December 2nd 04 11:29 AM


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