Hi,

Is there a way to set a cell equal to a value without removing the equation?

The cell looks like this now:
=IF(ISERROR(D554);D553;IF(OR(D554<0,65;D548=1);D553;IF(D583=1;D554-0,01;D554)))

I want to set the value of this cell to 0,95 when someone changes the input of a cell. Then I want it to continue with the formula which is there already (it's a counter which uses iterative calculations).

Thanks you for any answers!