+ Reply to Thread
Results 1 to 4 of 4

Trying to Add Up Amount Between Date Ranges

  1. #1
    Registered User
    Join Date
    02-14-2014
    Location
    hollywood
    MS-Off Ver
    Excel 2003
    Posts
    29

    Unhappy Trying to Add Up Amount Between Date Ranges

    Hello Excel Guru's,

    I really need some help with the attached file.

    On the file in the table labeled Dashboard I have created two drop down's. The first is the start date and the second is the end date. I want to fill in the tabs for the number of travelers and the amount collected as the dates change. The information needed is on the right of the table which is all the days of the year. I am hoping someone can help me, I have a lot riding on this. Thank You in advance. Excel_Selection.xlsx

  2. #2
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Trying to Add Up Amount Between Date Ranges

    Hi,

    Please use the following formula in E2:

    =SUMIFS($J$2:$J$357,$H$2:$H$357,">="&B2,$H$2:$H$357,"<="&$D$2)

    F2:
    =SUMIFS($I$2:$I$357,$H$2:$H$357,">="&B2,$H$2:$H$357,"<="&$D$2)
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    03-06-2011
    Location
    chennai
    MS-Off Ver
    Excel 2016
    Posts
    46

    Re: Trying to Add Up Amount Between Date Ranges

    Hello,
    welcome
    in e2=sumif((h3:h356),indirect("b2"),(j3:j356))
    in f2 =sumif((h3:h356),indirect("b2"),(i3:i356))

  4. #4
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Trying to Add Up Amount Between Date Ranges

    Alternatively,

    E2:
    =SUMPRODUCT(--($H$2:$H$357>=$B$2),--($H$2:$H$357<=$D$2),($J$2:$J$357))

    F2:
    =SUMPRODUCT(--($H$2:$H$357>=$B$2),--($H$2:$H$357<=$D$2),($I$2:$I$357))
    Attached Files Attached Files

+ 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. Replies: 2
    Last Post: 04-28-2013, 02:23 AM
  2. 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
  3. [SOLVED] Macros for: If Today's Date minus other date is greater than certain amount of days Then
    By lottidotti in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 10-24-2012, 04:46 PM
  4. Count max match between every X amount of ranges
    By sans in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-20-2012, 06:12 PM
  5. Printing ranges within worksheets depending on amount of data entered / with row gaps
    By antonywalsh in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-24-2012, 08:35 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