Formula for empty cell

C

collyer3

I am trying to put a validation into a cell that would refer to two other
cells. I want to make it so if I try to type text into B9 cell, I either have
to put an X in cell A10 or A13 first. I sure there's a way to do this, but I
can't figure it out. Any ideas?
 
B

Bernard Liengme

I cannot think how to do this at the moment with Data Validation.
Others may give you a VBA solution
Meanwhile, how about using Conditional Formatting ?
With B9 as the active cell use this rule: =COUNTA(A10,13)<1 and set a fill
color to alert the user of an error.
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