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

Signature
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> 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
[quoted text clipped - 3 lines]
> relevant,
> hence this question...Thanks...
Walt Herman - 31 Oct 2007 18:01 GMT
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 ""
> Make sure that the C cell has the value Hello in it, then add this formula
> to the DV type of List
[quoted text clipped - 10 lines]
> > relevant,
> > hence this question...Thanks...
Peo Sjoblom - 31 Oct 2007 18:18 GMT
You have to follow Bob's directions, it does what you want.

Signature
Regards,
Peo Sjoblom
> Bob, thank you for your prompt response. I have already gotten that far.
> The
[quoted text clipped - 21 lines]
>> > relevant,
>> > hence this question...Thanks...
Walt Herman - 31 Oct 2007 21:36 GMT
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.
>
[quoted text clipped - 23 lines]
> >> > relevant,
> >> > hence this question...Thanks...
Peo Sjoblom - 31 Oct 2007 21:58 GMT
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

Signature
Regards,
Peo Sjoblom
> 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
[quoted text clipped - 37 lines]
>> >> > relevant,
>> >> > hence this question...Thanks...