【问题标题】:How to create arrayformula in spreadsheet for =image formula?如何在电子表格中为 =image 公式创建数组公式?
【发布时间】: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))

【问题讨论】:

    标签: google-sheets-formula


    【解决方案1】:

    您不需要向下拖动公式;它只需要进入单元格A2。清除下面的所有单元格。

    要阻止公式在整个工作表中向下移动,请使用:

    =arrayformula(if(B2:B<>"",image("https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl="&B2:B),))
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-03-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多