Results 1 to 8 of 8

Formula to calculate average difference between dates.

Threaded View

  1. #1
    Registered User
    Join Date
    11-07-2019
    Location
    Lithuania
    MS-Off Ver
    Office 2013
    Posts
    52

    Formula to calculate average difference between dates.

    Hello,

    I've been trying to calculate average difference between two date columns without using any helper columns. Example workbook added.

    The whole row should be ignored if column B or C contains a blank cell

    Column A: Item name
    Column B: Date when the item was opened
    Column C: Date when the item was closed

    As far as i have achieved is this :
    {=AVERAGE(IF(ISNUMBER(B1:B100)*ISNUMBER(C1:C100),C1:C100-B1:B100))}
    although it returns DIV/0 error.

    Thank you for any help and tips.
    Attached Files Attached Files
    Last edited by baxius; 10-18-2021 at 04:48 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 10-29-2014, 08:11 AM
  2. Calculate average difference of a series.
    By avinkris in forum Excel General
    Replies: 7
    Last Post: 09-25-2014, 10:44 AM
  3. [SOLVED] Formula to calculate sum/average based on number of unique dates in range
    By JennOlsen in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-19-2014, 06:47 PM
  4. [SOLVED] Date format problem using a formula in VBA to calculate difference between times and dates
    By alicebrewer in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-05-2012, 03:13 AM
  5. formula needed to calculate the difference between 2 dates excluding wkend
    By danielle16dl in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 04-08-2011, 10:39 PM
  6. Excel Formula trying to calculate difference between two dates
    By carolynb in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 03-03-2010, 09:35 AM
  7. Replies: 2
    Last Post: 02-25-2006, 12:20 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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1