ZerglingPack
New Member
- Joined
- May 11, 2018
- Messages
- 6
I've been tasked with creating a spread sheet that will show a running total, but I'm not sure where to start.
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]Amount[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]x[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]x[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]18[/TD]
[/TR]
</tbody>[/TABLE]
It started out simple enough, enter amounts on the left and a cell on the right would show the total. My problem is that the boss wants to be able to put an X (or any simple way) and it would total the numbers after the previous X. The big issue is that the "amount" column doesn't have a specific amount of cells before needing a total. It could be as few as two amounts or up to fifty before the next X. Any suggestions or solutions would be greatly appreciated.
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]Amount[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]x[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]x[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]18[/TD]
[/TR]
</tbody>[/TABLE]
It started out simple enough, enter amounts on the left and a cell on the right would show the total. My problem is that the boss wants to be able to put an X (or any simple way) and it would total the numbers after the previous X. The big issue is that the "amount" column doesn't have a specific amount of cells before needing a total. It could be as few as two amounts or up to fifty before the next X. Any suggestions or solutions would be greatly appreciated.