Set the Cell's Formula to a Formula Value
Set the formula of a cell in an Excel sheet.
Note: This operation is part of the Excel Book (BDK). To use this book, you need to first learn it in your agent.
Input Concepts
Concept | Description | Type | Required |
---|---|---|---|
cell | The reference to the Excel cell. | excel cell reference | Yes |
formula value | The formula to set in the cell. | text | Yes |
Examples
Set the formula of a cell in an Excel sheet.
get the first cell
use the above as the cell
set the cell's formula to "=A1+B1"
Updated 6 days ago