Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a Check Register Budgeting project. I want to total all of the checks
that cleared within a particular month for a particular accout. Each check is recorded on a separate row so that Register!B4:B90 is the range that contains the date the check cleared, Register!I4:I90 contains the account/budget ID, and Register!D4:D90 contains the amount the check was written for that I want to total. This is what I have tried so far to total only one date (01/15/2008): =SUMPRODUCT(--(Register!B4:B9=DATE(2008,01,15)),--(Register!I4:I9=G5),Register!D4:D9) The formula above works, but when I try to replace the first array with a date range like this it blow up: =SUMPRODUCT(--(DATE(2007,12,31) < Register!B4:B90 < DATE(2008,02,01)),--(Register!I4:I90="ACCOUNT#1"),Register!D4:D90) Any suggestions? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMPRODUCT: Help to use this to find min date in range for criter | Excel Discussion (Misc queries) | |||
SUMPRODUCT between date range | New Users to Excel | |||
Sumproduct with date range | Excel Worksheet Functions | |||
Sumproduct based on Date range | Excel Worksheet Functions | |||
SUMPRODUCT with date range question | Excel Discussion (Misc queries) |