Require answer dependant upon earlier cell information

T

tomeck

I am using Excel 2007 for a survey. In one cell, i have a list of items they
can select with the last item being "Other." This cell uses data validation
to limit the input to the list.

After this question, i have another cell that is to be filled in if they
selected other in the prior question. I would like to require that they fill
in this cell if they do check "Other."

Is there a simple way to validate that the second cell is not blank if other
is selected in the first cell?

Thanks.
 
B

Bernard Liengme

That would be hard to do but here is a compromise: use Conditional
Formatting such that if first cell is "Other" then the next cell goes red if
it is blank
On the Conditional Formatting dialog use =AND(E15="Other",ISBLANK(F15))
best wishes
 

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

Top