Automatically fill data from another sheet

巧了我就是萌 提交于 2019-12-02 01:23:16

Put this Array formula in C2:

=IFERROR(INDEX(Sheet2!C$2:C$9,MATCH($A2&$B2,Sheet2!$A$2:$A$9&Sheet2!$B$2:$B$9,0)),0)

Being an array formula you must confirm with Ctrl-Shift-Enter to exit the edit mode instead of Enter.

Then copy over one column and down.

The picture is not exact because I left it on one sheet.

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