ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Sum between two date (https://www.excelbanter.com/excel-discussion-misc-queries/64275-sum-between-two-date.html)

Tom

Sum between two date
 
I have a column "G" that contains several dates and another column "K" that
contain weights. Additionally, I have two cells (Start Date (B2) and End
Date "C2") that I would like to type in different dates which lookup in "G"
and sum the weights in "K".

G K
12/12/2005 200
12/16/2005 100
2/11/2005 300
11/15/2005 150

TFTH,
Tom

SteveG

Sum between two date
 

Try.

=SUMPRODUCT(--(G1:G5B2),--(G1:G5<C2),(K1:K5))

HTH

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=499884


pinmaster

Sum between two date
 
Try:
=SUMPRODUCT((G2:G10=B2)*(G2:G10<=C2),K2:K10)

HTH
JG

"Tom" wrote:

I have a column "G" that contains several dates and another column "K" that
contain weights. Additionally, I have two cells (Start Date (B2) and End
Date "C2") that I would like to type in different dates which lookup in "G"
and sum the weights in "K".

G K
12/12/2005 200
12/16/2005 100
2/11/2005 300
11/15/2005 150

TFTH,
Tom



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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com