Hi Forum,
I'm New to Excel Programming and have a basic understanding of both macros and formulas.
I'm are after a formula for the following;
[TABLE="width: 500"]
<tbody>[TR]
[TD]Purchase[/TD]
[TD]Date[/TD]
[TD]Qty[/TD]
[TD]Total Cost[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Compressor[/TD]
[TD]28/2/2014[/TD]
[TD]1[/TD]
[TD]600[/TD]
[TD]25/8/2014[/TD]
[/TR]
[TR]
[TD]Battery[/TD]
[TD]7/5/2014[/TD]
[TD]2[/TD]
[TD]80[/TD]
[TD]31/8/2014[/TD]
[/TR]
[TR]
[TD]Spray Gun[/TD]
[TD]26/8/2014[/TD]
[TD]2[/TD]
[TD]400[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Work Boots[/TD]
[TD]27/8/2014[/TD]
[TD]1[/TD]
[TD]150[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like a formula to give me a sum of D (Total Cost) Based on a period between 2 Dates (The ones in Column E).
=sumifs(D2:D5,B2:B5,if(AND(
This is what i have come up with so far not sure if I'm on the right track or nor and I'm not sure how to finish it.
Any Help Would be greatly appreciated Thanks Guys.
I'm New to Excel Programming and have a basic understanding of both macros and formulas.
I'm are after a formula for the following;
[TABLE="width: 500"]
<tbody>[TR]
[TD]Purchase[/TD]
[TD]Date[/TD]
[TD]Qty[/TD]
[TD]Total Cost[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Compressor[/TD]
[TD]28/2/2014[/TD]
[TD]1[/TD]
[TD]600[/TD]
[TD]25/8/2014[/TD]
[/TR]
[TR]
[TD]Battery[/TD]
[TD]7/5/2014[/TD]
[TD]2[/TD]
[TD]80[/TD]
[TD]31/8/2014[/TD]
[/TR]
[TR]
[TD]Spray Gun[/TD]
[TD]26/8/2014[/TD]
[TD]2[/TD]
[TD]400[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Work Boots[/TD]
[TD]27/8/2014[/TD]
[TD]1[/TD]
[TD]150[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like a formula to give me a sum of D (Total Cost) Based on a period between 2 Dates (The ones in Column E).
=sumifs(D2:D5,B2:B5,if(AND(
This is what i have come up with so far not sure if I'm on the right track or nor and I'm not sure how to finish it.
Any Help Would be greatly appreciated Thanks Guys.