Skip to main content

Set Formula

Sets a formula in a designated cell of an already opened excel file.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Excel File Descriptor - The identifier of the already opened excel file. This ID is generated by the Open Excel or the Create Excel node.
  • Target Cell - The target cell where the formula will be set. (e.g. C5 or B2)
  • Formula - The formula that will be set in the target cell. (e.g. =SUM(A1:A10))