Lookup Excel formula for multiple criteria

我与影子孤独终老i 提交于 2019-12-23 06:35:08

问题


I have this problem: get the threshold amount. please help to get the threshold amount i need to follow the below matrix:

Tenor           Notional         Threshold
up to 1 yr      up to 500k         .05
up to 1 yr      500k to 1mio       .75
up to 1 yr      1mio above          .8
1-5yr           up to 500k         .1
1-5yr           500k to 1mio       .25
1-5yr           1mio above          .5
5-above          up to 500k         .3
5-above           500k to 1mio       .25
5-above           1mio above          .5   

回答1:


You can approach it this way, I have assumed you can add a helper column (in blue) where the Tenor and Notional values are concatenated together for the match to work.

Cells A2 and B2 have data validation lists so the target is chosen. The formulae is shown for both the result cell and the concatenation.

See:



来源:https://stackoverflow.com/questions/53024752/lookup-excel-formula-for-multiple-criteria

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!