Locking a cell based on a cells content

T

The Rook

I am wanting to lock cell A1 from being able to be populated if both B1 & C1
are both empty.

Is this possible?
 
L

Luke M

Data - Validation, Custom
=COUNTBLANK(B1:C1)<>2

Also, uncheck the "ignore blank" option.
 
Top