【发布时间】:2021-07-18 01:51:40
【问题描述】:
我想根据以下表格创建公式。我是通过手动向下拖动公式创建的。
| QR Code (A) | ID (B) |
|---|---|
| =image("https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl="&B2) | 1111 |
| =image("https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl="&B3 | 22222 |
添加公式时出现错误,如下所示 =arrayformula(image("https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl="&B2:B))
【问题讨论】: