ronencozen
New Member
Hello all,
Having the following excel table, I would like to roll up the sum of TimeSpent from level 3 rows to their parents in level 2 and 1, the column CalcTimeSpent show the expected results.
VBA code is preferable.
Thanks in advanced,
Ronen
[pre]
[/pre]
Having the following excel table, I would like to roll up the sum of TimeSpent from level 3 rows to their parents in level 2 and 1, the column CalcTimeSpent show the expected results.
VBA code is preferable.
Thanks in advanced,
Ronen
[pre]
Code:
RowID Level TimeSpent CalcTimeSpent
1 1 - 3
2 2 - 2
3 3 1 -
4 3 1 -
5 2 - 1
6 3 1 -
7 1 - -