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.
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
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks