+ Reply to Thread
Results 1 to 2 of 2

SUMIF function not adding all non blank cells before todays date

  1. #1
    Registered User
    Join Date
    05-07-2013
    Location
    Mexico
    MS-Off Ver
    Excel 2010
    Posts
    9

    SUMIF function not adding all non blank cells before todays date

    I am having issues where the Sumif function is not adding all the non blank cell in a column.

    I have cell in D and E columns combined so the fomula reads like this : =SUMIF(D9:E268,"<"&TODAY(),$I$8:$I$268)
    The above formula should sum all the numbers in column I if the date is less than today.

    In columns D9:E268 it has Dates from Aug 31st 2015 up to Aug 30th 2016.
    In cells I8 thru I268 may contain numbers or not.

    The issue here is that SumIf formula above will not add all of the numbers in Column I8:I268 its missing numbers.
    Returned value comes out to 18.99 where if I select the column where the date is before today the Sum comes out to 19.51

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: SUMIF function not adding all non blank cells before todays date

    You can't have a multi column criteria range like that.

    I'm afraid you'd have to do

    =SUMIF(D9:D268,"<"&TODAY(),$I$8:$I$268)+SUMIF(E9:E268,"<"&TODAY(),$I$8:$I$268)

+ 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. COUNT blank cells within a range determined by Todays date
    By stephboucher in forum Excel General
    Replies: 9
    Last Post: 04-16-2014, 08:27 AM
  2. [SOLVED] If formula, if two cells are blank, return blank, if one has a date, subtract todays date
    By amthyst826 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-06-2014, 12:47 PM
  3. Blank cellls if date are equal on larger than todays' date
    By kuzna26 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-31-2013, 06:50 AM
  4. Replies: 7
    Last Post: 12-08-2013, 06:11 PM
  5. Replies: 8
    Last Post: 02-08-2013, 04:29 AM
  6. SUMIF Function & Non-Blank Cells
    By andrewc in forum Excel General
    Replies: 2
    Last Post: 01-27-2011, 07:19 AM
  7. Replies: 6
    Last Post: 09-13-2010, 02:02 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