1 Answer

Yes, you need to write a google-apps-script that calls that method, is you want to use it.

In your spreadsheet go to Tools->Scripts->Scripts Editor and write your code there.

Of course, the getFormula method simply returns a String representation of the formula in the given cell. Something you can do by just moving the cursor over to that cell. So you don't need to write a script for that.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.