Formula to "Pull In" a value from Preceeding Rows based on Multiple Criteria?

FIONAMONA

New Member
Joined
Mar 13, 2017
Messages
1
I am fairly new to advanced formula use in Excel, and I am stumped. I use index match all the time and the usual sum ifs, ifs, and etc...but can't figure this out. My boss is insistent that I keep my columns as they are....here is my issue. I have 5 columns in which I am calculating liquidation risks of loans. A borrower may have multiple loans all with different loan numbers, yet when liquidating we take all collateral and come to one risk value on the borrower...see below

I need the preliminary risk/surplus column E to add to column C and Subtract column D if the loans are related. If not related, the tallying stops. So, risk/suplus + collater - loan amount = risk/surplus and repeat...The loans must remain in this order....any ideas of a formula to put in column E would make u my hero.
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD]Name[/TD]
[TD]loan #[/TD]
[TD]collateral $[/TD]
[TD]loan amt[/TD]
[TD]risk or surplus[/TD]
[/TR]
[TR]
[TD]john[/TD]
[TD]1234[/TD]
[TD]50,000[/TD]
[TD]25,000[/TD]
[TD]25,000[/TD]
[/TR]
[TR]
[TD]john[/TD]
[TD]4567[/TD]
[TD]100,000[/TD]
[TD]50,000[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]john[/TD]
[TD]7890[/TD]
[TD]6000[/TD]
[TD]0.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]john[/TD]
[TD]5678[/TD]
[TD]0.00[/TD]
[TD]25,000[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]sam[/TD]
[TD]6709[/TD]
[TD]50,000[/TD]
[TD]25,000[/TD]
[TD]25,000[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.

Forum statistics

Threads
1,226,730
Messages
6,192,703
Members
453,748
Latest member
akhtarf3

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