+ Reply to Thread
Results 1 to 4 of 4

Summing issue

  1. #1
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Summing issue

    Hey Guys how's it going, hope all is well. Just came back from Hillhead in Devon, nr Dartmouth and Dittisham (Dittisham being best crabbing place in the uk imho)!

    Now back at work and trying to overcome the usual stuff!

    I am a bit lost here. I have attached a spreadsheet showing data and desired output.

    I have a list of dates (col a) and a number of cancellations on that date (col b) (col b represents a period of days)

    For each date during the min and max date of col I need to know how many cancellations there were. All cancellations in col b are rolled over or cumulative. ie if the date is 01/05/2010 and col b says 4 then this counts as one cancellation for each iof the following dates 01/05/2010 thru 04/05/2010

    PLEASE NOTE - this is not a sumproduct of date col a and number of cancellations in col B.

    This issue is easier to describe via example. please see attached.

    Thanks for looking - any q's pls come back to me.
    Attached Files Attached Files
    Last edited by Blake 7; 07-11-2011 at 12:56 PM.
    Blake 7

    If your question has been answered, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

    If any member's response has helped to solve your problem, please consider using the scales icon on the top right of their post to show your appreciation.

    http://failblog.org/

  2. #2
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: Summing issue

    In a helper column (col C):

    =SUM(A3+B3-1)

    Then:

    =SUMPRODUCT(($A$1:$A$1000<=D3)*($C$1:$C$1000>=D3))

    Does that work?

  3. #3
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Summing issue

    Hi,

    In cell E3, try:

    Please Login or Register  to view this content.
    Then copy/autofill down.

    Cheers,
    Last edited by ConneXionLost; 07-11-2011 at 12:49 PM.
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  4. #4
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Re: Summing issue

    Hi BB and CXL - both suggestions work a treat. thanks very much and sorry if i made it difficult to understand. Cheers

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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