История страницы
Apply formula to cell Version 10 (
...
Net)
Action group: Excel
...
Description
Executes a formula in the selected cell.
Action icon
Parameters
Input parameters
- Context - Action context for working with an Excel document.
- Column of cell - Column of the cell where the result of the formula calculation will be written. For example C.
- Column index - The column index of the cell into which the result of the formula calculation will be written.
- Row of the cell - The row of the cell into which the result of the formula calculation will be written. For example: 3.
- Formula - The formula that will be used to perform the calculation in the cell. The formula begins with the symbol "=". For example: =5+5*5*2+C1.
- Local language - If True, formula names will be given in the local language, otherwise in English. For example: true.
- Register - If the parameter value is True, the formula string remains unchanged. If "False", then all letters in the formula become capitalized. The default is "False." For example: true.
Settings
Settings of parameters
Property | Description | Type | Example of filling in | Obligatory to fill in the field |
Parameters | ||||
Context | Action context for working with an Excel document | Excel instance | Excel context | Yes |
Column of cell | The column of the cell into which the result of the formula calculation will be written. | String | НетNo | |
Column index | The column index of the cell where the result of the formula calculation will be written. | Numeric | НетNo | |
Row of the cell | Cell row in which the result of the formula calculation will be written. | Numeric | ДаYes | |
Formula | The formula that will be used to perform the calculation in the cell. The formula starts with the "=" symbol. | String | ДаYes | |
Local language | If True, formula names will be given in local language, otherwise - in English. | Boolean | true | НетNo |
Register | If the parameter value is "True", the formula bar remains unchanged. If "False", then all letters in the formula become capitalized. The default is "False". | Boolean | true | НетNo |
Special conditions of use
...
- Assemble a robot scheme consisting of actions:
- Customize the parameters of the "Open" action:
- Customize the parameters of the "Apply formula to cell" action:
- Customize the "Save" action parameter :
- Launch the robot using the "Start" button on the top panel.
Result
The program robot completed successfully.
...