+ Reply to Thread
Results 1 to 2 of 2

Average of difference between columns

  1. #1
    Registered User
    Join Date
    07-25-2013
    Location
    Pluto
    MS-Off Ver
    Excel 2010
    Posts
    11

    Average of difference between columns

    Hey all,

    I'm not sure if this is possible, but it would be brilliant if I could do it.

    I have 2 columns of data running from A50:A1967 and B50:B1967.

    What I want to do is write a single formula, in Cell C1, which will evaluate the difference between columns A and B, then take an average of this value.

    A long winded version of this would be to write in column C =(B50-A50), Drag. Then in Cell D1, write Average(C50:C1967).

    Clearly a one cell formula would be much neater. Can this be done?

    Please and thanks

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Average of difference between columns

    You can try this array formula entered with CTRL + SHIFT + ENTER

    =AVERAGE(B50:B1967-A50:A1967)


    Or without the array entry..

    =SUMPRODUCT((B50:B1967-A50:A1967)/COUNT(A50:A1967))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Calculate average difference between two columns of data [if criteria is met]
    By samcdavies in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-29-2013, 04:56 AM
  2. calc the average difference between columns
    By Zeke43 in forum Excel General
    Replies: 9
    Last Post: 05-05-2009, 05:35 PM
  3. Average Time Difference
    By jonhunt in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-13-2006, 01:05 PM
  4. [SOLVED] Difference from an average
    By Larry L in forum Excel General
    Replies: 2
    Last Post: 05-26-2006, 11:35 AM
  5. [SOLVED] charting a difference of 2 columns' w/o adding a difference column
    By Wab in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 07-26-2005, 10:05 PM

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1