Excel, vlookup from two columns

北慕城南 提交于 2020-01-03 04:58:05

问题


Can somebody explain me why it's not working?

Once I used it and worked.


回答1:


You can use this formula

=INDEX($C$1:$C$6,MATCH(1,($A$1:$A$6=A11)*($B$1:$B$6=B11),0))

This is an array formula so commit it by pressing Ctrl+Shift+Enter. See image for reference.



来源:https://stackoverflow.com/questions/45140108/excel-vlookup-from-two-columns

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