What do you mean by lock and why do you have to
edit a formula to lock it?
You can select the whole spreadsheet, do format>cells>protection and clear
locked, then select all the formulas you want to lock and reverse that and
select locked, then protect the worksheet
--
Regards,
Peo Sjoblom
I'm referring to locking the formula so I can drag it without the
values in the formula changing..You know how you can lock a formula
with a $ sign? I want to add dollar signs to a series of selected
formulas. They all have different variables and refer to different
things. I need to lock them all though so I can select them and drag
the formulas to other cells (to autopopulate it with that same
formula). I find myself doing this quite often and sometimes it is
upwards of 10 to 30 formulas. Below is an example of the formula
locking technique I'm talking about.
=IF(CELL("contents",E517)=C536,"*",E517)
=IF(CELL("contents",$E$517)=$C$536,"*",$E$517)
=IF(COUNTIFS(I17:I500,">00:05:00",I17:I500,"<=00:30:00")=0,"",COUNTIFS(I17:I500,">00:05:00",I17:I500,"<=00:30:00"))
=IF(COUNTIFS($I$17:$I$500,">00:05:00",$I$17:$I
$500,"<=00:30:00")=0,"",COUNTIFS($I$17:$I$500,">00:05:00",$I$17:$I
$500,"<=00:30:00"))
I have a tone of formulas that I want to do this with. The purpose of
doing this is to be able to drag the formula and auto populate other
cells. So I can make a dashboard.