What is the Google Spreadsheet syntax for the HYPERLINK formula to reference another cell that contains a hyperlink rather than a straight url string?

强颜欢笑 提交于 2019-12-04 17:22:46

Change

=HYPERLINK("A3" ; IMAGE(A3&"/convert?h=225"))

to

=HYPERLINK(A3 ; IMAGE(A3&"/convert?h=225"))

"A3" would be a named reference whereas A3 is a cell

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