-
點擊上方選單的「擴充功能 > App Scripts」
-
在 App Scripts 編輯器中自訂函數
function GetURL(input) { var myFormula = SpreadsheetApp.getActiveRange().getFormula(); var myAddress = myFormula.replace('=GetURL(','').replace(')',''); var myRange = SpreadsheetApp.getActiveSheet().getRange(myAddress); return myRange.getRichTextValue().getLinkUrl(); };
-
在試算表中使用自訂的 GetUrl 函數
-
等待 Loading 結束後即可取得結果