Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Apply formula to cell Version 10 (net)

Группа действийAction group: Excel 

Описание

Исполняет формулу в выбранной ячейке.

...

Description

Executes a formula in the selected cell.

Action icon
Image Modified

Параметры 

Входные параметры 

Parameters 

Input parameters 

  1. Context - Action context for working with an Excel document.
  2. Column of cell - Column of the cell where the result of the formula calculation will be written. For example C.
  3. Column index - The column index of the cell into which the result of the formula calculation will be written.
  4. Row of the cell - The row of the cell into which the result of the formula calculation will be written. For example: 3.
  5. Formula - The formula that will be used to perform the calculation in the cell. The formula begins with the symbol "=". For example: =5+5*
  6. Контекст - Контекст действия для работы с Excel-документом.

  7. Столбец ячейки - Столбец ячейки, в которую будет записан результат вычисления по формуле. Например С.

  8. Индекс столбца - Индекс столбца ячейки, в которую будет записан результат вычисления по формуле.

  9. Строка ячейки - Строка ячейки, в которую будет записан результат вычисления по формуле. Например: 3.

  10. Формула - Формула, по которой будет выполнено вычисление в ячейке. Формула начинается с символа «=». Например: =5+
  11. 5*2+C1.
  12. Локальный язык - Если значение параметра равно True, то названия формул будут даны на локальном языке, иначе - на английском. Например
  13. Local language - If True, formula names will be given in the local language, otherwise in English. For example: true.
  14. Регистр - Если значения параметра равно „Истина“, то строка формулы остается без изменений. Если „Ложь“, то все буквы в формуле становятся заглавными. По умолчанию „Ложь“. Например
  15. 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, то названия формул будут даны на локальном языке, иначе - на английском.

Robin.

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.

Robin.

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

  1. Assemble a robot scheme consisting of actionsСобрать схему робота, состоящую из действий:
  2. Настроить параметры действия "Открыть"Customize the parameters of the "Open" action:
  3. Настроить параметры действия Customize the parameters of the "Apply formula to cell" action:
    Настроить
  4. параметр действия "Сохранить" Customize the "Save" action parameter :
  5. Запустить робота по кнопке "Старт" в верхней панелиLaunch the robot using the "Start" button on the top panel

Результат

Result

The program robot completed successfullyПрограммный робот отработал успешно.

Вычисленное

значение записано в ячейку С3The calculated value is written in cell C3