I have a very basic expense sheet that I cannot figure out how to calculate the total balance column/cells properly.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Client Name[/TD]
[TD]Item Description[/TD]
[TD]Cost[/TD]
[TD]Refund[/TD]
[TD]Deposit[/TD]
[TD]Balance[/TD]
[/TR]
[TR]
[TD]3/29/19[/TD]
[TD]Admin[/TD]
[TD]Call Deposit[/TD]
[TD][/TD]
[TD][/TD]
[TD]$300[/TD]
[TD]$300[/TD]
[/TR]
[TR]
[TD]4/1/19[/TD]
[TD]Jones[/TD]
[TD]Call Cost[/TD]
[TD]$86[/TD]
[TD][/TD]
[TD][/TD]
[TD]$214[/TD]
[/TR]
[TR]
[TD]4/2/19[/TD]
[TD]Jones[/TD]
[TD]Call Refund[/TD]
[TD][/TD]
[TD]$86[/TD]
[TD][/TD]
[TD]$300[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need the balance column to calculate to either add or subtract the Cost/Refund/Deposit amounts. One balance cell should have a formula to let it know to add or subtract depending on which amount is added to the other columns/cells (Cost column will be a subtraction while Refund and Deposit are additions). Make sense? Please help. Thanks!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Client Name[/TD]
[TD]Item Description[/TD]
[TD]Cost[/TD]
[TD]Refund[/TD]
[TD]Deposit[/TD]
[TD]Balance[/TD]
[/TR]
[TR]
[TD]3/29/19[/TD]
[TD]Admin[/TD]
[TD]Call Deposit[/TD]
[TD][/TD]
[TD][/TD]
[TD]$300[/TD]
[TD]$300[/TD]
[/TR]
[TR]
[TD]4/1/19[/TD]
[TD]Jones[/TD]
[TD]Call Cost[/TD]
[TD]$86[/TD]
[TD][/TD]
[TD][/TD]
[TD]$214[/TD]
[/TR]
[TR]
[TD]4/2/19[/TD]
[TD]Jones[/TD]
[TD]Call Refund[/TD]
[TD][/TD]
[TD]$86[/TD]
[TD][/TD]
[TD]$300[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need the balance column to calculate to either add or subtract the Cost/Refund/Deposit amounts. One balance cell should have a formula to let it know to add or subtract depending on which amount is added to the other columns/cells (Cost column will be a subtraction while Refund and Deposit are additions). Make sense? Please help. Thanks!