Ending Daily Balance

MrBen

New Member
Joined
Apr 29, 2009
Messages
26
I appreciate anyone who can shed some light on this problem for me
Add column B base on the date on Column A the result goes to column C. The Last cell in column C base on 01/01/2015 series must show the answer only[TABLE="width: 500"]
<tbody>[TR]
[TD]01/01/2015[/TD]
[TD]$1.00[/TD]
[TD]Blank[/TD]
[/TR]
[TR]
[TD]01/01/2015[/TD]
[TD]$2.00[/TD]
[TD]Blank[/TD]
[/TR]
[TR]
[TD]01/01/2015[/TD]
[TD]$2.00[/TD]
[TD]Blank[/TD]
[/TR]
[TR]
[TD]01/01/2015[/TD]
[TD]$2.00[/TD]
[TD]Base on 01/01/2015 this cell should show the sum of $7.00[/TD]
[/TR]
[TR]
[TD]01/02/2015[/TD]
[TD]$2.00[/TD]
[TD]Base on 01/01/2015 this cell should show the sum of $2.00[/TD]
[/TR]
[TR]
[TD]01/03/2015[/TD]
[TD]$8.00[/TD]
[TD]Blank[/TD]
[/TR]
[TR]
[TD]01/03/2015[/TD]
[TD]$2.00[/TD]
[TD]Base on 01/01/2015 this cell should show the sum of $10.00[/TD]
[/TR]
[TR]
[TD]01/04/2015[/TD]
[TD]$3.00[/TD]
[TD]Blank[/TD]
[/TR]
[TR]
[TD]01/04/2015[/TD]
[TD]$4.00[/TD]
[TD]Blank[/TD]
[/TR]
[TR]
[TD]01/04/2015[/TD]
[TD]$5.00[/TD]
[TD]Base on 01/01/2015 this cell should show the sum of $12.00[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Try

Excel Workbook
ABC
101/01/2015$1.00 
201/01/2015$2.00 
301/01/2015$2.00
401/01/2015$2.007
501/02/2015$2.002
601/03/2015$8.00
701/03/2015$2.0010
801/04/2015$3.00
901/04/2015$4.00
1001/04/2015$5.0012
Sheet5
 
Upvote 0
Thank you MARK858, I had no idea you have answered my question. I apologize for my ignorance. Thank you again you were right on dot.
 
Upvote 0

Forum statistics

Threads
1,226,534
Messages
6,191,619
Members
453,667
Latest member
JoeH7745

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top