Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Using SUMIF to add data between a range of dates

Hi, I am developing a cashflow spreadsheet, and need to add a range of values
(in column B) based on the criteria that they are relating to a set week, ie
in column B has the amount to be paid, and column C has the date the amount
is due. I need to find out the total amount due between 2 dates. Does anyone
know how I can do this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,533
Default Using SUMIF to add data between a range of dates

Hi

With start date in B20 and end date in B21 try this:

=SUMIF(C2:C5,"=" &B20,B2:B5)-SUMIF(C2:C5,"<="&B21,B2:B5)

Regards,
Per

"Jaspa" skrev i meddelelsen
...
Hi, I am developing a cashflow spreadsheet, and need to add a range of
values
(in column B) based on the criteria that they are relating to a set week,
ie
in column B has the amount to be paid, and column C has the date the
amount
is due. I need to find out the total amount due between 2 dates. Does
anyone
know how I can do this?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SumIf function, How set range between dates and across worksheets? brenadine Excel Worksheet Functions 1 June 24th 08 12:54 PM
Sumif on pulling out data from dates Eagleryder Excel Worksheet Functions 3 May 19th 08 05:27 PM
Help with SUMIF using a range of dates as criteria [email protected] Excel Discussion (Misc queries) 3 May 3rd 07 10:00 PM
I want to use sumif to sum up a column based on a range of dates Ricky from Pine Island Excel Worksheet Functions 2 April 13th 07 03:04 PM
can I use a range of dates as a criteria when using sumif? D@annyBoy Excel Worksheet Functions 5 December 2nd 04 01:37 PM


All times are GMT +1. The time now is 08:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"