Input cell from another sheet based on named cell name

孤人 提交于 2021-02-11 12:47:29

问题


Is they a simple way to import a cell from another sheet based on the name of a cell in the current sheet?

Below, I trying to say if A2 equals named sheet say Sheet2 then import J10 from Sheet2

=IMPORTRANGE(""=A2"","J10")

Thanks


回答1:


Using =indirect("'"&A2&"'!J10")



来源:https://stackoverflow.com/questions/53427843/input-cell-from-another-sheet-based-on-named-cell-name

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