Hi All,
I have a budget table which I need a little bit of formula help with. So when I select the option of Paid I would like it to deduct the value from the total providing me with the remaining balance. Please see below example of how I would like it to work;
[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="100"><col width="100"><col width="100"><col width="100"></colgroup><tbody>[TR]
[TD]a[/TD]
[TD]b[/TD]
[TD]c[/TD]
[TD]d[/TD]
[TD]e[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD="align: center"]Company[/TD]
[TD="align: center"]Amount[/TD]
[TD="align: center"]Paid/Unpaid[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Utility 1[/TD]
[TD="align: right"]50[/TD]
[TD]Paid[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Utility 2[/TD]
[TD="align: right"]100[/TD]
[TD]Paid[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Utility 3[/TD]
[TD="align: right"]150[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Total[/TD]
[TD="align: right"]300[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Remaining[/TD]
[TD="align: right"]150[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can anyone help with the formula of removing the figure from amount when it says Paid from the total figure in order to provide me with the remaining figure?
Many thanks,
I have a budget table which I need a little bit of formula help with. So when I select the option of Paid I would like it to deduct the value from the total providing me with the remaining balance. Please see below example of how I would like it to work;
[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="100"><col width="100"><col width="100"><col width="100"></colgroup><tbody>[TR]
[TD]a[/TD]
[TD]b[/TD]
[TD]c[/TD]
[TD]d[/TD]
[TD]e[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD="align: center"]Company[/TD]
[TD="align: center"]Amount[/TD]
[TD="align: center"]Paid/Unpaid[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Utility 1[/TD]
[TD="align: right"]50[/TD]
[TD]Paid[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Utility 2[/TD]
[TD="align: right"]100[/TD]
[TD]Paid[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Utility 3[/TD]
[TD="align: right"]150[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Total[/TD]
[TD="align: right"]300[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Remaining[/TD]
[TD="align: right"]150[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can anyone help with the formula of removing the figure from amount when it says Paid from the total figure in order to provide me with the remaining figure?
Many thanks,