+ Reply to Thread
Results 1 to 3 of 3

SUMIFS function in Excel 2007

  1. #1
    Forum Contributor
    Join Date
    02-08-2005
    MS-Off Ver
    Microsoft 365
    Posts
    810

    SUMIFS function in Excel 2007

    Hi,

    I’m trying to use the SUMIFS function in Excel 2007 to evaluate the following formula:

    {=SUMIFS(range to sum, range to evaluate, evaluation criterion)}

    The range to sum is A1:A10, the range (dates) to evaluate are in B1:B10, and the evaluation criterion is that the date is before 31/10/1999.

    So my formula looks like this:

    {=SUMIFS(A1:A10,B1:B10,”<31/10/1999”)}

    This works fine, but how do I refer the 3rd argument in the function to a date in a particular cell rather than typing in the date specifically?

    Thanks!
    Last edited by andrewc; 09-08-2009 at 11:32 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: SUMIFS function in Excel 2007

    You only need to use SUMIFS if you have more than 1 criteria, if you have one criteria you should use SUMIF ... also neither SUMIF nor SUMIFS are Array formulae so no need for CSE - ie { }

    =SUMIF(B1:B10,"<"&C1,A1:A10)

    where C1 holds date of interest

  3. #3
    Forum Contributor
    Join Date
    02-08-2005
    MS-Off Ver
    Microsoft 365
    Posts
    810

    Re: SUMIFS function in Excel 2007

    Thanks very much

+ 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