+ Reply to Thread
Results 1 to 5 of 5

sumif values older than dec 13

  1. #1
    Registered User
    Join Date
    09-05-2010
    Location
    italy
    MS-Off Ver
    Excel 2018
    Posts
    63

    sumif values older than dec 13

    Dear friends,

    I need a formula summing the value (column F) only for items bought after JANUARY 2013 (column C).
    (POST TITLE say DEC 13, but it's january 2013, even though concept doesnt' change)
    Please see file attached: stock date

    I am not sure the date format is right.

    Any help in resolving this issue would be greatly appreciated.

    Carlo

    ps. I am using excel for mac 14.3.9 version 2011
    Attached Files Attached Files
    Last edited by kghisla; 04-10-2014 at 10:28 AM. Reason: solved

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: sumif values older than dec 13

    I didn't download your file.

    Maybe something like this...

    =SUMIF(C:C,">="&DATE(2013,1,1),F:F)

    Or, use a cell to hold the date criteria:

    A1 = 1/1/2013

    =SUMIF(C:C,">="&A1,F:F)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

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

    Re: sumif values older than dec 13

    Try this array formula

    =SUMPRODUCT((IFERROR(DATE(RIGHT(C4:C594,2),LEFT(C4:C594,2),1),0)>DATE(13,1,31))*(F4:F594))

    Confirm with Ctrl+Shift+Enter not just Enter
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Registered User
    Join Date
    09-05-2010
    Location
    italy
    MS-Off Ver
    Excel 2018
    Posts
    63

    Re: sumif values older than dec 13

    Hi Tony,
    thank you very much for your help, but it didn't work, neither one of the two suggestions.
    is it for date format?
    regards,
    Carlo

    ps please see new file attached
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    09-05-2010
    Location
    italy
    MS-Off Ver
    Excel 2018
    Posts
    63

    Re: sumif values older than dec 13

    Hi Ace,
    thank you very much for your suggestion!
    it seems to work even though i have no idea how you did it, but thank you so much.
    In your opinion, is there another easier way, maybe should I change every date value in a different format (like 1/12/13) in column C in order to make it work like Tony said?
    Regards,
    Carlo

    ps. please see new file attached.
    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. sum only if older than today()
    By macleod74 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-12-2013, 08:29 AM
  2. Replies: 4
    Last Post: 05-14-2013, 11:14 PM
  3. Getting older .. but new to this stuff
    By Dave Herbert in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 11-27-2012, 11:17 AM
  4. SUMIF - add values from one column based on values in two other columns
    By goodmike in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-30-2008, 08:04 PM
  5. Sumif between values
    By Ivano in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-21-2006, 01:15 PM

Tags for this Thread

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