sum only preceding cells?

doug firr

Board Regular
Joined
Mar 28, 2011
Messages
140
Hello
I have a table with the columns titled January to December.

For each month I'd to show the year to date sum/total at that point in time.

So, for example, March would sum the row from January to March. August would sum the row from January to August.

Is there a formula, or combination of formulas, that I could use to sum only preceding cells? So that, say March would sum only preceding cells Jan and Feb?
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
it sounds simple unless I'm not getting the idea you want get done.

assuming your data to sum is in cell A1 use this

Sum($A$1:$A1) and drag it down to as many rows as needed, presumably to row 12
 
Upvote 0

Forum statistics

Threads
1,214,951
Messages
6,122,442
Members
449,083
Latest member
Ava19

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