View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Anthony D Anthony D is offline
external usenet poster
 
Posts: 78
Default Calculate Rate of Change Formula

Hi Zee,

If your data is in a1 to a9, in b2 try:

=(A2-A1)/ABS(A1)

copied down to b9, and b2 to b9 formatted as %.

Hope that helps,
Anthony


"Zee" wrote:

Hi

Could someone help me w/the rate of chage formula to use when going from a
Negative to a Positive number and visa versa

In the column below - and + #s followinf each other

So what formula should I use to figure out ROC between 1 & 2, then between
2 & 3, then 3 & 4 espicially between 4 & 5, and 8 & 9, when it changes
signs

-0.0021
-0.0007
-0.0009
-0.0004
0.0001
0.0036
0.0028
0.0023
-0.0009

Would have IF and statements?

Because sometime neg follows neg, then neg follows positive, then poistive
follws negative

So what should the formula be?