Help with function for a value within a matrix

dhaynes

New Member
Joined
Mar 13, 2020
Messages
18
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

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
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,223,904
Messages
6,175,295
Members
452,631
Latest member
a_potato

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