Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I am trying to use excel to forecast payments owing in each month. If column A is a list of dates and column B the amounts owing how can I set up the SUMIF formula to provide, for example, the sum of all amounts owing in February 2010? I can get it to return a figure owing on a specific date: =SUMIF(C4:C25,DATE(2010,1,31),D4:D25) However find I cannot get the right criteria for a range of dates (ie a month). Have tried for eg =DATE(2010,1,31) and this brings no result... What am I doing wrong?? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A couple of ways
=SUMIF(C4:C25,"="&DATE(2010,2,1),D4:D25)-SUMIF(C4:C25,"="&DATE(2010,3,1),D4:D25) or SUMPRODUCT(--(C4:C25=--"2010-02-01"),--(C4:C25<--"2010-03-01"),D4:D25) HTH Bob "LisaR" wrote in message ... Hi, I am trying to use excel to forecast payments owing in each month. If column A is a list of dates and column B the amounts owing how can I set up the SUMIF formula to provide, for example, the sum of all amounts owing in February 2010? I can get it to return a figure owing on a specific date: =SUMIF(C4:C25,DATE(2010,1,31),D4:D25) However find I cannot get the right criteria for a range of dates (ie a month). Have tried for eg =DATE(2010,1,31) and this brings no result... What am I doing wrong?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How format SUMIF formula for matching date range and column value? | Excel Worksheet Functions | |||
What should formula look like to define date range on SUMIF | Excel Worksheet Functions | |||
Sumif with two criteria including a date range | Excel Discussion (Misc queries) | |||
How do I put a date range in the criteria of a countif formula? | Excel Discussion (Misc queries) | |||
use a date range as criteria in a countif formula | Excel Worksheet Functions |