@univerjs/sheets-formula-ui 0.10.3 → 0.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/locale/ca-ES.js +2 -2
- package/lib/cjs/locale/en-US.js +4 -4
- package/lib/cjs/locale/es-ES.js +2 -2
- package/lib/cjs/locale/fa-IR.js +4 -4
- package/lib/cjs/locale/fr-FR.js +4 -4
- package/lib/cjs/locale/ru-RU.js +24 -27
- package/lib/es/locale/ca-ES.js +6 -6
- package/lib/es/locale/en-US.js +17 -17
- package/lib/es/locale/es-ES.js +6 -6
- package/lib/es/locale/fa-IR.js +17 -17
- package/lib/es/locale/fr-FR.js +17 -17
- package/lib/es/locale/ru-RU.js +437 -440
- package/lib/locale/ca-ES.js +6 -6
- package/lib/locale/en-US.js +17 -17
- package/lib/locale/es-ES.js +6 -6
- package/lib/locale/fa-IR.js +17 -17
- package/lib/locale/fr-FR.js +17 -17
- package/lib/locale/ru-RU.js +437 -440
- package/lib/types/locale/function-list/logical/ru-RU.d.ts +2 -389
- package/lib/types/locale/function-list/lookup/ru-RU.d.ts +2 -807
- package/lib/umd/locale/ca-ES.js +2 -2
- package/lib/umd/locale/en-US.js +4 -4
- package/lib/umd/locale/es-ES.js +2 -2
- package/lib/umd/locale/fa-IR.js +4 -4
- package/lib/umd/locale/fr-FR.js +4 -4
- package/lib/umd/locale/ru-RU.js +22 -25
- package/package.json +12 -12
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -3295,8 +3295,8 @@ const e = {
|
|
|
3295
3295
|
}
|
|
3296
3296
|
},
|
|
3297
3297
|
BYCOL: {
|
|
3298
|
-
description: "Aplica una
|
|
3299
|
-
abstract: "Aplica una
|
|
3298
|
+
description: "Aplica una funció LAMBDA a cada columna i retorna una matriu dels resultats",
|
|
3299
|
+
abstract: "Aplica una funció LAMBDA a cada columna i retorna una matriu dels resultats",
|
|
3300
3300
|
links: [
|
|
3301
3301
|
{
|
|
3302
3302
|
title: "Instrucció",
|
|
@@ -3309,8 +3309,8 @@ const e = {
|
|
|
3309
3309
|
}
|
|
3310
3310
|
},
|
|
3311
3311
|
BYROW: {
|
|
3312
|
-
description: "Aplica una
|
|
3313
|
-
abstract: "Aplica una
|
|
3312
|
+
description: "Aplica una funció LAMBDA a cada fila i retorna una matriu dels resultats",
|
|
3313
|
+
abstract: "Aplica una funció LAMBDA a cada fila i retorna una matriu dels resultats",
|
|
3314
3314
|
links: [
|
|
3315
3315
|
{
|
|
3316
3316
|
title: "Instrucció",
|
|
@@ -3440,8 +3440,8 @@ const e = {
|
|
|
3440
3440
|
}
|
|
3441
3441
|
},
|
|
3442
3442
|
MAKEARRAY: {
|
|
3443
|
-
description: "Retorna una matriu calculada d'una mida de fila i columna especificada, aplicant una
|
|
3444
|
-
abstract: "Retorna una matriu calculada d'una mida de fila i columna especificada, aplicant una
|
|
3443
|
+
description: "Retorna una matriu calculada d'una mida de fila i columna especificada, aplicant una LAMBDA",
|
|
3444
|
+
abstract: "Retorna una matriu calculada d'una mida de fila i columna especificada, aplicant una LAMBDA",
|
|
3445
3445
|
links: [
|
|
3446
3446
|
{
|
|
3447
3447
|
title: "Instrucció",
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -3298,8 +3298,8 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3298
3298
|
}
|
|
3299
3299
|
},
|
|
3300
3300
|
BYCOL: {
|
|
3301
|
-
description: "Applies a
|
|
3302
|
-
abstract: "Applies a
|
|
3301
|
+
description: "Applies a LAMBDA to each column and returns an array of the results",
|
|
3302
|
+
abstract: "Applies a LAMBDA to each column and returns an array of the results",
|
|
3303
3303
|
links: [
|
|
3304
3304
|
{
|
|
3305
3305
|
title: "Instruction",
|
|
@@ -3312,8 +3312,8 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3312
3312
|
}
|
|
3313
3313
|
},
|
|
3314
3314
|
BYROW: {
|
|
3315
|
-
description: "Applies a
|
|
3316
|
-
abstract: "Applies a
|
|
3315
|
+
description: "Applies a LAMBDA to each row and returns an array of the results",
|
|
3316
|
+
abstract: "Applies a LAMBDA to each row and returns an array of the results",
|
|
3317
3317
|
links: [
|
|
3318
3318
|
{
|
|
3319
3319
|
title: "Instruction",
|
|
@@ -3443,8 +3443,8 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3443
3443
|
}
|
|
3444
3444
|
},
|
|
3445
3445
|
MAKEARRAY: {
|
|
3446
|
-
description: "Returns a
|
|
3447
|
-
abstract: "Returns a
|
|
3446
|
+
description: "Returns a calculated array of a specified row and column size, by applying a LAMBDA",
|
|
3447
|
+
abstract: "Returns a calculated array of a specified row and column size, by applying a LAMBDA",
|
|
3448
3448
|
links: [
|
|
3449
3449
|
{
|
|
3450
3450
|
title: "Instruction",
|
|
@@ -3456,7 +3456,7 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3456
3456
|
number2: { name: "cols", detail: "The number of columns in the array. Must be greater than zero." },
|
|
3457
3457
|
value3: {
|
|
3458
3458
|
name: "lambda",
|
|
3459
|
-
detail: "
|
|
3459
|
+
detail: "A LAMBDA that is called to create the array. The LAMBDA takes two parameters: row (The row index of the array), col (The column index of the array)."
|
|
3460
3460
|
}
|
|
3461
3461
|
}
|
|
3462
3462
|
},
|
|
@@ -3503,8 +3503,8 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3503
3503
|
}
|
|
3504
3504
|
},
|
|
3505
3505
|
REDUCE: {
|
|
3506
|
-
description: "Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator.
|
|
3507
|
-
abstract: "Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator.
|
|
3506
|
+
description: "Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator.",
|
|
3507
|
+
abstract: "Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator.",
|
|
3508
3508
|
links: [
|
|
3509
3509
|
{
|
|
3510
3510
|
title: "Instruction",
|
|
@@ -3787,7 +3787,7 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
3787
3787
|
},
|
|
3788
3788
|
rowIndexNum: {
|
|
3789
3789
|
name: "row_index_num",
|
|
3790
|
-
detail: "The row number in table_array from which the matching value will be returned. A row_index_num of 1 returns the first row value in table_array, a row_index_num of 2 returns the second row value in table_array, and so on.
|
|
3790
|
+
detail: "The row number in table_array from which the matching value will be returned. A row_index_num of 1 returns the first row value in table_array, a row_index_num of 2 returns the second row value in table_array, and so on."
|
|
3791
3791
|
},
|
|
3792
3792
|
rangeLookup: {
|
|
3793
3793
|
name: "range_lookup",
|
|
@@ -3796,8 +3796,8 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
3796
3796
|
}
|
|
3797
3797
|
},
|
|
3798
3798
|
HSTACK: {
|
|
3799
|
-
description: "Appends arrays horizontally and
|
|
3800
|
-
abstract: "Appends arrays horizontally and
|
|
3799
|
+
description: "Appends arrays horizontally and in sequence to return a larger array",
|
|
3800
|
+
abstract: "Appends arrays horizontally and in sequence to return a larger array",
|
|
3801
3801
|
links: [
|
|
3802
3802
|
{
|
|
3803
3803
|
title: "Instruction",
|
|
@@ -4106,8 +4106,8 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
4106
4106
|
}
|
|
4107
4107
|
},
|
|
4108
4108
|
VSTACK: {
|
|
4109
|
-
description: "Appends
|
|
4110
|
-
abstract: "Appends
|
|
4109
|
+
description: "Appends arrays vertically and in sequence to return a larger array",
|
|
4110
|
+
abstract: "Appends arrays vertically and in sequence to return a larger array",
|
|
4111
4111
|
links: [
|
|
4112
4112
|
{
|
|
4113
4113
|
title: "Instruction",
|
|
@@ -4150,8 +4150,8 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
4150
4150
|
}
|
|
4151
4151
|
},
|
|
4152
4152
|
XLOOKUP: {
|
|
4153
|
-
description: "Searches a range or an array, and returns
|
|
4154
|
-
abstract: "Searches a range or an array, and returns
|
|
4153
|
+
description: "Searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist, then XLOOKUP can return the closest (approximate) match. ",
|
|
4154
|
+
abstract: "Searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist, then XLOOKUP can return the closest (approximate) match. ",
|
|
4155
4155
|
links: [
|
|
4156
4156
|
{
|
|
4157
4157
|
title: "Instruction",
|
|
@@ -4181,7 +4181,7 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
4181
4181
|
},
|
|
4182
4182
|
XMATCH: {
|
|
4183
4183
|
description: "Searches for a specified item in an array or range of cells, and then returns the item's relative position.",
|
|
4184
|
-
abstract: "Returns the
|
|
4184
|
+
abstract: "Returns the relative position of an item in an array or range of cells.",
|
|
4185
4185
|
links: [
|
|
4186
4186
|
{
|
|
4187
4187
|
title: "Instruction",
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -3293,8 +3293,8 @@ const e = {
|
|
|
3293
3293
|
}
|
|
3294
3294
|
},
|
|
3295
3295
|
BYCOL: {
|
|
3296
|
-
description: "Aplica una función
|
|
3297
|
-
abstract: "Aplica una función
|
|
3296
|
+
description: "Aplica una función LAMBDA a cada columna y devuelve una matriz de los resultados",
|
|
3297
|
+
abstract: "Aplica una función LAMBDA a cada columna y devuelve una matriz de los resultados",
|
|
3298
3298
|
links: [
|
|
3299
3299
|
{
|
|
3300
3300
|
title: "Instrucción",
|
|
@@ -3307,8 +3307,8 @@ const e = {
|
|
|
3307
3307
|
}
|
|
3308
3308
|
},
|
|
3309
3309
|
BYROW: {
|
|
3310
|
-
description: "Aplica una función
|
|
3311
|
-
abstract: "Aplica una función
|
|
3310
|
+
description: "Aplica una función LAMBDA a cada fila y devuelve una matriz de los resultados",
|
|
3311
|
+
abstract: "Aplica una función LAMBDA a cada fila y devuelve una matriz de los resultados",
|
|
3312
3312
|
links: [
|
|
3313
3313
|
{
|
|
3314
3314
|
title: "Instrucción",
|
|
@@ -3438,8 +3438,8 @@ const e = {
|
|
|
3438
3438
|
}
|
|
3439
3439
|
},
|
|
3440
3440
|
MAKEARRAY: {
|
|
3441
|
-
description: "Devuelve una matriz calculada de un tamaño de fila y columna especificado, mediante la aplicación de una
|
|
3442
|
-
abstract: "Devuelve una matriz calculada de un tamaño de fila y columna especificado, mediante la aplicación de una
|
|
3441
|
+
description: "Devuelve una matriz calculada de un tamaño de fila y columna especificado, mediante la aplicación de una LAMBDA",
|
|
3442
|
+
abstract: "Devuelve una matriz calculada de un tamaño de fila y columna especificado, mediante la aplicación de una LAMBDA",
|
|
3443
3443
|
links: [
|
|
3444
3444
|
{
|
|
3445
3445
|
title: "Instrucción",
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -3298,8 +3298,8 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3298
3298
|
}
|
|
3299
3299
|
},
|
|
3300
3300
|
BYCOL: {
|
|
3301
|
-
description: "Applies a
|
|
3302
|
-
abstract: "Applies a
|
|
3301
|
+
description: "Applies a LAMBDA to each column and returns an array of the results",
|
|
3302
|
+
abstract: "Applies a LAMBDA to each column and returns an array of the results",
|
|
3303
3303
|
links: [
|
|
3304
3304
|
{
|
|
3305
3305
|
title: "Instruction",
|
|
@@ -3312,8 +3312,8 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3312
3312
|
}
|
|
3313
3313
|
},
|
|
3314
3314
|
BYROW: {
|
|
3315
|
-
description: "Applies a
|
|
3316
|
-
abstract: "Applies a
|
|
3315
|
+
description: "Applies a LAMBDA to each row and returns an array of the results",
|
|
3316
|
+
abstract: "Applies a LAMBDA to each row and returns an array of the results",
|
|
3317
3317
|
links: [
|
|
3318
3318
|
{
|
|
3319
3319
|
title: "Instruction",
|
|
@@ -3443,8 +3443,8 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3443
3443
|
}
|
|
3444
3444
|
},
|
|
3445
3445
|
MAKEARRAY: {
|
|
3446
|
-
description: "Returns a
|
|
3447
|
-
abstract: "Returns a
|
|
3446
|
+
description: "Returns a calculated array of a specified row and column size, by applying a LAMBDA",
|
|
3447
|
+
abstract: "Returns a calculated array of a specified row and column size, by applying a LAMBDA",
|
|
3448
3448
|
links: [
|
|
3449
3449
|
{
|
|
3450
3450
|
title: "Instruction",
|
|
@@ -3456,7 +3456,7 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3456
3456
|
number2: { name: "cols", detail: "The number of columns in the array. Must be greater than zero." },
|
|
3457
3457
|
value3: {
|
|
3458
3458
|
name: "lambda",
|
|
3459
|
-
detail: "
|
|
3459
|
+
detail: "A LAMBDA that is called to create the array. The LAMBDA takes two parameters: row (The row index of the array), col (The column index of the array)."
|
|
3460
3460
|
}
|
|
3461
3461
|
}
|
|
3462
3462
|
},
|
|
@@ -3503,8 +3503,8 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3503
3503
|
}
|
|
3504
3504
|
},
|
|
3505
3505
|
REDUCE: {
|
|
3506
|
-
description: "Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator.
|
|
3507
|
-
abstract: "Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator.
|
|
3506
|
+
description: "Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator.",
|
|
3507
|
+
abstract: "Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator.",
|
|
3508
3508
|
links: [
|
|
3509
3509
|
{
|
|
3510
3510
|
title: "Instruction",
|
|
@@ -3787,7 +3787,7 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
3787
3787
|
},
|
|
3788
3788
|
rowIndexNum: {
|
|
3789
3789
|
name: "row_index_num",
|
|
3790
|
-
detail: "The row number in table_array from which the matching value will be returned. A row_index_num of 1 returns the first row value in table_array, a row_index_num of 2 returns the second row value in table_array, and so on.
|
|
3790
|
+
detail: "The row number in table_array from which the matching value will be returned. A row_index_num of 1 returns the first row value in table_array, a row_index_num of 2 returns the second row value in table_array, and so on."
|
|
3791
3791
|
},
|
|
3792
3792
|
rangeLookup: {
|
|
3793
3793
|
name: "range_lookup",
|
|
@@ -3796,8 +3796,8 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
3796
3796
|
}
|
|
3797
3797
|
},
|
|
3798
3798
|
HSTACK: {
|
|
3799
|
-
description: "Appends arrays horizontally and
|
|
3800
|
-
abstract: "Appends arrays horizontally and
|
|
3799
|
+
description: "Appends arrays horizontally and in sequence to return a larger array",
|
|
3800
|
+
abstract: "Appends arrays horizontally and in sequence to return a larger array",
|
|
3801
3801
|
links: [
|
|
3802
3802
|
{
|
|
3803
3803
|
title: "Instruction",
|
|
@@ -4106,8 +4106,8 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
4106
4106
|
}
|
|
4107
4107
|
},
|
|
4108
4108
|
VSTACK: {
|
|
4109
|
-
description: "Appends
|
|
4110
|
-
abstract: "Appends
|
|
4109
|
+
description: "Appends arrays vertically and in sequence to return a larger array",
|
|
4110
|
+
abstract: "Appends arrays vertically and in sequence to return a larger array",
|
|
4111
4111
|
links: [
|
|
4112
4112
|
{
|
|
4113
4113
|
title: "Instruction",
|
|
@@ -4150,8 +4150,8 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
4150
4150
|
}
|
|
4151
4151
|
},
|
|
4152
4152
|
XLOOKUP: {
|
|
4153
|
-
description: "Searches a range or an array, and returns
|
|
4154
|
-
abstract: "Searches a range or an array, and returns
|
|
4153
|
+
description: "Searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist, then XLOOKUP can return the closest (approximate) match. ",
|
|
4154
|
+
abstract: "Searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist, then XLOOKUP can return the closest (approximate) match. ",
|
|
4155
4155
|
links: [
|
|
4156
4156
|
{
|
|
4157
4157
|
title: "Instruction",
|
|
@@ -4181,7 +4181,7 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
4181
4181
|
},
|
|
4182
4182
|
XMATCH: {
|
|
4183
4183
|
description: "Searches for a specified item in an array or range of cells, and then returns the item's relative position.",
|
|
4184
|
-
abstract: "Returns the
|
|
4184
|
+
abstract: "Returns the relative position of an item in an array or range of cells.",
|
|
4185
4185
|
links: [
|
|
4186
4186
|
{
|
|
4187
4187
|
title: "Instruction",
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -3298,8 +3298,8 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3298
3298
|
}
|
|
3299
3299
|
},
|
|
3300
3300
|
BYCOL: {
|
|
3301
|
-
description: "Applies a
|
|
3302
|
-
abstract: "Applies a
|
|
3301
|
+
description: "Applies a LAMBDA to each column and returns an array of the results",
|
|
3302
|
+
abstract: "Applies a LAMBDA to each column and returns an array of the results",
|
|
3303
3303
|
links: [
|
|
3304
3304
|
{
|
|
3305
3305
|
title: "Instruction",
|
|
@@ -3312,8 +3312,8 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3312
3312
|
}
|
|
3313
3313
|
},
|
|
3314
3314
|
BYROW: {
|
|
3315
|
-
description: "Applies a
|
|
3316
|
-
abstract: "Applies a
|
|
3315
|
+
description: "Applies a LAMBDA to each row and returns an array of the results",
|
|
3316
|
+
abstract: "Applies a LAMBDA to each row and returns an array of the results",
|
|
3317
3317
|
links: [
|
|
3318
3318
|
{
|
|
3319
3319
|
title: "Instruction",
|
|
@@ -3443,8 +3443,8 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3443
3443
|
}
|
|
3444
3444
|
},
|
|
3445
3445
|
MAKEARRAY: {
|
|
3446
|
-
description: "Returns a
|
|
3447
|
-
abstract: "Returns a
|
|
3446
|
+
description: "Returns a calculated array of a specified row and column size, by applying a LAMBDA",
|
|
3447
|
+
abstract: "Returns a calculated array of a specified row and column size, by applying a LAMBDA",
|
|
3448
3448
|
links: [
|
|
3449
3449
|
{
|
|
3450
3450
|
title: "Instruction",
|
|
@@ -3456,7 +3456,7 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3456
3456
|
number2: { name: "cols", detail: "The number of columns in the array. Must be greater than zero." },
|
|
3457
3457
|
value3: {
|
|
3458
3458
|
name: "lambda",
|
|
3459
|
-
detail: "
|
|
3459
|
+
detail: "A LAMBDA that is called to create the array. The LAMBDA takes two parameters: row (The row index of the array), col (The column index of the array)."
|
|
3460
3460
|
}
|
|
3461
3461
|
}
|
|
3462
3462
|
},
|
|
@@ -3503,8 +3503,8 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
|
|
|
3503
3503
|
}
|
|
3504
3504
|
},
|
|
3505
3505
|
REDUCE: {
|
|
3506
|
-
description: "Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator.
|
|
3507
|
-
abstract: "Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator.
|
|
3506
|
+
description: "Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator.",
|
|
3507
|
+
abstract: "Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator.",
|
|
3508
3508
|
links: [
|
|
3509
3509
|
{
|
|
3510
3510
|
title: "Instruction",
|
|
@@ -3787,7 +3787,7 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
3787
3787
|
},
|
|
3788
3788
|
rowIndexNum: {
|
|
3789
3789
|
name: "row_index_num",
|
|
3790
|
-
detail: "The row number in table_array from which the matching value will be returned. A row_index_num of 1 returns the first row value in table_array, a row_index_num of 2 returns the second row value in table_array, and so on.
|
|
3790
|
+
detail: "The row number in table_array from which the matching value will be returned. A row_index_num of 1 returns the first row value in table_array, a row_index_num of 2 returns the second row value in table_array, and so on."
|
|
3791
3791
|
},
|
|
3792
3792
|
rangeLookup: {
|
|
3793
3793
|
name: "range_lookup",
|
|
@@ -3796,8 +3796,8 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
3796
3796
|
}
|
|
3797
3797
|
},
|
|
3798
3798
|
HSTACK: {
|
|
3799
|
-
description: "Appends arrays horizontally and
|
|
3800
|
-
abstract: "Appends arrays horizontally and
|
|
3799
|
+
description: "Appends arrays horizontally and in sequence to return a larger array",
|
|
3800
|
+
abstract: "Appends arrays horizontally and in sequence to return a larger array",
|
|
3801
3801
|
links: [
|
|
3802
3802
|
{
|
|
3803
3803
|
title: "Instruction",
|
|
@@ -4106,8 +4106,8 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
4106
4106
|
}
|
|
4107
4107
|
},
|
|
4108
4108
|
VSTACK: {
|
|
4109
|
-
description: "Appends
|
|
4110
|
-
abstract: "Appends
|
|
4109
|
+
description: "Appends arrays vertically and in sequence to return a larger array",
|
|
4110
|
+
abstract: "Appends arrays vertically and in sequence to return a larger array",
|
|
4111
4111
|
links: [
|
|
4112
4112
|
{
|
|
4113
4113
|
title: "Instruction",
|
|
@@ -4150,8 +4150,8 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
4150
4150
|
}
|
|
4151
4151
|
},
|
|
4152
4152
|
XLOOKUP: {
|
|
4153
|
-
description: "Searches a range or an array, and returns
|
|
4154
|
-
abstract: "Searches a range or an array, and returns
|
|
4153
|
+
description: "Searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist, then XLOOKUP can return the closest (approximate) match. ",
|
|
4154
|
+
abstract: "Searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist, then XLOOKUP can return the closest (approximate) match. ",
|
|
4155
4155
|
links: [
|
|
4156
4156
|
{
|
|
4157
4157
|
title: "Instruction",
|
|
@@ -4181,7 +4181,7 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
4181
4181
|
},
|
|
4182
4182
|
XMATCH: {
|
|
4183
4183
|
description: "Searches for a specified item in an array or range of cells, and then returns the item's relative position.",
|
|
4184
|
-
abstract: "Returns the
|
|
4184
|
+
abstract: "Returns the relative position of an item in an array or range of cells.",
|
|
4185
4185
|
links: [
|
|
4186
4186
|
{
|
|
4187
4187
|
title: "Instruction",
|