in a line of three possible answers how to prevent multiple answer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am offering three possible answers to a question. I want to prevent
multiple answers to one question eg. when a cell has been filled I want the
other cells to automatically block
 
You need a worksheet_change event macro. The logic would be something like

Look at all three cells If all three are empty, then unprotect all three.
if any cell is not empty, then protect the other two and unprotect the
non-empty cell.
 

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