Excel lookup function taking only first cell

三世轮回 提交于 2020-05-17 08:49:25

问题


I have a personals & holiday table. I want to transfer data to another table. But a personal (emre) has two holiday date. Lookup function taking only first data.


回答1:


Can you try it please? You should enter Ctrl + Shift + Enter to activate the array formula.

 =INDEX(Sayfa1!$B$2:$B$6,MATCH(TRUE,EXACT(A2,Sayfa1!$A$2:$A$6),0))

Useful Link: https://www.extendoffice.com/documents/excel/2699-excel-vlookup-find-first-2nd-match.html

If it is too complicated for you research xlookup.

https://support.office.com/en-us/article/xlookup-function-b7fd680e-6d10-43e6-84f9-88eae8bf5929



来源:https://stackoverflow.com/questions/61826553/excel-lookup-function-taking-only-first-cell

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