Hi all, this is my question.
In a worksheet I need to establish a condition that only allows me to edit certain cells only if another cell is equal to a value. For example:
-- If A1="Hour" the worksheet allows me to edit C1 and D1, but doesn't allow me to edit E1.
-- But if A1="Day", the worksheet doesn't allow me to edit C1 and D1 but allows me to edit E1.
note: A1 can only contain "Hour" or "Day" no other value is allowed.
I don't know if I made myself clear...if not, please tell me and I'll try to explain it clearly. Sorry for my english... and thanks in advance.
In a worksheet I need to establish a condition that only allows me to edit certain cells only if another cell is equal to a value. For example:
-- If A1="Hour" the worksheet allows me to edit C1 and D1, but doesn't allow me to edit E1.
-- But if A1="Day", the worksheet doesn't allow me to edit C1 and D1 but allows me to edit E1.
note: A1 can only contain "Hour" or "Day" no other value is allowed.
I don't know if I made myself clear...if not, please tell me and I'll try to explain it clearly. Sorry for my english... and thanks in advance.