Lock a cell when a given cell contains data

  • Thread starter Thread starter derdman
  • Start date Start date
D

derdman

I need to lock cell B1, for instance, when A1 contains data, an
vice-versa. I only want a user to have the ability to populate one o
the two fields so that I can write a simple sum formula.

Thanks in advance for the help
 
Hi
one way: use data validation:
- select cell B1
- enter the validation formula: =A1=""

select cell A1 and enter the validation formula: =B1=""

Frank
 

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