История страницы
...
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*
Контекст - Контекст действия для работы с Excel-документом.
Столбец ячейки - Столбец ячейки, в которую будет записан результат вычисления по формуле. Например С.
Индекс столбца - Индекс столбца ячейки, в которую будет записан результат вычисления по формуле.
Строка ячейки - Строка ячейки, в которую будет записан результат вычисления по формуле. Например: 3.
Формула - Формула, по которой будет выполнено вычисление в ячейке. Формула начинается с символа «=». Например: =5+- 5*2+C1. Локальный язык - Если значение параметра равно True, то названия формул будут даны на локальном языке, иначе - на английском. Например
- 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
Property |
Локальный язык
Если значение параметра равно True, то названия формул будут даны на локальном языке, иначе - на английском.
Description |
Тип
Пример заполнения
Обязательность заполнения поля
Параметры
Контекст
Контекст действия для работы с Excel-документом
Robin.Excel
Контекст excel
Да
Столбец ячейки
Столбец ячейки, в которую будет записан результат вычисления по формуле.
Robin.String
Нет
Индекс столбца
Индекс столбца ячейки, в которую будет записан результат вычисления по формуле.
Robin.Numeric
Нет
Строка ячейки
Строка ячейки, в которую будет записан результат вычисления по формуле.
Robin.Numeric
Да
Формула
Формула, по которой будет выполнено вычисление в ячейке. Формула начинается с символа «=».
Robin.String
Да
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 | Нет | |
Column index | The column index of the cell where the result of the formula calculation will be written. | Numeric | Нет | |
Row of the cell | Cell row in which the result of the formula calculation will be written. | Numeric | Да | |
Formula | The formula that will be used to perform the calculation in the cell. The formula starts with the "=" symbol. | String | Да | |
Local language | If True, formula names will be given in local language, otherwise - in English. |
Boolean | true | Нет |
Регистр
Если значения параметра равно „Истина“, то строка формулы остается без изменений. Если „Ложь“, то все буквы в формуле становятся заглавными. По умолчанию „Ложь“.
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 | Нет |
Особые условия использования
По умолчанию используются формулы на английском языке.
Special conditions of use
By default, formulas in English are used.
Check out the feature names on the official website: Посмотреть наименования функций можно на официальном сайте: https://support.office.com/en-gb/article/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb
Для использования локального (в нашем случае русского) языка необходимо сделать пометку в поле "Локальный язык".
Пример использования
Задача
To use the local (in our case Russian) language you should make a mark in the "Local language" field.
Example of use
Task
There is an Excel document in which values are written. It is required to write to cell C3 the result calculated by the formula Существует Excel-документ в котором записаны значения. Требуется записать в ячейку С3 результат, вычисленный по формуле =5+5*2+C1
Решение
Solution
Use the actions "OpenВоспользоваться действиями "Открыть", "Apply formula to cell", "СохранитьSave".
Реализация
Implementation
- 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 :
Результат
Result
The program robot completed successfullyПрограммный робот отработал успешно.
Вычисленное
значение записано в ячейку С3The calculated value is written in cell C3.