Hello Friends,
I have another problem with respect unlocking/locking of cells based on conditions. Following are the details:
Below are the columns in my sheet.
Column1 Cloumn2 Column3 Column4 Column5
------- ------- ------- ------- -------
Event 1 True
Event 2 False
Event 3 True
Column1 is a drop down list. Every event in this drop down list corresponds to only one of the three columns e.g. Column3, Column4 and Column5.
Now,
IF(Column1="Event1" and Column2="False") THEN
All the columns from 3 to 5 would be disabled.
Also,
IF(Column1="Event1" and Column2="True") THEN
lock/disable the all columns from 3 to 5 except the one which corresponds to Event1.
Any Suggestions. Thanks.
I have another problem with respect unlocking/locking of cells based on conditions. Following are the details:
Below are the columns in my sheet.
Column1 Cloumn2 Column3 Column4 Column5
------- ------- ------- ------- -------
Event 1 True
Event 2 False
Event 3 True
Column1 is a drop down list. Every event in this drop down list corresponds to only one of the three columns e.g. Column3, Column4 and Column5.
Now,
IF(Column1="Event1" and Column2="False") THEN
All the columns from 3 to 5 would be disabled.
Also,
IF(Column1="Event1" and Column2="True") THEN
lock/disable the all columns from 3 to 5 except the one which corresponds to Event1.
Any Suggestions. Thanks.