|
Klassieke bestandstypen zijn vanaf januari 2021 niet meer beschikbaar voor gebruik. U kunt uw klassieke bestanden omzetten of een PDF downloaden. Meer informatie

How do I write formulas into a Sheet?

Beantwoord
0

Opmerkingen

1 opmerking

  • Jeff Hickey

    Hi Waldo, good question. I ran some tests and I was not able to do it with the 'Write sheet data' command either. However, I was able to using the Spreadsheet API. You can use the HTTP Requests commands to use the Spreadsheet API directly. This method is more advanced, but at minimum is only two steps. The first step is to use a Post command to retrieve a bearer token. The second step is to use the Put command to write the formula to the Sheet. I successfully tested this method with the formula "=SUM(1,1)".

    0

U moet u aanmelden om een opmerking te plaatsen.