I have many rows in spreadsheets that I need to first add value in c1 to d1 and then delete d1 as an example
[TABLE="width: 677"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD]ESOS10[/TD]
[TD] $ 2,813[/TD]
[TD] $ 5,759[/TD]
[TD] $ 2,879[/TD]
[/TR]
[TR]
[TD]ESOS10[/TD]
[TD] $ 10,856[/TD]
[TD] $ 13,504[/TD]
[TD] $ 11,961[/TD]
[/TR]
</tbody>[/TABLE]
Add 2813 +10856 delete 10856 - add 5759+13504 delete 13504 etc
Is there any quick way to add each and delete the second row without losing the summed values?
[TABLE="width: 677"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD]ESOS10[/TD]
[TD] $ 2,813[/TD]
[TD] $ 5,759[/TD]
[TD] $ 2,879[/TD]
[/TR]
[TR]
[TD]ESOS10[/TD]
[TD] $ 10,856[/TD]
[TD] $ 13,504[/TD]
[TD] $ 11,961[/TD]
[/TR]
</tbody>[/TABLE]
Add 2813 +10856 delete 10856 - add 5759+13504 delete 13504 etc
Is there any quick way to add each and delete the second row without losing the summed values?