+ Reply to Thread
Results 1 to 4 of 4

Using SUMIFS with a date range

  1. #1
    Registered User
    Join Date
    05-08-2012
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2007
    Posts
    2

    Using SUMIFS with a date range

    I am trying to Sum Total(Column D), if the Date(Column A) is between Date 1(I7) and Date 2(J7) and it is in a given Area(Column J). Various Sheets are involved.

    My latest attempt is shown below(but gave me an error):

    =SUMIFS('Historical Data'!$D:$D, 'Historical Data'!$J:$J, AUS!A3, "<='Historical Data'$A:$A",AUS!I7, ">="Historical Data'$A:$A,AUS!J7)

    I would appreciate any help

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,592

    Re: Using SUMIFS with a date range

    Do you mean this:

    =SUMIFS('Historical Data'!$D:$D, 'Historical Data'!$A:$A, ">="&AUS!I7, 'Historical Data'!$A:$A, "<="&AUS!J7)

  3. #3
    Registered User
    Join Date
    05-08-2012
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Using SUMIFS with a date range

    Yep, exactly. Thanks so much.

  4. #4
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094

    Re: Using SUMIFS with a date range

    Hi,

    Try this.

    =SUMIFS('Historical Data'!$D:$D,'Historical Data'!$J:$J,AUS!A3,'Historical Data'!$A:$A,">="&AUS!I7,'Historical Data'!$A:$A,"<="&AUS!J7)

    HTH
    Steve

+ 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