MAKEARRAY

Creates an array of the specified dimensions, with each cell's value is generated by applying a formula.

Значок примечания

Введите формулу как формулу массива. Подсказка: введите формулу с помощью клавиш Ctrl + Shift + Enter.


Синтаксис

=MAKEARRAY(nRows; nCols; Formula)

nRows: the number of rows of the resulting array.

nCols: the number of columns of the resulting array.

Formula: a formula expression or LAMBDA function that will be called on each cell of the array.

Значок примечания

The formula must define 2 variables, related to the rows and columns of the array.


Примеры

The formula =MAKEARRAY(5;5;LAMBDA(r;c;IF(r=c;1;0))) creates a 5x5 identity matrix (it is the same result of the function =MUNIT(5)).

The formula =MAKEARRAY(5;8;(LAMBDA(r;c;"@@@"))) creates a 5x8 array filled with the string "@@@".

The formula =MAKEARRAY(1;7;LAMBDA(r;c;c)) creates a one row array filled with numbers 1 to 7.

Техническая информация

Значок подсказки

This function is available since LibreOfficeDev 27.2.


Эта функция НЕ входит в стандарт Формата Open Document для офисных приложений (OpenDocument) v1.3. Часть 4: Формат пересчитываемой формулы (OpenFormula). Используемое пространство имён:

COM.MICROSOFT.MAKEARRAY

Пожалуйста, поддержите нас!

Пожалуйста, поддержите нас!