What formula do I use to find a percentage change?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm new to using Excel and I just need to find a formula to use that will
calculate a percentage change from one cell to another.
 
One way:

=(A2-A1)/A1

formatted as a percentage, which can be simplified to

=A2/A1 - 1

also formatted as a percentage.
 
Hi Litty
I am rally trying but no luck. what is the percentage?
E6 F6 =% difference of those two below?
1.06 0.98 =SUM(E6:F6)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top