Pivot Running Total Question

UniMord

Active Member
Joined
May 6, 2002
Messages
311
#VALUE!
Excel 2010
Cell Formulas
RangeFormula
E2=IF(LEN(A2)+(RIGHT(B2, 6)=" Total"), D2, SUM(E1, D2))
E3=IF(LEN(A3)+(RIGHT(B3, 6)=" Total"), D3, SUM(E2, D3))
E4=IF(LEN(A4)+(RIGHT(B4, 6)=" Total"), D4, SUM(E2, D4))
E5=IF(LEN(A5)+(RIGHT(B5, 6)=" Total"), D5, SUM(E4, D5))
E6=IF(LEN(A6)+(RIGHT(B6, 6)=" Total"), D6, SUM(E5, D6))
E7=IF(LEN(A7)+(RIGHT(B7, 6)=" Total"), D7, SUM(E6, D7))
E8=IF(LEN(A8)+(RIGHT(B8, 6)=" Total"), D8, SUM(E7, D8))
E9=IF(LEN(A9)+(RIGHT(B9, 6)=" Total"), D9, SUM(E8, D9))


Any help will be appreciated.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
I hate to bump, but, bump!

(Just for the record, before I get corrected, I realized after I sent the above table, that the running totals column's formula could've been simplified:
=IF(LEN(A4&B4), D4, SUM(E3, D4)).)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,558
Messages
6,179,512
Members
452,921
Latest member
BBQKING

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