I think OP wants the <difference>:
=(B1-A1)/A1 or =B1/A1 - 1
format as percentage

Signature
Bernard Liengme
www.stfx.ca/people/bliengme
remove CAPS in email address
> Hi
>
[quoted text clipped - 7 lines]
> between 2
>> monetary amounts?
John Mansfield - 08 Dec 2004 19:17 GMT
I would use the formula
=(B1-A1)/abs(A1)
where the data in B1 is new and the data in A1 is what you want to compare
to. The reference to the absolute value in the denominator insures that the
percent change signs are correct if and when a negative number were to occur.
> I think OP wants the <difference>:
> =(B1-A1)/A1 or =B1/A1 - 1
[quoted text clipped - 11 lines]
> > between 2
> >> monetary amounts?