the finance guy
New Member
- Joined
- Mar 21, 2011
- Messages
- 6
Hello,
I'm new to posting on the forum, though I've used it extensively to sort out other problems in the past. I do owe you all a thank you for that!
What I'm trying to do now is create a spread sheet to track income for our companies F&I department (financing).
What I need help with is calculating the "Reserve", which is different for each bank and based on values in other cells. The bank name will be listed in one cell, the amount financed in another and the variable that detemines the amount of reserve in yet another.
Here are a few examples.
For "Bank A", for each .25 in the variable column, reserve is equal to 1% of the amount financed. (simple)
For "Bank B", for each .25 up to 1.0 in the variable is equal to 1%, then each additional .5 is equal to 1% of the amount financed.
For "Bank C", 0 is equal to .25% amt financed, .5 is 1%, .75 is 2%, 1.0 is 3%, 1.75 is 4%, etc jumping around quite a bit.
I don't have a problem with drawing out the nested If statements to calculate the reserve, but the problem is that with so many variables with so many banks (about 10 total), I'd be way beyond 7 nested if statements.
Please let me know if there's any way to calculate this in excel, or if I need to abandon it and look into access or another program.
Thanks in advance for any suggestions!
I'm new to posting on the forum, though I've used it extensively to sort out other problems in the past. I do owe you all a thank you for that!
What I'm trying to do now is create a spread sheet to track income for our companies F&I department (financing).
What I need help with is calculating the "Reserve", which is different for each bank and based on values in other cells. The bank name will be listed in one cell, the amount financed in another and the variable that detemines the amount of reserve in yet another.
Here are a few examples.
For "Bank A", for each .25 in the variable column, reserve is equal to 1% of the amount financed. (simple)
For "Bank B", for each .25 up to 1.0 in the variable is equal to 1%, then each additional .5 is equal to 1% of the amount financed.
For "Bank C", 0 is equal to .25% amt financed, .5 is 1%, .75 is 2%, 1.0 is 3%, 1.75 is 4%, etc jumping around quite a bit.
I don't have a problem with drawing out the nested If statements to calculate the reserve, but the problem is that with so many variables with so many banks (about 10 total), I'd be way beyond 7 nested if statements.
Please let me know if there's any way to calculate this in excel, or if I need to abandon it and look into access or another program.
Thanks in advance for any suggestions!