T
tiburon guy
Is there a way to restrict data entry in one cell, ideally like how
excel generates a pop-up to the user when a cell is locked and
protected, until specific data has been entered into a second cell.
In boolean logic terms something like:
if A2=blank then A1=locked cell
Then as soon as the user enters something into A2, cell A1 would
become user accessible. Any way to accomplish this? The problem with
data validation is that it's always enabled, not conditional based on
a secondary cell. I have a building permit tracking worksheet with ~20
columns and the 'permit type' column must be completely locked from
user input until the 'permit issued' column has been filled. Thanks.
excel generates a pop-up to the user when a cell is locked and
protected, until specific data has been entered into a second cell.
In boolean logic terms something like:
if A2=blank then A1=locked cell
Then as soon as the user enters something into A2, cell A1 would
become user accessible. Any way to accomplish this? The problem with
data validation is that it's always enabled, not conditional based on
a secondary cell. I have a building permit tracking worksheet with ~20
columns and the 'permit type' column must be completely locked from
user input until the 'permit issued' column has been filled. Thanks.