Hi all,
I really need help with calculating the SUM of 3 different values.
I've got a spreadsheet for my finances, and my bills/outgoings.
In Column A is simply the name of the bill i.e. debtor/company
In Column B I have the date that the bill is due.
In Column C I have the amount of the bill i.e. £100 or whatever it may be.
In Column D I have whether or not the bill has been paid (or not yet due) - I have used conditional formatting on this so it highlights red/yellow/green accordingly.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Bill[/TD]
[TD]Due Date[/TD]
[TD]Amount[/TD]
[TD]Paid?[/TD]
[TD][/TD]
[TD]Sums[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Car[/TD]
[TD]1/1[/TD]
[TD]100[/TD]
[TD]Yes[/TD]
[TD][/TD]
[TD]Paid[/TD]
[TD]=[/TD]
[/TR]
[TR]
[TD]Tax[/TD]
[TD]8/2[/TD]
[TD]30[/TD]
[TD]Not Yet Due[/TD]
[TD][/TD]
[TD]Yet to be paid[/TD]
[TD]=[/TD]
[/TR]
[TR]
[TD]Phone[/TD]
[TD]2/2[/TD]
[TD]30[/TD]
[TD]No[/TD]
[TD][/TD]
[TD]Unlawfully Outstanding[/TD]
[TD]=[/TD]
[/TR]
</tbody>[/TABLE]
Now, I need to calculate based on whether or not it has been paid. I want three SUMs...
1. Amount Paid (i.e. Column D = "Yes")
2. Amount Yet To Be Paid (i.e. Column D = "Not Yet Due")
3. Amount Unlawfully Outstanding (i.e. Column D = "No")
Is there any way of doing this?
Thank you all.
I really need help with calculating the SUM of 3 different values.
I've got a spreadsheet for my finances, and my bills/outgoings.
In Column A is simply the name of the bill i.e. debtor/company
In Column B I have the date that the bill is due.
In Column C I have the amount of the bill i.e. £100 or whatever it may be.
In Column D I have whether or not the bill has been paid (or not yet due) - I have used conditional formatting on this so it highlights red/yellow/green accordingly.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Bill[/TD]
[TD]Due Date[/TD]
[TD]Amount[/TD]
[TD]Paid?[/TD]
[TD][/TD]
[TD]Sums[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Car[/TD]
[TD]1/1[/TD]
[TD]100[/TD]
[TD]Yes[/TD]
[TD][/TD]
[TD]Paid[/TD]
[TD]=[/TD]
[/TR]
[TR]
[TD]Tax[/TD]
[TD]8/2[/TD]
[TD]30[/TD]
[TD]Not Yet Due[/TD]
[TD][/TD]
[TD]Yet to be paid[/TD]
[TD]=[/TD]
[/TR]
[TR]
[TD]Phone[/TD]
[TD]2/2[/TD]
[TD]30[/TD]
[TD]No[/TD]
[TD][/TD]
[TD]Unlawfully Outstanding[/TD]
[TD]=[/TD]
[/TR]
</tbody>[/TABLE]
Now, I need to calculate based on whether or not it has been paid. I want three SUMs...
1. Amount Paid (i.e. Column D = "Yes")
2. Amount Yet To Be Paid (i.e. Column D = "Not Yet Due")
3. Amount Unlawfully Outstanding (i.e. Column D = "No")
Is there any way of doing this?
Thank you all.