Asks about how to find the corresponding value on another sheet and print the result

后端 未结 0 1388
南笙
南笙 2021-02-10 16:53
function myFunction() {
    var ss = SpreadsheetApp.getActiveSpreadsheet();
        
// VLOOKUP target
   var targetSheetValues = ss.getSheetByName(\'target\');
   var i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题