S
Steve
use vlookup on the part if Loan = x the this other cell = y
Example
A B
1 LoanA .25
2 LoanB .30
3 LoanC .40
If for example cell D12 = LoanC then in E12 you could put
=vlookup(D12,A1:B3,2) This will return .40
I did not have time to look at the rest of your question.
Example
A B
1 LoanA .25
2 LoanB .30
3 LoanC .40
If for example cell D12 = LoanC then in E12 you could put
=vlookup(D12,A1:B3,2) This will return .40
I did not have time to look at the rest of your question.