Excel Insert Formula VI
- Updated2024-07-30
- 3 minute(s) read
Inserts a formula in the cell defined by the start cluster. If you use the name parameter to specify a named range, the VI inserts the formula from the top left cell of the range.

Inputs/Outputs
—
report in is a reference to the report whose appearance, data, and printing you want to control. Use the New Report VI to generate this LabVIEW class object.
formula
—
formula specifies the formula to insert in the specified cell.
start (0, 0)
—
start contains the row and column indexes of the cell in which the VI inserts the formula.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
name ("")
—
name specifies a named range from which the VI performs the insertion. If the named range covers multiple cells, the insertion appears in the top left corner of the range.
—
report out is a reference to the report whose appearance, data, and printing you want to control. You can wire this output to other Report Generation VIs.
error out
—
error out contains error information. This output provides standard error out functionality. |
—
formula
—
start (0, 0)
—
row
—
error in (no error)
—
—
error out
—