VLOOKUP from another worksheet

给你一囗甜甜゛ 提交于 2019-12-31 05:07:50

问题


Could someone please assist me with the following VLOOKUP query.

I have data in Column A on one spreadsheet and I need to match the data that is contained within this column, against Column A in another open spreadsheet and if they match populate Column B in the first spreadsheet with the data contained with Column B in the second spreadsheet.

Can anyone assist as I'm not sure of how to achieve this?


回答1:


in cell B* in sheet2 (where * is the row number) =vlookup(A*, 'Sheet1'!A:B, 2, FALSE)



来源:https://stackoverflow.com/questions/12006823/vlookup-from-another-worksheet

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