restricting data when other cell is empty.

  • Thread starter Thread starter ZOHAR BATTERYWALA
  • Start date Start date
Z

ZOHAR BATTERYWALA

Respected Sir,
IN A CELL(I3) NO VALUE SHOULD BE ACCEPTED IF OTHER CELL(D4) IS
EMPTY/CONTAINS VALUE THAT IS NOT IN A PARTICULAR LIST(LIST OF
SUPPLIERS).
Zohar
(e-mail address removed)
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top