restricting data when other cell is empty.

F

Frank Kabel

Hi
try the following:
- Assumptions: A1:A10 stores your list of supplieres
- select cell I3
- goto 'Data - Validation - Custom'
enter the formula
=COUNTIF($A$1:$A$10,D4)>0
- uncheck 'ignore blank cells' in this dialog
 
Top