sum of cells above specific word

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
I put the above in A2 down.

In B2 =IF(IF(A2="Total",ROW(A2)-1,B1)=0,0,IF(A2="Total",ROW(A2)-1,B1))
In C2 =IF(A2="Total",SUM(INDIRECT(ADDRESS(B1+2,1)&":"&ADDRESS(B2,1))),"")
 
Upvote 0
Welcome to the MrExcel board!

Try this, copied down.

Excel Workbook
AB
1DataTotal
21 
32
4Total3
51
62
73
84
95
10Total15
111
122
133
144
154
165
175
18Total24
Sum for each total
 
Upvote 0

Forum statistics

Threads
1,215,261
Messages
6,123,931
Members
449,134
Latest member
NickWBA

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