Combining Formulas

truevidence

New Member
Joined
Oct 18, 2017
Messages
2
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Contract#[/TD]
[TD]Contract amount[/TD]
[TD]Already encumbered[/TD]
[TD]Invoices Paid[/TD]
[TD]Already Encumbered Balance[/TD]
[TD]Current Contract Amount[/TD]
[TD]Encumbered[/TD]
[TD]Unencumbered[/TD]
[TD]Balance[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1234[/TD]
[TD]100[/TD]
[TD]50[/TD]
[TD]40[/TD]
[TD]40[/TD]
[TD]10[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

I made a small copy of my spreadsheet. I will try to explain what I want to do to the best of my ability.

I want to get an accurate balance that's left on the contract. When I encumber funds I want to subtract G2 from F2 with the amount showing in I2. When I want to unencumber funds I want to add C2 and H2 with that total showing in I2 as well. However I don't want both totals showing at the same time. I want them to show when I enter a number in either G2 or H2. There won't be anything in both cells at the same time, G2 will always be a positive number, and H2 will always be a negative number. Can anyone help me?
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Welcome to the board.

Perhaps something like this:

=IF(G2<>"",F2-G2,IF(H2<>"",C2+H2,""))
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,875
Members
452,363
Latest member
merico17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top