+ Reply to Thread
Results 1 to 4 of 4

Thread: 2003 SUMIFS workaround.

  1. #1
    Registered User
    Join Date
    05-05-2011
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    36

    2003 SUMIFS workaround.

    I used SUMPRODUCT to count the number of transactions that occurred in a given date range. Now I need to find the total dollar amount of those transactions. I am using 2003 so SUMIFS is out of the question.

    How can I find the total dollar amount of a set of transactions that meet two criteria (fall within a given date range) without using SUMIFS?

    I wish there was a way that I could reference the cells that my SUMPRODUCT formula found...
    Last edited by blastronaut; 11-25-2011 at 06:49 PM.

  2. #2
    Forum Guru jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2007
    Posts
    2,575

    Re: 2003 SUMIFS workaround.

    Sumproduct will not be a problem, but do you have a sample you can post?
    HTH
    Regards, Jeff

    If you like the answer(s) provided, why not add some reputation by clicking the * below
    Please use [ Code ] tags when posting [ /Code ]
    Please view/read the Forum rules --- How to mark a thread as solved

  3. #3
    Forum Moderator daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2007
    Posts
    10,057

    Re: 2003 SUMIFS workaround.

    With dates in A2:A100 and amounts in B2:B100 try this formula

    =SUMPRODUCT((A$2:A$100>=D2)*(A$2:A$100<=E2),B$2:B$100)

    where D2 and E2 are the start and end dates of your dates range
    Audere est facere

  4. #4
    Registered User
    Join Date
    05-05-2011
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    36

    Re: 2003 SUMIFS workaround.

    Quote Originally Posted by daddylonglegs View Post
    With dates in A2:A100 and amounts in B2:B100 try this formula

    =SUMPRODUCT((A$2:A$100>=D2)*(A$2:A$100<=E2),B$2:B$100)

    where D2 and E2 are the start and end dates of your dates range
    Beautiful! Sorry I'm so thick. Since I started with 2007, I have never really used SUMPRODUCT and didn't realize that it was actually perfect for what I was trying to do in 2003.

    Thank you!

+ 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.2.0