Another Sum Question
Posted by Mike on October 02, 2001 2:49 PM
I have the following:
Cell A1 = 08/15/01
A2 = 09/01/01
B1 = $100
B2 = $200
C1 = 1000
C2 = 1500
D1 = 08/01/01
D2 = 08/31/01
Column A is a transaction date, B is a dollar amount and C is a project code. D is where the date range I am looking for is input. In A4 i want to be able to sum the transactions that occured during the date range in column D for project #1000. The result should be $100 because that is the only transaction for that project. I dont know if this needs a combination of SUMPRODUCT and SUMIF. Any help would be appreciated.