Help I am stumped! I have been trying to write a formula for the following.
I have a range ("Annual") that has 8 possible outcomes. I need to get to the correct item in Annual, depending on whether 3 conditions are met.
User enters 3 amounts (loan term, loan amount, LTV). The user entries are compared to 3 criteria. There are 8 possible outcomes, depending on whether:
- loan term is <= or > 15 years
- loan amount is <= or > $625,500
- LTV <= or > 95% (if loan amount is > 625,500), OR 90% (if loan amount is <= 625,500)
Formula result is returned in cell $G$13. I've uploaded a sample file.
I tried INDEX MATCH but it's not really a lookup table, and nested IFs are a nightmare.
Any help whatsoever would be utterly utterly appreciated.
I have a range ("Annual") that has 8 possible outcomes. I need to get to the correct item in Annual, depending on whether 3 conditions are met.
User enters 3 amounts (loan term, loan amount, LTV). The user entries are compared to 3 criteria. There are 8 possible outcomes, depending on whether:
- loan term is <= or > 15 years
- loan amount is <= or > $625,500
- LTV <= or > 95% (if loan amount is > 625,500), OR 90% (if loan amount is <= 625,500)
Formula result is returned in cell $G$13. I've uploaded a sample file.
I tried INDEX MATCH but it's not really a lookup table, and nested IFs are a nightmare.
Any help whatsoever would be utterly utterly appreciated.