Is there a way to make the contents of a cell change according to whether the worksheet is protected?
For example, if there were such a function (but I don't believe there is), it would look something like this:
A1: "Protection is "
B1: = IF('PROTECTION', TRUE, "ON", "OFF")
Results:
With the worksheet protected:..... Protection is ON
With the worksheet unprotected:. Protection is OFF
Is my question clear enough?
Thanks!
Alex
Bookmarks