How to create "lock" (stop updating of cells) in Excel?
Posted
by
Oozi
on Stack Overflow
See other posts from Stack Overflow
or by Oozi
Published on 2011-01-03T14:49:18Z
Indexed on
2011/01/03
14:53 UTC
Read the original article
Hit count: 130
My question is pretty simple, but one to which I can't really find a solution myself. I use Excel quite frequently, but rarely the fancy stuff. Anyway, to the point:
How do I create a dropmenu that will lock certain cells, rows or columns? (by lock I mean unable to change via hand and stops updating itself).
Example: A1 = 5 B1 = A1 * 100
Can I "lock" the B1-cell, so that changing A1 will have no effect on B1 (Will remain at value 500)?
I would preferably want to be able to "unlock" the cell as well, instead of simply making function into value.
Is this possible?
Thanks in advance!
© Stack Overflow or respective owner