Custom function won't refresh as inputs are changed
问题 I have a custom function that finds the value of another cell and displays it. When the source cell is changed, the function does not reflect. https://docs.google.com/spreadsheets/d/1wfFe__g0VdXGAAaPthuhmWQo3A2nQtSVUhfGBt6aIQ0/edit?usp=sharing Refreshing google sheets function findRate() { var accountName = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet().getRange(1,1).getValue(); //determine the account name to use in the horizontal search var rateTab = SpreadsheetApp