+ Reply to Thread
Results 1 to 4 of 4

SUMIFS Across a Date Range

Hybrid View

mphillips SUMIFS Across a Date Range 03-06-2015, 04:44 PM
daffodil11 Re: SUMIFS Across a Date Range 03-06-2015, 04:52 PM
FDibbins Re: SUMIFS Across a Date Range 03-06-2015, 04:52 PM
daffodil11 Re: SUMIFS Across a Date Range 03-06-2015, 04:54 PM
  1. #1
    Forum Contributor
    Join Date
    07-22-2013
    Location
    Phoenix, AZ
    MS-Off Ver
    Excel 2010
    Posts
    100

    SUMIFS Across a Date Range

    I have a date range across row 2, 09/01/2013 through 01/01/2016.
    Within the columns per each date range there are numbers. In row 500, I sum the columns / dates.
    I need a formula that will allow me to sum a date range say cell B500-X500 (9/1/2013 - 9/30/2013).

    Thanks.

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: SUMIFS Across a Date Range

    There a few ways you could do this.

    =sumifs(b500:x500,b2:x2,">="&"9/1/2013",b2:x2,"<="&"9/30/2013")

    I'm partial to SUMPRODUCT:

    =SUMPRODUCT((b500:x500)*(b2:x2>="9/1/2013")*(b2:x2<="9/30/2013"))
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: SUMIFS Across a Date Range

    Take a look at using the sumifS() function. Something like...

    =sumifS(B500:X500,$B$1:$X$1,">=9/9/2013",$B$1:$X$1,"<=9/30/2013")

    If you still have a problem, upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.

    edit: is there an echo in here daffodil?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: SUMIFS Across a Date Range

    GMTA. For reals. Echo!

+ 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. [SOLVED] Sumifs for a date range
    By Cassi in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-27-2013, 01:47 PM
  2. [SOLVED] SUMIFS for Date Range
    By rlb278 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-23-2012, 03:26 PM
  3. [SOLVED] sumifs within date range
    By freud1 in forum Excel General
    Replies: 2
    Last Post: 08-22-2012, 04:56 PM
  4. Sumifs with date range - help please!
    By RuthieRu in forum Excel General
    Replies: 4
    Last Post: 08-14-2012, 05:50 AM
  5. [SOLVED] Using SUMIFS with a date range
    By millerman6566 in forum Excel General
    Replies: 3
    Last Post: 05-08-2012, 10:33 AM

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