View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Apply Data Validation List only IF . . .

Here is how to do it.

Put the value into referred cell that you wish to check for.

Then add DV with an allow type of Custom, and a formula of say

=IF(E1<"",the_list_range)

where E1 is that referenced cell.

changing E1 should work the DV cell as you want.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"KUMPFfrog" wrote in message
...
Just wondering if I could conditionally apply a DV drop down list to a
cell
only if a referenced cell is equal to a certain value. I am using Excel
2003
and am looking for a NON macro solution.
-OR-
return the value of a cell (containing a DV drop down) to the first value
of
the list (usually a blank) when the data in the named range changes and
the
list is updated.
Again, not looking for a macro.

can either of these be done?