Thanks Anthony & JMB
Below are results,but a Q on them
Result
-0.0021 38
-0.0007 67
-0.0009 -29
-0.0004 56
0.0001 125
0.0036 3500
0.0028 -22
0.0023 -18
-0.0009 -139
Why am I getting +67 between two neg #s, and -29 again between 2 neg #s?
Please help
Thanks
Zee
> If the numbers are in A1:A9, are you looking for
> =(A2-A1)/ABS(A1)
[quoted text clipped - 26 lines]
> >
> > So what should the formula be?
SteveW - 28 Sep 2006 02:28 GMT
> Thanks Anthony & JMB
> Below are results,but a Q on them
[quoted text clipped - 12 lines]
> Why am I getting +67 between two neg #s, and -29 again between 2 neg
> #s?
because it went from -.0021 to -0.0007 ie increase of 67%
in the other one it drops from -.0007 to -0.0009 ie a drop of 29%
Don't blame the formula if the answers aren't what you expected :)
Seriously, though always good to query the results - it might be a data
error
or one in the formula - always best to check.
You haven't explained what the data is, but as long as the values are
equally spaced in time or whatever
then the results shuold be valid.
> Please help
> Thanks
[quoted text clipped - 35 lines]
>> >
>> > So what should the formula be?

Signature
Steve (3)
JMB - 28 Sep 2006 02:30 GMT
+67: Because -0.0007 is larger than -0.0021
-29: Because -0.0009 is smaller than -0.0007
Positive rate of change means the numbers are getting larger, negative means
the numbers are getting smaller.
> Thanks Anthony & JMB
> Below are results,but a Q on them
[quoted text clipped - 46 lines]
> > >
> > > So what should the formula be?