View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default IF Formula that results in Protection????

While you can not protect the cells with a formula you could use custom data
validation to make inputs invalid in cells B1:B10 meaning that they are
protected from change.

Select the Range B1:B10
Click Data - Validation... -Custom
=$A$1<500
Uncheck Ignore Blanks
You can change the error alert.
Click OK

If 500 is entered in Cell A1 then B1:B10 can not be modified.
--
HTH...

Jim Thomlinson


"John Sofillas" wrote:

Hi,
I was wondering if there was a way to write an IF formula that results
a range of cells to be protected? In other words, if A1 = 500, then
B1:B10 would be protected? I also heard there may be a way to format a
cell to where you could have a formula in, yet still be able to key
punch in it, without having to erase the formula in the cell. This too
would satisfy my needs. Any truth to it? If someone could answer
either of my inquiries, I would appreciate it. Thanks!