Formula for Relative Percent Difference...

B

bnorris

I'm trying to develop a data control chart and I can't find the function for
relative percent difference...I think it might be a nested function that I
need to use? I'm new to this aspect of excel so, please be kind. I have
found the formula
ABS (A-B)/A but I need a function for relative percent difference....how can
I chage the following formula into something that works in excel?

(a-b)/((a+b)/2)*100 = relative percent difference, where a is a data point
in colum A and b is a data point in colum B?

Thanks
 
N

NBVC

JIn an empty cell, just replace the a and b with the actual cell
references..and place an = sign in front.

e.g

=(A2-B2)/((A2+B2)/2)*100

where cell A2 contains your a data point and cell B2 contains your b
data point.


--
NBVC

Where there is a will there are many ways.

'The Code Cage' (http://www.thecodecage.com)
 

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