I would like to trigger the decrease if the ref. cell grows by 10% over its
baseline value in a series of updates.
A1 will contain the original reference value
B1 will contain the current reference value
C1 will contain the orgininal value of the quantity to be depreciated
D1 will contain:
=(1-INT(10*(B1-A1)/A1)*0.0218)*C1
For example:
100 106 1234 1234
the current value is only up by 6%, so no depreciation
100 111 1234 1207.0988
the current value is more than 10% higher, so one step depreciation
100 124 1234 1180.1976
Now two steps, etc.

Signature
Gary''s Student - gsnu200758
> I would like to trigger the decrease if the ref. cell grows by 10% over its
> baseline value in a series of updates.
[quoted text clipped - 9 lines]
> > >
> > > Liz
Liz Parkes - 22 Nov 2007 12:46 GMT
Thanks for answering my question.
Yours,
Liz
> A1 will contain the original reference value
> B1 will contain the current reference value
[quoted text clipped - 30 lines]
> > > >
> > > > Liz
Gary''s Student - 22 Nov 2007 13:03 GMT
You are very welcome.

Signature
Gary''s Student - gsnu200758
> Thanks for answering my question.
> Yours,
[quoted text clipped - 35 lines]
> > > > >
> > > > > Liz