I am relatively new to the Google doc/sheets environment (I downloaded the suite about one week ago).
I have used the script editor and have had excellent results with spreadsheet functions, but when I attempt to perform functions from the Text
Class such as FIND, REPLACE, LEFT
I generate a REFERENCEERROR
.
The autocomplete does not have these functions as I type. When I go to the spreadsheet I can use these functions in a cell and they work fine with the expected results.
It appears that part of the basic Google Service API is not available/loaded, however, I cannot find the API with Text Class in online help.
Can you please tell me which API I am missing and how to load it into the script editor? I understand how to load API calls into the script editor but I cannot find this specific API.