difference in percentange

C

Caribbrz

This is probably a very easy question....

I have the following

cell D cell E
484 526

In cell F I want to show the difference in a percentage. I currently have
the following format
(D1-E10/D1 but it gives me a -9%....when it is actaully an
increase....what am I doing wrong?
 
D

Dave Peterson

How about:

=(e1-d1)/d1


This is probably a very easy question....

I have the following

cell D cell E
484 526

In cell F I want to show the difference in a percentage. I currently have
the following format
(D1-E10/D1 but it gives me a -9%....when it is actaully an
increase....what am I doing wrong?
 

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

Top