Results 1 to 2 of 2

Thread: How to create formula to find relative percent difference in Excel

  1. #1
    Join Date
    Dec 2011
    Posts
    64

    How to create formula to find relative percent difference in Excel

    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. So how can I change 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 column A and b is a data point in column B?

  2. #2
    Join Date
    Aug 2011
    Posts
    695

    Re: How to create formula to find relative percent difference in Excel

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

    =(A2-B2)/((A2+B2)/2)*100
    where cell A2 contains your a data point and cell B2 contains your b data point.

Similar Threads

  1. Replies: 2
    Last Post: 23-02-2012, 02:56 PM
  2. How to create Margin/markup formula for Excel
    By Lanka Boy in forum Windows Software
    Replies: 3
    Last Post: 06-01-2012, 07:17 PM
  3. Replies: 4
    Last Post: 06-01-2012, 05:53 PM
  4. Replies: 6
    Last Post: 31-12-2011, 05:42 PM
  5. Formula to find next value in row in MS Excel
    By Abhiraj in forum Windows Software
    Replies: 2
    Last Post: 12-06-2009, 12:57 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,016,831.24243 seconds with 17 queries