Help with function for a value within a matrix

dhaynes

New Member
Joined
Mar 13, 2020
Messages
17
Office Version
  1. 365
Platform
  1. Windows
I need help identifying the right function(s) to return a single value within a matrix with ranges...For example, using the matrix below and assuming a loan with an LTV of 67% and DSCR of 1.27, I would want to return the corresponding value of 93%. I feel like I could you use a series of IF (and) functions but I am also thinking that there is likely a more efficient way to do this. Any suggestions are welcome! Thank you!


1721311762201.png
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Try:
Book2
ABCD
10-3536-4546-55
20-185%51%51%
31.01-1.2528%2%97%
41.26-1.300%41%21%
5
6
7LTV45%
8DSCR1.26
9Result41%
Sheet3
Cell Formulas
RangeFormula
B9B9=INDEX(B2:D4,XMATCH(B8,--TEXTBEFORE(A2:A4,"-"),-1),XMATCH(B7*100,--TEXTBEFORE(B1:D1,"-"),-1))
 
Upvote 0

Forum statistics

Threads
1,221,552
Messages
6,160,466
Members
451,649
Latest member
fahad_ibnfurjan

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