formula in excell

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I'm trying to find the formula that will calculate the
percentage gain or loss, between two numbers
 
One way:

=B1/A1 - 1

(which is a bit more efficent than (B1-A1)/A1, since A1 only has to
be looked up once).

Format as a percentage.
 
Back
Top