+ Reply to Thread
Results 1 to 2 of 2

Sum totals across a range of dates

  1. #1
    Registered User
    Join Date
    07-18-2014
    Location
    Atlanta, GA
    MS-Off Ver
    10
    Posts
    65

    Sum totals across a range of dates

    On the Data Sheet, each Project (Column A) has a start date (Column G) and an end date (Column H) with duration (Column I) and Revenue (Column J). There can be multiple Projects with the same name, but starting and ending on different dates
    What I need to do is to create an Overview Sheet where management can look at the revenue stream by project over a 52 week range. And, I am totally befuddled

    The Overview Sheet has the Projects in Column A and in row 1 are the dates for each Monday. So, say one of the ABC Projects starts on 6/15 and runs through 7/15 it has a Duration of 3.14 weeks with a total Revenue of $1,100. Therefore each week this specific ABC project is generating $350 per week. Now, let's say another ABC Project starts on 6/22 and runs through 7/22 I need to show this- when these two projects are running simultaneously the $ amount is $700 etc... Any help is greatly appreciated as I am terminally "stuck"
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    07-16-2012
    Location
    Newcastle upon Tyne
    MS-Off Ver
    Excel 2010
    Posts
    69

    Re: Sum totals across a range of dates

    Try this (typed into B2, then copied across/down):

    =SUMPRODUCT((Data!$A$2:$A$21=$A2)*(Data!$G$2:$G$21/Data!$F$2:$F$21)*(Data!$D$2:$D$21<=B$1)*(Data!$E$2:$E$21>=B$1))
    Steve D. a.k.a. Stephen Dunn

+ 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. Summing Totals Between Dates
    By Swept in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-11-2013, 05:48 PM
  2. VBA to consolidate dates and show totals without pivot.
    By Jyae in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-28-2013, 07:57 AM
  3. How to return totals with dates between 52 weeks?
    By chanpink in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-01-2013, 10:08 AM
  4. Merge Dates and Totals
    By bd528 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-25-2011, 09:22 AM
  5. Conditional Running Totals between dates
    By fcb1900 in forum Excel General
    Replies: 5
    Last Post: 05-30-2010, 06:08 AM
  6. Macro to enter totals into columns on dates
    By Mustavachat in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-11-2009, 05:01 AM
  7. How to make mtd and wtd totals on dates
    By ashley0578 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-23-2006, 06:26 PM
  8. Totals by type between dates
    By JerryS in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-08-2006, 09:00 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