I am trying to figure out how to block a cell based on the value in another adjacent cell in my Google spreadsheet.
In my Google spreadsheet, both column A and column B have a dropdown list. I want cell B1 to be locked if a particular item is selected from the dropdown in column A.
I ran across a link that is similar, but I do not know how to adjust it to meet my needs. Is this something that can be done?
onEdit()
trigger, that monitors the state of the cell in column A, then acts upon the cell B1. Google Documentation - Alan Wells