Results 1 to 6 of 6

Average amount between a date range

Threaded View

  1. #6
    Registered User
    Join Date
    03-18-2015
    Location
    Windsor, England
    MS-Off Ver
    2013
    Posts
    13

    Re: Average amount between a date range

    Assuming dates are in A2:A12, amounts in B2:B12, and first date from in D3, and first date to in E3, then:



    =SUMPRODUCT(($A$2:$A$12>=$D3)*($A$2:$A$12<=$E3)*$B$2:$B$12)/SUMPRODUCT(($A$2:$A$12>=$D3)*($A$2:$A$12<=$E3))

    EDIT: Other solutions are more elegant!
    Last edited by GaryBarlow; 03-20-2015 at 06:01 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] How to get invoice amount with corresponding date range
    By bluelulu in forum Excel General
    Replies: 15
    Last Post: 02-27-2014, 03:58 PM
  2. Replies: 2
    Last Post: 04-28-2013, 02:23 AM
  3. How to match Date and Amount from Sheet1 to Sheet2 with the same Date and Amount?
    By ims0phie in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 04-23-2013, 06:51 AM
  4. Counting amount incorrect within a date range.
    By grungernelly in forum Excel General
    Replies: 8
    Last Post: 06-08-2009, 06:54 AM
  5. finding last and creating average amount income to date
    By Jerry Kinder in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 03-04-2006, 01:10 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