Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/csharp-4.0/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 按名称获取图像_Google Sheets - Fatal编程技术网

Google sheets 按名称获取图像

Google sheets 按名称获取图像,google-sheets,Google Sheets,我试图使用相邻单元格的值作为图像链接内的变量,但出现了一些问题 有人能帮我吗 fx:=图像(替换(连接)https://cdn.dota2.net/item/“A3;”/300.png”),“,“%20”)更改更改为&,然后将,更改为 =IMAGE(SUBSTITUTE(CONCATENATE("https://cdn.dota2.net/item/"&A3&"/300.png"); " "; "%20")) 请在这里写更多细节。这对我的问题没有帮助

我试图使用相邻单元格的值作为图像链接内的变量,但出现了一些问题

有人能帮我吗


fx:
=图像(替换(连接)https://cdn.dota2.net/item/“A3;”/300.png”),“,“%20”)
更改
更改为
&
,然后将
更改为

=IMAGE(SUBSTITUTE(CONCATENATE("https://cdn.dota2.net/item/"&A3&"/300.png"); " "; "%20"))

请在这里写更多细节。这对我的问题没有帮助