• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Formula

dchatrie

New Member
I would like a formula that if say A1=1 you cant type in B1 and C1. As well as if B1=1 then A1 and C1 you cant type in and if C1=1 then A1 and B1 you cant type in. Something like mutually exclusive.
 
Select cells A1:C1. Data - data Validation. Custom rule.

=COUNTIF($A$1:$C$1,1)=0


hit 'ok'.


You should be all set now.
 
Back
Top