Month-to-Date sum

rhyse

New Member
Joined
Apr 11, 2018
Messages
8
Hi
Need some help here

I want to be able to find the sum of November 1 to the current day of the month (will automatically update based on what day it is today)

For example if today is 11 I want it to calculate the sum of the first 11 cells in column b which should return the value (
$406,489.97)

if today is the the 13 i want it to calculate the sum of the first 13 cells in column b which should return the value ($432,186.95)

and so on

<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="class: grid, width: 0"]
<tbody>[TR]
[TD="align: center"]Date[/TD]
[TD="align: center"]November 2017[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]$68,984.28[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]$17,715.00[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]$2,380.00[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]$0.00[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]$0.00[/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD="align: center"]$29,774.86[/TD]
[/TR]
[TR]
[TD="align: center"]7[/TD]
[TD="align: center"]$149,187.94[/TD]
[/TR]
[TR]
[TD="align: center"]8[/TD]
[TD="align: center"]$9,998.00[/TD]
[/TR]
[TR]
[TD="align: center"]9[/TD]
[TD="align: center"]$9,384.05[/TD]
[/TR]
[TR]
[TD="align: center"]10[/TD]
[TD="align: center"]$119,065.84[/TD]
[/TR]
[TR]
[TD="align: center"]11[/TD]
[TD="align: center"]$0.00[/TD]
[/TR]
[TR]
[TD="align: center"]12[/TD]
[TD="align: center"]$0.00[/TD]
[/TR]
[TR]
[TD="align: center"]13[/TD]
[TD="align: center"]$25,696.98[/TD]
[/TR]
[TR]
[TD="align: center"]14[/TD]
[TD="align: center"]$45,340.68[/TD]
[/TR]
[TR]
[TD="align: center"]15[/TD]
[TD="align: center"]$6,681.05[/TD]
[/TR]
[TR]
[TD="align: center"]16[/TD]
[TD="align: center"]$4,838.45[/TD]
[/TR]
[TR]
[TD="align: center"]17[/TD]
[TD="align: center"]$40,386.99[/TD]
[/TR]
[TR]
[TD="align: center"]18[/TD]
[TD="align: center"]$0.00[/TD]
[/TR]
[TR]
[TD="align: center"]19[/TD]
[TD="align: center"]$0.00[/TD]
[/TR]
[TR]
[TD="align: center"]20[/TD]
[TD="align: center"]$146,016.49[/TD]
[/TR]
[TR]
[TD="align: center"]21[/TD]
[TD="align: center"]$202,543.70[/TD]
[/TR]
[TR]
[TD="align: center"]22[/TD]
[TD="align: center"]$1,600.00[/TD]
[/TR]
[TR]
[TD="align: center"]23[/TD]
[TD="align: center"]$0.00[/TD]
[/TR]
[TR]
[TD="align: center"]24[/TD]
[TD="align: center"]$0.00[/TD]
[/TR]
[TR]
[TD="align: center"]25[/TD]
[TD="align: center"]$0.00[/TD]
[/TR]
[TR]
[TD="align: center"]26[/TD]
[TD="align: center"]$0.00[/TD]
[/TR]
[TR]
[TD="align: center"]27[/TD]
[TD="align: center"]$50,823.58[/TD]
[/TR]
[TR]
[TD="align: center"]28[/TD]
[TD="align: center"]$24,879.85[/TD]
[/TR]
[TR]
[TD="align: center"]29[/TD]
[TD="align: center"]$12,747.39[/TD]
[/TR]
[TR]
[TD="align: center"]30[/TD]
[TD="align: center"]$24,600.07[/TD]
[/TR]
[TR]
[TD="align: center"]31[/TD]
[TD="align: center"]-[/TD]
[/TR]
[TR]
[TD="align: center"]Deposits Total[/TD]
[TD="align: center"]$992,645.20[/TD]
[/TR]
</tbody>[/TABLE]
 
Last edited:

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type

Similar threads

Forum statistics

Threads
1,223,231
Messages
6,170,884
Members
452,364
Latest member
springate

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