标签: google-apps-script google-sheets
我遇到一条错误消息问题:
找不到用于获取公式R1C1(String)的方法。
引起问题的脚本行是:
var trf1 = tr.getRange((trnew), , noofEntries, 1).setFormulasR1C1('Vlookup(Indirect(Address(Row(),Column()-2)),Funds,3,0)');
手动将公式Vlookup(Indirect(.....)应用于特定单元格时,效果很好。该脚本覆盖了3个单元格。
Vlookup(Indirect(.....)