Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Marcus Caterino
 
Posts: n/a
Default Date ranges in a sum formula

I need to add a series of deposits received between two dates (6/1706 to
6/23/06) and can't figure out how to make it work.

Help!!

Marcus

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default Date ranges in a sum formula

E1, E2 are your two dates, A is list of dates and B your deposits

=SUMPRODUCT(--(A1:A20=E1),--(A1:A20<=E2),B1:B20)

HTH

"Marcus Caterino" wrote:

I need to add a series of deposits received between two dates (6/1706 to
6/23/06) and can't figure out how to make it work.

Help!!

Marcus

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Date ranges in a sum formula

Hi!

Try one of these:

A1:A21 = dates
B1:B21 = deposits

D1 = 6/17/2006
E1 = 6/23/2006

=SUMIF(A1:A21,"="&D1,B1:B21)-SUMIF(A1:A21,""&E1,B1:B21)

=SUMPRODUCT(--(A1:A21=D1),--(A1:A21<=E1),B1:B21)

Biff

"Marcus Caterino" <Marcus wrote in
message ...
I need to add a series of deposits received between two dates (6/1706 to
6/23/06) and can't figure out how to make it work.

Help!!

Marcus



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
Formula Please help babiigirl Excel Worksheet Functions 1 June 14th 06 06:04 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
date that updates itself daily, plus another formula please?? Ted Excel Worksheet Functions 2 November 26th 05 03:36 PM
Need to use IF formula with a Date cell Eric Mc Excel Worksheet Functions 2 June 8th 05 12:38 AM
Date formula Sussex Excel Worksheet Functions 2 February 22nd 05 10:07 PM


All times are GMT +1. The time now is 02:53 PM.

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

About Us

"It's about Microsoft Excel"