+ Reply to Thread
Results 1 to 3 of 3

Using sumifs to return data for specific dates

  1. #1
    Registered User
    Join Date
    08-16-2013
    Location
    Canada
    MS-Off Ver
    Office 365
    Posts
    51

    Using sumifs to return data for specific dates

    I have a bunch of data with months as the column header and I want to add up the data for each year. I believe that sumifs should be the formula to use, but I can't get it to work. Suggestions?

    I have attached the data. I want to get a total for 2014, 2015, and any other year that shows up in the data.

    thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Using sumifs to return data for specific dates

    Use these

    =SUMPRODUCT(A2:N15*(YEAR(A1:N1)=2014))
    and
    =SUMPRODUCT(A2:N15*(YEAR(A1:N1)=2015))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Using sumifs to return data for specific dates

    Try this one in A18 and pull it to the right

    =SUMPRODUCT((YEAR($A$1:$N$1)=2014+COLUMN(A1)-1)*($A2:$N15))
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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] Formula to return dates into specific cell on another sheet
    By bdouglas1011 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-11-2014, 11:39 AM
  2. [SOLVED] Need formula to return a specific value if a specified date is between two other dates
    By BeachRock in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-04-2014, 02:03 PM
  3. [SOLVED] Return specific dates of the month in one field
    By WinslowDL in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 10-15-2013, 10:03 PM
  4. Return value if value is bigger than 0, from specific range of dates,how?
    By ser_man in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-27-2013, 08:22 AM
  5. [SOLVED] Extracting data from dynamic register using SUMIFS on dates & Categories
    By jacob@thepenpoint in forum Excel General
    Replies: 2
    Last Post: 07-18-2012, 09:36 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