Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi! I am trying to enforce selection from a list (Range1) in column D when
the value in column c is equal to "Hello", if the value in column c does not equal "Hello" I want the user to be able to type in whatever they want in column D. I have pored through the newsgroup and not found anything relevant, hence this question...Thanks... |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Make sure that the C cell has the value Hello in it, then add this formula
to the DV type of List =IF(C1="Hello",rng) where rng is the range of your list -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Walt Herman" wrote in message ... Hi! I am trying to enforce selection from a list (Range1) in column D when the value in column c is equal to "Hello", if the value in column c does not equal "Hello" I want the user to be able to type in whatever they want in column D. I have pored through the newsgroup and not found anything relevant, hence this question...Thanks... |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Bob, thank you for your prompt response. I have already gotten that far. The
problem is when column C does not equal "Hello" I want the user to be able to enter whatever they want in column D and validation seems to be enforcing "" "Bob Phillips" wrote: Make sure that the C cell has the value Hello in it, then add this formula to the DV type of List =IF(C1="Hello",rng) where rng is the range of your list -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Walt Herman" wrote in message ... Hi! I am trying to enforce selection from a list (Range1) in column D when the value in column c is equal to "Hello", if the value in column c does not equal "Hello" I want the user to be able to type in whatever they want in column D. I have pored through the newsgroup and not found anything relevant, hence this question...Thanks... |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You have to follow Bob's directions, it does what you want.
-- Regards, Peo Sjoblom "Walt Herman" wrote in message ... Bob, thank you for your prompt response. I have already gotten that far. The problem is when column C does not equal "Hello" I want the user to be able to enter whatever they want in column D and validation seems to be enforcing "" "Bob Phillips" wrote: Make sure that the C cell has the value Hello in it, then add this formula to the DV type of List =IF(C1="Hello",rng) where rng is the range of your list -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Walt Herman" wrote in message ... Hi! I am trying to enforce selection from a list (Range1) in column D when the value in column c is equal to "Hello", if the value in column c does not equal "Hello" I want the user to be able to type in whatever they want in column D. I have pored through the newsgroup and not found anything relevant, hence this question...Thanks... |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It works if the next row of column C is blank as it will then allow you to
type text in freeform in column D. However, if there is any string in that cell of column c the validation will disallow any other entry in column D. My column C will always have text values in it and occasionally they will contain "Hello" but more often than not they will not. I appreciate your help nonetheless. Thanks. You have to follow Bob's directions, it does what you want. -- Regards, Peo Sjoblom "Walt Herman" wrote in message ... Bob, thank you for your prompt response. I have already gotten that far. The problem is when column C does not equal "Hello" I want the user to be able to enter whatever they want in column D and validation seems to be enforcing "" "Bob Phillips" wrote: Make sure that the C cell has the value Hello in it, then add this formula to the DV type of List =IF(C1="Hello",rng) where rng is the range of your list -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Walt Herman" wrote in message ... Hi! I am trying to enforce selection from a list (Range1) in column D when the value in column c is equal to "Hello", if the value in column c does not equal "Hello" I want the user to be able to type in whatever they want in column D. I have pored through the newsgroup and not found anything relevant, hence this question...Thanks... |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You are right, the reason it works is because it ignores blanks unless it is
unchecked. AFAIK you cannot fix this since you would be using conditions which are opposite to each other The condition to display the list is that C1 equals "Hello", then you cannot also have a condition that says something else. Meaning that validation block entries that return FALSE so if C1 is not "Hello" but has some sort of entry the formula returns FALSE thus blocking any other entry -- Regards, Peo Sjoblom "Walt Herman" wrote in message ... It works if the next row of column C is blank as it will then allow you to type text in freeform in column D. However, if there is any string in that cell of column c the validation will disallow any other entry in column D. My column C will always have text values in it and occasionally they will contain "Hello" but more often than not they will not. I appreciate your help nonetheless. Thanks. You have to follow Bob's directions, it does what you want. -- Regards, Peo Sjoblom "Walt Herman" wrote in message ... Bob, thank you for your prompt response. I have already gotten that far. The problem is when column C does not equal "Hello" I want the user to be able to enter whatever they want in column D and validation seems to be enforcing "" "Bob Phillips" wrote: Make sure that the C cell has the value Hello in it, then add this formula to the DV type of List =IF(C1="Hello",rng) where rng is the range of your list -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Walt Herman" wrote in message ... Hi! I am trying to enforce selection from a list (Range1) in column D when the value in column c is equal to "Hello", if the value in column c does not equal "Hello" I want the user to be able to type in whatever they want in column D. I have pored through the newsgroup and not found anything relevant, hence this question...Thanks... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional data validation. | Excel Discussion (Misc queries) | |||
Data Validation & Conditional Formatting | Excel Discussion (Misc queries) | |||
Conditional Data Validation | Excel Discussion (Misc queries) | |||
conditional data validation | Excel Worksheet Functions | |||
How do I use a conditional (IF) statement in Data Validation? | Excel Worksheet Functions |