@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.
@@ -694,7 +694,7 @@ const e = {
694
694
  number2: { name: "number2", detail: "второй" }
695
695
  }
696
696
  }
697
- }, r = {
697
+ }, i = {
698
698
  DAVERAGE: {
699
699
  description: "Возвращает среднее значение выбранных записей базы данных",
700
700
  abstract: "Возвращает среднее значение выбранных записей базы данных",
@@ -875,7 +875,7 @@ const e = {
875
875
  criteria: { name: "условия", detail: "диапазон ячеек, который содержит задаваемые условия." }
876
876
  }
877
877
  }
878
- }, i = {
878
+ }, r = {
879
879
  DATE: {
880
880
  description: "Возвращает порядковый номер определенной даты",
881
881
  abstract: "Возвращает порядковый номер определенной даты",
@@ -2946,7 +2946,7 @@ const e = {
2946
2946
  basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2947
2947
  }
2948
2948
  }
2949
- }, s = {
2949
+ }, c = {
2950
2950
  CELL: {
2951
2951
  description: "Возвращает сведения о форматировании, расположении или содержимом ячейки",
2952
2952
  abstract: "Возвращает сведения о форматировании, расположении или содержимом ячейки",
@@ -3275,928 +3275,925 @@ const e = {
3275
3275
  value: { name: "значение", detail: "Любое значение, например число, текст, логическое значение и т.д." }
3276
3276
  }
3277
3277
  }
3278
- }, c = {
3278
+ }, s = {
3279
3279
  AND: {
3280
- description: "Returns TRUE if all of its arguments are TRUE",
3281
- abstract: "Returns TRUE if all of its arguments are TRUE",
3280
+ description: "Возвращает TRUE если все проверяемые значения TRUE",
3281
+ abstract: "Возвращает TRUE если все проверяемые значения TRUE",
3282
3282
  links: [
3283
3283
  {
3284
- title: "Instruction",
3285
- url: "https://support.microsoft.com/en-us/office/and-function-5f19b2e8-e1df-4408-897a-ce285a19e9d9"
3284
+ title: "Инструкция",
3285
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B8-5f19b2e8-e1df-4408-897a-ce285a19e9d9"
3286
3286
  }
3287
3287
  ],
3288
3288
  functionParameter: {
3289
- logical1: { name: "logical1", detail: "The first condition that you want to test that can evaluate to either TRUE or FALSE." },
3290
- logical2: { name: "logical2", detail: "Additional conditions that you want to test that can evaluate to either TRUE or FALSE, up to a maximum of 255 conditions." }
3289
+ logical1: { name: "логическое1", detail: "Первое условие, которое вы хотите проверить и которое может быть оценено как TRUE или FALSE." },
3290
+ logical2: { name: "логическое2", detail: "Дополнительные условия, которые вы хотите проверить и которые могут быть оценены как TRUE или FALSE, максимум до 255 условий." }
3291
3291
  }
3292
3292
  },
3293
3293
  BYCOL: {
3294
- description: "Applies a LAMBDA to each column and returns an array of the results",
3295
- abstract: "Applies a LAMBDA to each column and returns an array of the results",
3294
+ description: "Применяет функцию ЛЯМБДА к каждому столбцу и возвращает массив результатов",
3295
+ abstract: "Применяет функцию ЛЯМБДА к каждому столбцу и возвращает массив результатов",
3296
3296
  links: [
3297
3297
  {
3298
- title: "Instruction",
3299
- url: "https://support.microsoft.com/en-us/office/bycol-function-58463999-7de5-49ce-8f38-b7f7a2192bfb"
3298
+ title: "Инструкция",
3299
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-bycol-58463999-7de5-49ce-8f38-b7f7a2192bfb"
3300
3300
  }
3301
3301
  ],
3302
3302
  functionParameter: {
3303
- array: { name: "array", detail: "An array to be separated by column." },
3304
- lambda: { name: "lambda", detail: "A LAMBDA that takes a column as a single parameter and calculates one result. The LAMBDA takes a single parameter: A column from array." }
3303
+ array: { name: "массив", detail: "Массив, разделенный на столбцы." },
3304
+ lambda: { name: "лямбда", detail: "ЛЯМБДА, которая принимает столбец в качестве одного параметра и вычисляет один результат. ЛЯМБДА принимает один параметр: столбец из массива." }
3305
3305
  }
3306
3306
  },
3307
3307
  BYROW: {
3308
- description: "Applies a LAMBDA to each row and returns an array of the results",
3309
- abstract: "Applies a LAMBDA to each row and returns an array of the results",
3308
+ description: "Применяет ЛЯМБДА-функцию к каждой строке и возвращает массив результатов",
3309
+ abstract: "Применяет ЛЯМБДА-функцию к каждой строке и возвращает массив результатов",
3310
3310
  links: [
3311
3311
  {
3312
- title: "Instruction",
3313
- url: "https://support.microsoft.com/en-us/office/byrow-function-2e04c677-78c8-4e6b-8c10-a4602f2602bb"
3312
+ title: "Инструкция",
3313
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-byrow-2e04c677-78c8-4e6b-8c10-a4602f2602bb"
3314
3314
  }
3315
3315
  ],
3316
3316
  functionParameter: {
3317
- array: { name: "array", detail: "An array to be separated by row." },
3318
- lambda: { name: "lambda", detail: "A LAMBDA that takes a row as a single parameter and calculates one result. The LAMBDA takes a single parameter: A row from array." }
3317
+ array: { name: "массив", detail: "Массив, который будет разделен на строки." },
3318
+ lambda: { name: "лямбда", detail: "Функция ЛЯМБДА, которая принимает столбец как единственный параметр и вычисляет один результат. ЛЯМБДА принимает один параметр: строка из массива." }
3319
3319
  }
3320
3320
  },
3321
3321
  FALSE: {
3322
- description: "Returns the logical value FALSE.",
3323
- abstract: "Returns the logical value FALSE.",
3322
+ description: "Возвращает логическое значение FALSE.",
3323
+ abstract: "Возвращает логическое значение FALSE.",
3324
3324
  links: [
3325
3325
  {
3326
- title: "Instruction",
3327
- url: "https://support.microsoft.com/en-us/office/false-function-2d58dfa5-9c03-4259-bf8f-f0ae14346904"
3326
+ title: "Инструкция",
3327
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BB%D0%BE%D0%B6%D1%8C-2d58dfa5-9c03-4259-bf8f-f0ae14346904"
3328
3328
  }
3329
3329
  ],
3330
3330
  functionParameter: {}
3331
3331
  },
3332
3332
  IF: {
3333
- description: "Specifies a logical test to perform",
3334
- abstract: "Specifies a logical test to perform",
3333
+ description: "Указывает логический тест для выполнения",
3334
+ abstract: "Указывает логический тест для выполнения",
3335
3335
  links: [
3336
3336
  {
3337
- title: "Instruction",
3338
- url: "https://support.microsoft.com/en-us/office/if-function-69aed7c9-4e8a-4755-a9bc-aa8bbff73be2"
3337
+ title: "Инструкция",
3338
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B5%D1%81%D0%BB%D0%B8-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B5%D1%81%D0%BB%D0%B8-69aed7c9-4e8a-4755-a9bc-aa8bbff73be2"
3339
3339
  }
3340
3340
  ],
3341
3341
  functionParameter: {
3342
- logicalTest: { name: "logical_test", detail: "The condition you want to test." },
3342
+ logicalTest: { name: "логический тест", detail: "Условие, которое вы хотите проверить." },
3343
3343
  valueIfTrue: {
3344
- name: "value_if_true",
3345
- detail: "The value that you want returned if the result of logical_test is TRUE."
3344
+ name: "значение истина",
3345
+ detail: 'Значение, которое вы хотите вернуть, если результат "логический тест" равен TRUE.'
3346
3346
  },
3347
3347
  valueIfFalse: {
3348
- name: "value_if_false",
3349
- detail: "The value that you want returned if the result of logical_test is FALSE."
3348
+ name: "значение ложь",
3349
+ detail: 'Значение, которое вы хотите вернуть, если результат "логический тест" равен FALSE.'
3350
3350
  }
3351
3351
  }
3352
3352
  },
3353
3353
  IFERROR: {
3354
- description: "Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula",
3355
- abstract: "Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula",
3354
+ description: "Возвращает указанное значение, если формула принимает ошибку; в противном случае возвращается результат формулы.",
3355
+ abstract: "Возвращает указанное значение, если формула принимает ошибку; в противном случае возвращается результат формулы.",
3356
3356
  links: [
3357
3357
  {
3358
- title: "Instruction",
3359
- url: "https://support.microsoft.com/en-us/office/iferror-function-c526fd07-caeb-47b8-8bb6-63f3e417f611"
3358
+ title: "Инструкция",
3359
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B5%D1%81%D0%BB%D0%B8%D0%BE%D1%88%D0%B8%D0%B1%D0%BA%D0%B0-c526fd07-caeb-47b8-8bb6-63f3e417f611"
3360
3360
  }
3361
3361
  ],
3362
3362
  functionParameter: {
3363
- value: { name: "value", detail: "The argument that is checked for an error." },
3364
- valueIfError: { name: "value_if_error", detail: "The value to return if the formula evaluates to an error. The following error types are evaluated: #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!." }
3363
+ value: { name: "значение", detail: "Аргумент, проверяемый на наличие ошибки." },
3364
+ valueIfError: { name: "значение ошибка", detail: "Значение, возвращаемое, если формула принимает ошибку. Вычисляются следующие типы ошибок: #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, или #NULL!." }
3365
3365
  }
3366
3366
  },
3367
3367
  IFNA: {
3368
- description: "Returns the value you specify if the expression resolves to #N/A, otherwise returns the result of the expression",
3369
- abstract: "Returns the value you specify if the expression resolves to #N/A, otherwise returns the result of the expression",
3368
+ description: "Функция IFNA возвращает указанное значение, если формула возвращает значение ошибки #N/A; в противном случае возвращается результат формулы",
3369
+ abstract: "Функция IFNA возвращает указанное значение, если формула возвращает значение ошибки #N/A; в противном случае возвращается результат формулы",
3370
3370
  links: [
3371
3371
  {
3372
- title: "Instruction",
3373
- url: "https://support.microsoft.com/en-us/office/ifna-function-6626c961-a569-42fc-a49d-79b4951fd461"
3372
+ title: "Инструкция",
3373
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B5%D1%81%D0%BD%D0%B4-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B5%D1%81%D0%BD%D0%B4-6626c961-a569-42fc-a49d-79b4951fd461"
3374
3374
  }
3375
3375
  ],
3376
3376
  functionParameter: {
3377
- value: { name: "value", detail: "The argument that is checked for the #N/A error value." },
3378
- valueIfNa: { name: "value_if_na", detail: "The value to return if the formula evaluates to the #N/A error value." }
3377
+ value: { name: "значение", detail: "Аргумент, проверяемый на наличие ошибки со значением #N/A." },
3378
+ valueIfNa: { name: "значение не применимо", detail: "Значение, которое будет возвращено, если в результате выполнения формулы будет получено значение ошибки #N/A." }
3379
3379
  }
3380
3380
  },
3381
3381
  IFS: {
3382
- description: "Checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition.",
3383
- abstract: "Checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition.",
3382
+ description: "Проверяет соответствие одному или нескольким условиям и возвращает значение для первого условия, принимающего значение TRUE",
3383
+ abstract: "Проверяет соответствие одному или нескольким условиям и возвращает значение для первого условия, принимающего значение TRUE",
3384
3384
  links: [
3385
3385
  {
3386
- title: "Instruction",
3387
- url: "https://support.microsoft.com/en-us/office/ifs-function-36329a26-37b2-467c-972b-4a39bd951d45"
3386
+ title: "Инструкция",
3387
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%83%D1%81%D0%BB%D0%BE%D0%B2%D0%B8%D1%8F-36329a26-37b2-467c-972b-4a39bd951d45"
3388
3388
  }
3389
3389
  ],
3390
3390
  functionParameter: {
3391
- logicalTest1: { name: "logical_test1", detail: "Condition that evaluates to TRUE or FALSE." },
3392
- valueIfTrue1: { name: "value_if_true1", detail: "Result to be returned if logical_test1 evaluates to TRUE. Can be empty." },
3393
- logicalTest2: { name: "logical_test2", detail: "Condition that evaluates to TRUE or FALSE." },
3394
- valueIfTrue2: { name: "value_if_true2", detail: "Result to be returned if logical_testN evaluates to TRUE. Each value_if_trueN corresponds with a condition logical_testN. Can be empty." }
3391
+ logicalTest1: { name: "логический тест1", detail: "Условие, которое оценивается как TRUE или FALSE." },
3392
+ valueIfTrue1: { name: "значение истина1", detail: 'Результат возвращается, если "логический тест1" имеет значение TRUE. Может быть пустым.' },
3393
+ logicalTest2: { name: "логический тест2", detail: "Условие, которое оценивается как TRUE или FALSE." },
3394
+ valueIfTrue2: { name: "значение истина2", detail: 'Результат возвращается, если "логический тест1" имеет значение TRUE. Каждое "значение истинаN" соответствует условию "значение истинаN". Может быть пустым.' }
3395
3395
  }
3396
3396
  },
3397
3397
  LAMBDA: {
3398
- description: "Use a LAMBDA function to create custom, reusable functions and call them by a friendly name. The new function is available throughout the workbook and called like native Excel functions.",
3399
- abstract: "Create custom, reusable functions and call them by a friendly name",
3398
+ description: "С помощью функции ЛЯМБДА можно создавать пользовательские функции для повторного использования и вызывать их по понятным именам. Новая функция доступна во всей книге и вызывается так же, как и основные функции Excel.",
3399
+ abstract: "С помощью функции ЛЯМБДА можно создавать пользовательские функции для повторного использования и вызывать их по понятным именам",
3400
3400
  links: [
3401
3401
  {
3402
- title: "Instruction",
3403
- url: "https://support.microsoft.com/en-us/office/lambda-function-bd212d27-1cd1-4321-a34a-ccbf254b8b67"
3402
+ title: "Инструкция",
3403
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-lambda-bd212d27-1cd1-4321-a34a-ccbf254b8b67"
3404
3404
  }
3405
3405
  ],
3406
3406
  functionParameter: {
3407
3407
  parameter: {
3408
- name: "parameter",
3409
- detail: "A value that you want to pass to the function, such as a cell reference, string or number. You can enter up to 253 parameters. This argument is optional."
3408
+ name: "параметр",
3409
+ detail: "Значение, которое вы хотите передать функции, например ссылку на ячейку, строку или число. Вы можете ввести до 253 параметров."
3410
3410
  },
3411
3411
  calculation: {
3412
- name: "calculation",
3413
- detail: "The formula you want to execute and return as the result of the function. It must be the last argument and it must return a result. This argument is required."
3412
+ name: "вычисление",
3413
+ detail: "Формула, которую необходимо выполнить и вывести в качестве результата выполнения функции. Это должен быть последний аргумент и он должен возвращать результат."
3414
3414
  }
3415
3415
  }
3416
3416
  },
3417
3417
  LET: {
3418
- description: "Assigns names to calculation results",
3419
- abstract: "Assigns names to calculation results",
3418
+ description: "Присваивает имена результатам вычисления",
3419
+ abstract: "Присваивает имена результатам вычисления",
3420
3420
  links: [
3421
3421
  {
3422
- title: "Instruction",
3423
- url: "https://support.microsoft.com/en-us/office/let-function-34842dd8-b92b-4d3f-b325-b8b8f9908999"
3422
+ title: "Инструкция",
3423
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-let-34842dd8-b92b-4d3f-b325-b8b8f9908999"
3424
3424
  }
3425
3425
  ],
3426
3426
  functionParameter: {
3427
- name1: { name: "name1", detail: "The first name to assign. Must start with a letter. Cannot be the output of a formula or conflict with range syntax." },
3428
- nameValue1: { name: "name_value1", detail: "The value that is assigned to name1." },
3429
- calculationOrName2: { name: "calculation_or_name2", detail: `One of the following:
3430
- 1.A calculation that uses all names within the LET function. This must be the last argument in the LET function.
3431
- 2.A second name to assign to a second name_value. If a name is specified, name_value2 and calculation_or_name3 become required.` },
3432
- nameValue2: { name: "name_value2", detail: "The value that is assigned to calculation_or_name2." },
3433
- calculationOrName3: { name: "calculation_or_name3", detail: `One of the following:
3434
- 1.A calculation that uses all names within the LET function. The last argument in the LET function must be a calculation.
3435
- 2.A third name to assign to a third name_value. If a name is specified, name_value3 and calculation_or_name4 become required.` }
3427
+ name1: { name: "имя1", detail: "Первое имя для назначения. Должно начинаться с буквы. Не может быть результатом формулы или конфликтовать с синтаксисом диапазона." },
3428
+ nameValue1: { name: "имя значения1", detail: 'Значение, которое присваивается "имя1".' },
3429
+ calculationOrName2: { name: "вычисление или имя2", detail: `Одно из следующих:
3430
+ 1. Вычисление, использующее все имена в функции LET. Это должен быть последний аргумент функции LET.
3431
+ 2. Второе имя для присвоения второму аргументу "имя значения". Если имя указано, то "имя значения2" и "вычисление или имя3" становятся обязательными.` },
3432
+ nameValue2: { name: "имя значения2", detail: 'Значение, которое присваивается "вычисление или имя2".' },
3433
+ calculationOrName3: { name: "вычисление или имя3", detail: `Одно из следующих:
3434
+ 1. Вычисление, использующее все имена в функции LET. Последний аргумент функции LET должен быть вычислением.
3435
+ 2. Третье имя для присвоения третьему "имя значения". Если имя указано, "имя значения3" и "вычисление или имя4" становятся обязательными.` }
3436
3436
  }
3437
3437
  },
3438
3438
  MAKEARRAY: {
3439
- description: "Returns a calculated array of a specified row and column size, by applying a LAMBDA",
3440
- abstract: "Returns a calculated array of a specified row and column size, by applying a LAMBDA",
3439
+ description: "Возвращает вычисляемый массив указанной строки и столбца, применяя функцию LAMBDA",
3440
+ abstract: "Возвращает вычисляемый массив указанной строки и столбца, применяя функцию LAMBDA",
3441
3441
  links: [
3442
3442
  {
3443
- title: "Instruction",
3444
- url: "https://support.microsoft.com/en-us/office/makearray-function-b80da5ad-b338-4149-a523-5b221da09097"
3443
+ title: "Инструкция",
3444
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-makearray-b80da5ad-b338-4149-a523-5b221da09097"
3445
3445
  }
3446
3446
  ],
3447
3447
  functionParameter: {
3448
- number1: { name: "rows", detail: "The number of rows in the array. Must be greater than zero." },
3449
- number2: { name: "cols", detail: "The number of columns in the array. Must be greater than zero." },
3448
+ number1: { name: "строки", detail: "Количество строк в массиве. Должно быть больше нуля." },
3449
+ number2: { name: "столбцы", detail: "Количество столбцов в массиве. Должно быть больше нуля." },
3450
3450
  value3: {
3451
- name: "lambda",
3452
- 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)."
3451
+ name: "лямбда",
3452
+ detail: "Функция ЛЯМБДА, вызываемая для создания массива. ЛЯМБДА принимает два параметра: индекс строки массива и индекс столбца массива."
3453
3453
  }
3454
3454
  }
3455
3455
  },
3456
3456
  MAP: {
3457
- description: "Returns an array formed by mapping each value in the array(s) to a new value by applying a LAMBDA to create a new value.",
3458
- abstract: "Returns an array formed by mapping each value in the array(s) to a new value by applying a LAMBDA to create a new value.",
3457
+ description: "Возвращает массив, сформированный путем сопоставления каждого значения в массивах с новым значением путем применения функции ЛЯМБДА для создания нового значения",
3458
+ abstract: "Возвращает массив, сформированный путем сопоставления каждого значения в массивах с новым значением путем применения функции ЛЯМБДА для создания нового значения",
3459
3459
  links: [
3460
3460
  {
3461
- title: "Instruction",
3462
- url: "https://support.microsoft.com/en-us/office/map-function-48006093-f97c-47c1-bfcc-749263bb1f01"
3461
+ title: "Инструкция",
3462
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-map-48006093-f97c-47c1-bfcc-749263bb1f01"
3463
3463
  }
3464
3464
  ],
3465
3465
  functionParameter: {
3466
- array1: { name: "array1", detail: "An array1 to be mapped." },
3467
- array2: { name: "array2", detail: "An array2 to be mapped." },
3468
- lambda: { name: "lambda", detail: "A LAMBDA which must be the last argument and which must have either a parameter for each array passed." }
3466
+ array1: { name: "массив1", detail: "Массив, который нужно сопоставить." },
3467
+ array2: { name: "массив2", detail: "Массив, который нужно сопоставить." },
3468
+ lambda: { name: "лямбда", detail: "Функция ЛЯМБДА, которая должна быть последним аргументом и должна содержать параметр для каждого переданного массива или другой массив для сопоставления." }
3469
3469
  }
3470
3470
  },
3471
3471
  NOT: {
3472
- description: "Reverses the logic of its argument.",
3473
- abstract: "Reverses the logic of its argument.",
3472
+ description: "Переворачивает логику своего аргумента",
3473
+ abstract: "Переворачивает логику своего аргумента",
3474
3474
  links: [
3475
3475
  {
3476
- title: "Instruction",
3477
- url: "https://support.microsoft.com/en-us/office/not-function-9cfc6011-a054-40c7-a140-cd4ba2d87d77"
3476
+ title: "Инструкция",
3477
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BD%D0%B5-9cfc6011-a054-40c7-a140-cd4ba2d87d77"
3478
3478
  }
3479
3479
  ],
3480
3480
  functionParameter: {
3481
- logical: { name: "logical", detail: "The condition that you want to reverse the logic for, which can evaluate to either TRUE or FALSE." }
3481
+ logical: { name: "логическое", detail: "Условие, для которого вы хотите изменить логику, которое может быть оценено как TRUE или FALSE." }
3482
3482
  }
3483
3483
  },
3484
3484
  OR: {
3485
- description: "Returns TRUE if any of its arguments evaluate to TRUE, and returns FALSE if all of its arguments evaluate to FALSE.",
3486
- abstract: "Returns TRUE if any argument is TRUE",
3485
+ description: "Возвращает TRUE, если хотя бы один из его аргументов оценивается как TRUE, и возвращает FALSE, если все его аргументы оцениваются как FALSE",
3486
+ abstract: "Возвращает TRUE, если хотя бы один из его аргументов оценивается как TRUE",
3487
3487
  links: [
3488
3488
  {
3489
- title: "Instruction",
3490
- url: "https://support.microsoft.com/en-us/office/or-function-7d17ad14-8700-4281-b308-00b131e22af0"
3489
+ title: "Инструкция",
3490
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B8%D0%BB%D0%B8-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B8%D0%BB%D0%B8-7d17ad14-8700-4281-b308-00b131e22af0"
3491
3491
  }
3492
3492
  ],
3493
3493
  functionParameter: {
3494
- logical1: { name: "logical1", detail: "The first condition that you want to test that can evaluate to either TRUE or FALSE." },
3495
- logical2: { name: "logical2", detail: "Additional conditions that you want to test that can evaluate to either TRUE or FALSE, up to a maximum of 255 conditions." }
3494
+ logical1: { name: "логическое1", detail: "Первое условие, которое вы хотите проверить и которое может принимать значения TRUE или FALSE." },
3495
+ logical2: { name: "логическое2", detail: "Дополнительные условия, которые вы хотите проверить и которые могут быть оценены как TRUE или FALSE, максимум до 255 условий." }
3496
3496
  }
3497
3497
  },
3498
3498
  REDUCE: {
3499
- description: "Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator. ",
3500
- abstract: "Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator. ",
3499
+ description: "Уменьшает массив до накопленного значения, применяя ЛЯМБДА к каждому значению и возвращая общее значение в аккумулятор",
3500
+ abstract: "Уменьшает массив до накопленного значения, применяя ЛЯМБДА к каждому значению и возвращая общее значение в аккумулятор",
3501
3501
  links: [
3502
3502
  {
3503
- title: "Instruction",
3504
- url: "https://support.microsoft.com/en-us/office/reduce-function-42e39910-b345-45f3-84b8-0642b568b7cb"
3503
+ title: "Инструкция",
3504
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-reduce-42e39910-b345-45f3-84b8-0642b568b7cb"
3505
3505
  }
3506
3506
  ],
3507
3507
  functionParameter: {
3508
- initialValue: { name: "initial_value", detail: "Sets the starting value for the accumulator." },
3509
- array: { name: "array", detail: "An array to be reduced." },
3510
- lambda: { name: "lambda", detail: "A LAMBDA that is called to reduce the array. The LAMBDA takes three parameters: 1.The value totaled up and returned as the final result. 2.The current value from the array. 3.The calculation applied to each element in the array." }
3508
+ initialValue: { name: "начальное значение", detail: "Задает начальное значение для аккумулятора." },
3509
+ array: { name: "массив", detail: "Массив, который нужно сократить." },
3510
+ lambda: { name: "лямбда", detail: "Функция ЛЯМБДА, вызываемая для создания массива. ЛЯМБДА принимает три параметра: 1.Суммируемое значение, возвращаемое в качестве конечного результата. 2.The current value from the array. 3.The calculation applied to each element in the array." }
3511
3511
  }
3512
3512
  },
3513
3513
  SCAN: {
3514
- description: "Scans an array by applying a LAMBDA to each value and returns an array that has each intermediate value.",
3515
- abstract: "Scans an array by applying a LAMBDA to each value and returns an array that has each intermediate value.",
3514
+ description: "Сканирует массив путем применения функции ЛЯМБДА к каждому значению и возвращает массив, содержащий все промежуточные значения",
3515
+ abstract: "Сканирует массив путем применения функции ЛЯМБДА к каждому значению и возвращает массив, содержащий все промежуточные значения",
3516
3516
  links: [
3517
3517
  {
3518
- title: "Instruction",
3519
- url: "https://support.microsoft.com/en-us/office/scan-function-d58dfd11-9969-4439-b2dc-e7062724de29"
3518
+ title: "Инструкция",
3519
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-scan-d58dfd11-9969-4439-b2dc-e7062724de29"
3520
3520
  }
3521
3521
  ],
3522
3522
  functionParameter: {
3523
- initialValue: { name: "initial_value", detail: "Sets the starting value for the accumulator." },
3524
- array: { name: "array", detail: "An array to be scanned." },
3525
- lambda: { name: "lambda", detail: "A LAMBDA that is called to scanned the array. The LAMBDA takes three parameters: 1.The value totaled up and returned as the final result. 2.The current value from the array. 3.The calculation applied to each element in the array." }
3523
+ initialValue: { name: "начальное значение", detail: "Задает начальное значение для аккумулятора." },
3524
+ array: { name: "массив", detail: "Массив, который нужно просканировать." },
3525
+ lambda: { name: "лямбда", detail: "Функция ЛЯМБДА, вызываемая для создания массива. ЛЯМБДА принимает три параметра: 1.Суммируемое значение, возвращаемое в качестве конечного результата. 2.The current value from the array. 3.The calculation applied to each element in the array." }
3526
3526
  }
3527
3527
  },
3528
3528
  SWITCH: {
3529
- description: "Evaluates an expression against a list of values and returns the result corresponding to the first matching value. If there is no match, an optional default value may be returned.",
3530
- abstract: "Evaluates an expression against a list of values and returns the result corresponding to the first matching value. If there is no match, an optional default value may be returned.",
3529
+ description: "Вычисляет значение (которое называют выражением) на основе списка значений и возвращает результат, соответствующий первому совпадающему значению. Если совпадения не обнаружены, может быть возвращено необязательное стандартное значение",
3530
+ abstract: "Вычисляет значение (которое называют выражением) на основе списка значений и возвращает результат, соответствующий первому совпадающему значению. Если совпадения не обнаружены, может быть возвращено необязательное стандартное значение",
3531
3531
  links: [
3532
3532
  {
3533
- title: "Instruction",
3534
- url: "https://support.microsoft.com/en-us/office/switch-function-47ab33c0-28ce-4530-8a45-d532ec4aa25e"
3533
+ title: "Инструкция",
3534
+ url: "https://support.microsoft.com/ru-ru/office/switch-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-switch-47ab33c0-28ce-4530-8a45-d532ec4aa25e"
3535
3535
  }
3536
3536
  ],
3537
3537
  functionParameter: {
3538
- expression: { name: "expression", detail: "Expression is the value (such as a number, date or some text) that will be compared against value1…value126." },
3539
- value1: { name: "value1", detail: "ValueN is a value that will be compared against expression." },
3540
- result1: { name: "result1", detail: "ResultN is the value to be returned when the corresponding valueN argument matches expression. ResultN and must be supplied for each corresponding valueN argument." },
3541
- defaultOrValue2: { name: "default_or_value2", detail: "Default is the value to return in case no matches are found in the valueN expressions. The Default argument is identified by having no corresponding resultN expression (see examples). Default must be the final argument in the function." },
3542
- result2: { name: "result2", detail: "ResultN is the value to be returned when the corresponding valueN argument matches expression. ResultN and must be supplied for each corresponding valueN argument." }
3538
+ expression: { name: "выражение", detail: "Выражение это значение (например, число, дата или текст), которое будет сравниваться со значением1-значением126." },
3539
+ value1: { name: "значение1", detail: "ЗначениеN это значение, которое будет сравниваться с выражением." },
3540
+ result1: { name: "результат1", detail: "РезультатN это значение, которое возвращается, когда соответствующий аргумент значениеN совпадает с выражением. ResultN должен быть указан для каждого соответствующего аргумента значениеN." },
3541
+ defaultOrValue2: { name: "по умолчанию или значение2", detail: 'Значение по умолчанию возвращается, если в выражениях значениеN не найдено совпадений. Аргумент "значение по умолчанию" определяется отсутствием соответствующего выражения значениеN. Значение по умолчанию должно быть последним аргументом функции.' },
3542
+ result2: { name: "результат2", detail: "РезультатN это значение, которое возвращается, когда соответствующий аргумент значениеN совпадает с выражением. ResultN должен быть указан для каждого соответствующего аргумента значениеN." }
3543
3543
  }
3544
3544
  },
3545
3545
  TRUE: {
3546
- description: "Returns the logical value TRUE.",
3547
- abstract: "Returns the logical value TRUE.",
3546
+ description: "Возвращает логическое значение TRUE",
3547
+ abstract: "Возвращает логическое значение TRUE",
3548
3548
  links: [
3549
3549
  {
3550
- title: "Instruction",
3551
- url: "https://support.microsoft.com/en-us/office/true-function-7652c6e3-8987-48d0-97cd-ef223246b3fb"
3550
+ title: "Инструкция",
3551
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B8%D1%81%D1%82%D0%B8%D0%BD%D0%B0-7652c6e3-8987-48d0-97cd-ef223246b3fb"
3552
3552
  }
3553
3553
  ],
3554
3554
  functionParameter: {}
3555
3555
  },
3556
3556
  XOR: {
3557
- description: "Returns TRUE if an odd number of its arguments evaluate to TRUE, and FALSE if an even number of its arguments evaluate to TRUE.",
3558
- abstract: "Returns TRUE if an odd number of arguments are TRUE",
3557
+ description: "Возвращает логический исключающий или всех аргументов",
3558
+ abstract: "Возвращает логический исключающий или всех аргументов",
3559
3559
  links: [
3560
3560
  {
3561
- title: "Instruction",
3562
- url: "https://support.microsoft.com/en-us/office/xor-function-1548d4c2-5e47-4f77-9a92-0533bba14f37"
3561
+ title: "Инструкция",
3562
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B8%D1%81%D0%BA%D0%BB%D0%B8%D0%BB%D0%B8-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B8%D1%81%D0%BA%D0%BB%D0%B8%D0%BB%D0%B8-1548d4c2-5e47-4f77-9a92-0533bba14f37"
3563
3563
  }
3564
3564
  ],
3565
3565
  functionParameter: {
3566
- logical1: { name: "logical1", detail: "The first condition that you want to test that can evaluate to either TRUE or FALSE." },
3567
- logical2: { name: "logical2", detail: "Additional conditions that you want to test that can evaluate to either TRUE or FALSE, up to a maximum of 255 conditions." }
3566
+ logical1: { name: "логическое1", detail: "Первое условие, которое вы хотите проверить и которое может принимать значения TRUE или FALSE." },
3567
+ logical2: { name: "логическое2", detail: "Дополнительные условия, которые вы хотите проверить и которые могут принимать значения TRUE или FALSE, максимум до 255 условий." }
3568
3568
  }
3569
3569
  }
3570
- }, u = c, l = {
3570
+ }, D = {
3571
3571
  ADDRESS: {
3572
- description: "Obtain the address of a cell in a worksheet, given specified row and column numbers. For example, ADDRESS(2,3) returns $C$2. As another example, ADDRESS(77,300) returns $KN$77. You can use other functions, such as the ROW and COLUMN functions, to provide the row and column number arguments for the ADDRESS function.",
3573
- abstract: "Returns a reference as text to a single cell in a worksheet",
3572
+ description: "Можно использовать для получения адреса ячейки на листе по номерам строки и столбца. Например, функция ADDRESS(2;3) возвращает значение $C$2. Еще один пример: функция ADDRESS(77;300) возвращает значение $KN$77. Чтобы передать функции ADDRESS номера строки и столбца в качестве ее аргументов, можно использовать другие функции.",
3573
+ abstract: "Можно использовать для получения адреса ячейки на листе по номерам строки и столбца",
3574
3574
  links: [
3575
3575
  {
3576
- title: "Instruction",
3577
- url: "https://support.microsoft.com/en-us/office/address-function-d0c26c0d-3991-446b-8de4-ab46431d4f89"
3576
+ title: "Инструкция",
3577
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B0%D0%B4%D1%80%D0%B5%D1%81-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B0%D0%B4%D1%80%D0%B5%D1%81-d0c26c0d-3991-446b-8de4-ab46431d4f89"
3578
3578
  }
3579
3579
  ],
3580
3580
  functionParameter: {
3581
3581
  row_num: {
3582
- name: "row number",
3583
- detail: "A numeric value that specifies the row number to use in the cell reference."
3582
+ name: "номер строки",
3583
+ detail: "Номер строки, используемый в ссылке на ячейку."
3584
3584
  },
3585
3585
  column_num: {
3586
- name: "column number",
3587
- detail: "A numeric value that specifies the column number to use in the cell reference."
3586
+ name: "номер столбца",
3587
+ detail: "Номер столбца, используемый в ссылке на ячейку."
3588
3588
  },
3589
3589
  abs_num: {
3590
- name: "type of reference",
3591
- detail: "A numeric value that specifies the type of reference to return."
3590
+ name: "тип ссылки",
3591
+ detail: "Задает тип возвращаемой ссылки."
3592
3592
  },
3593
3593
  a1: {
3594
- name: "style of reference",
3595
- detail: "A logical value that specifies the A1 or R1C1 reference style. In A1 style, columns are labeled alphabetically, and rows are labeled numerically. In R1C1 reference style, both columns and rows are labeled numerically. If the A1 argument is TRUE or omitted, the ADDRESS function returns an A1-style reference; if FALSE, the ADDRESS function returns an R1C1-style reference."
3594
+ name: "стиль ссылки",
3595
+ detail: "Логическое значение, которое определяет тип ссылок: А1 или R1C1. При использовании ссылок типа А1 столбцы обозначаются буквами, а строки цифрами. При использовании ссылок типа R1C1 и столбцы, и строки обозначаются цифрами. Если аргумент А1 имеет значение TRUE или опущен, то функция ADDRESS возвращает ссылку типа А1; если этот аргумент имеет значение FALSE, функция ADDRESS возвращает ссылку типа R1C1."
3596
3596
  },
3597
3597
  sheet_text: {
3598
- name: "worksheet name",
3599
- detail: 'A text value that specifies the name of the worksheet to be used as the external reference. For example, the formula =ADDRESS(1,1,,,"Sheet2") returns Sheet2!$A$1. If the sheet_text argument is omitted, no sheet name is used, and the address returned by the function refers to a cell on the current sheet.'
3598
+ name: "имя листа",
3599
+ detail: 'Текстовое значение, определяющее имя листа, которое используется для формирования внешней ссылки. Например, формула =ADDRESS(1;1;;;"Лист2") возвращает значение Лист2!$A$1. Если аргумент имя_листа отсутствует, имя листа не используется, и адрес, возвращаемый функцией, ссылается на ячейку текущего листа.'
3600
3600
  }
3601
3601
  }
3602
3602
  },
3603
3603
  AREAS: {
3604
- description: "Returns the number of areas in a reference",
3605
- abstract: "Returns the number of areas in a reference",
3604
+ description: "Возвращает количество областей в ссылке",
3605
+ abstract: "Возвращает количество областей в ссылке",
3606
3606
  links: [
3607
3607
  {
3608
- title: "Instruction",
3609
- url: "https://support.microsoft.com/en-us/office/areas-function-8392ba32-7a41-43b3-96b0-3695d2ec6152"
3608
+ title: "Инструкция",
3609
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D0%B8-8392ba32-7a41-43b3-96b0-3695d2ec6152"
3610
3610
  }
3611
3611
  ],
3612
3612
  functionParameter: {
3613
- reference: { name: "reference", detail: "A reference to a cell or range of cells and can refer to multiple areas." }
3613
+ reference: { name: "ссылка", detail: "Ссылка на ячейку или диапазон ячеек, которая может указывать на несколько областей." }
3614
3614
  }
3615
3615
  },
3616
3616
  CHOOSE: {
3617
- description: "Chooses a value from a list of values.",
3618
- abstract: "Chooses a value from a list of values",
3617
+ description: "Использует номер_индекса, чтобы выбрать и вернуть значение из списка аргументов-значений",
3618
+ abstract: "Использует номер_индекса, чтобы выбрать и вернуть значение из списка аргументов-значений",
3619
3619
  links: [
3620
3620
  {
3621
- title: "Instruction",
3622
- url: "https://support.microsoft.com/en-us/office/choose-function-fc5c184f-cb62-4ec7-a46e-38653b98f5bc"
3621
+ title: "Инструкция",
3622
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B2%D1%8B%D0%B1%D0%BE%D1%80-fc5c184f-cb62-4ec7-a46e-38653b98f5bc"
3623
3623
  }
3624
3624
  ],
3625
3625
  functionParameter: {
3626
- indexNum: { name: "index_num", detail: `Specifies which value argument is selected. Index_num must be a number between 1 and 254, or a formula or reference to a cell containing a number between 1 and 254.
3627
- If index_num is 1, CHOOSE returns value1; if it is 2, CHOOSE returns value2; and so on.
3628
- If index_num is less than 1 or greater than the number of the last value in the list, CHOOSE returns the #VALUE! error value.
3629
- If index_num is a fraction, it is truncated to the lowest integer before being used.` },
3630
- value1: { name: "value1", detail: "CHOOSE selects a value or an action to perform based on index_num. The arguments can be numbers, cell references, defined names, formulas, functions, or text." },
3631
- value2: { name: "value2", detail: "1 to 254 value arguments." }
3626
+ indexNum: { name: "номер индекса", detail: "Номер выбираемого аргумента-значения. Номер индекса должен быть числом от 1 до 254, формулой или ссылкой на ячейку, содержащую число в диапазоне от 1 до 254." },
3627
+ value1: { name: "значение1", detail: 'Функция CHOOSE выбирает значение или действие для выполнения на основе аргумента "номер индекса". Аргументами могут быть числа, ссылки на ячейки, определённые имена, формулы, функции или текст.' },
3628
+ value2: { name: "значение2", detail: "От 1 до 254 аргументов значений." }
3632
3629
  }
3633
3630
  },
3634
3631
  CHOOSECOLS: {
3635
- description: "Returns the specified columns from an array",
3636
- abstract: "Returns the specified columns from an array",
3632
+ description: "Возвращает указанные столбцы из массива",
3633
+ abstract: "Возвращает указанные столбцы из массива",
3637
3634
  links: [
3638
3635
  {
3639
- title: "Instruction",
3640
- url: "https://support.microsoft.com/en-us/office/choosecols-function-bf117976-2722-4466-9b9a-1c01ed9aebff"
3636
+ title: "Инструкция",
3637
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B2%D1%8B%D0%B1%D0%BE%D1%80%D1%81%D1%82%D0%BE%D0%BB%D0%B1%D1%86-bf117976-2722-4466-9b9a-1c01ed9aebff"
3641
3638
  }
3642
3639
  ],
3643
3640
  functionParameter: {
3644
- array: { name: "array", detail: "The array containing the columns to be returned in the new array." },
3645
- colNum1: { name: "col_num1", detail: "The first column to be returned." },
3646
- colNum2: { name: "col_num2", detail: "Additional columns to be returned." }
3641
+ array: { name: "массив", detail: "Массив, содержащий столбцы, которые должны быть возвращены в новом массиве." },
3642
+ colNum1: { name: "номер столбца1", detail: "Первый возвращаемый столбец." },
3643
+ colNum2: { name: "номер столбца2", detail: "Дополнительные столбцы, которые необходимо вернуть." }
3647
3644
  }
3648
3645
  },
3649
3646
  CHOOSEROWS: {
3650
- description: "Returns the specified rows from an array",
3651
- abstract: "Returns the specified rows from an array",
3647
+ description: "Возвращает указанные строки из массива",
3648
+ abstract: "Возвращает указанные строки из массива",
3652
3649
  links: [
3653
3650
  {
3654
- title: "Instruction",
3655
- url: "https://support.microsoft.com/en-us/office/chooserows-function-51ace882-9bab-4a44-9625-7274ef7507a3"
3651
+ title: "Инструкция",
3652
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-chooserows-51ace882-9bab-4a44-9625-7274ef7507a3"
3656
3653
  }
3657
3654
  ],
3658
3655
  functionParameter: {
3659
- array: { name: "array", detail: "The array containing the rows to be returned in the new array." },
3660
- rowNum1: { name: "row_num1", detail: "The first row number to be returned." },
3661
- rowNum2: { name: "row_num2", detail: "Additional row numbers to be returned." }
3656
+ array: { name: "массив", detail: "Массив, содержащий столбцы, которые должны быть возвращены в новом массиве." },
3657
+ rowNum1: { name: "номер строки1", detail: "Первый возвращаемый номер строки." },
3658
+ rowNum2: { name: "номер строки2", detail: "Номера дополнительных возвращаемых строк." }
3662
3659
  }
3663
3660
  },
3664
3661
  COLUMN: {
3665
- description: "Returns the column number of the given cell reference.",
3666
- abstract: "Returns the column number of a reference",
3662
+ description: "Возвращает номер столбца заданного ссылка на ячейку",
3663
+ abstract: "Возвращает номер столбца заданного ссылка на ячейку",
3667
3664
  links: [
3668
3665
  {
3669
- title: "Instruction",
3670
- url: "https://support.microsoft.com/en-us/office/column-function-44e8c754-711c-4df3-9da4-47a55042554b"
3666
+ title: "Инструкция",
3667
+ url: "https://support.microsoft.com/ru-ru/office/%D1%81%D1%82%D0%BE%D0%BB%D0%B1%D0%B5%D1%86-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%81%D1%82%D0%BE%D0%BB%D0%B1%D0%B5%D1%86-44e8c754-711c-4df3-9da4-47a55042554b"
3671
3668
  }
3672
3669
  ],
3673
3670
  functionParameter: {
3674
- reference: { name: "reference", detail: "The cell or range of cells for which you want to return the column number." }
3671
+ reference: { name: "ссылка", detail: "чейка или диапазон ячеек, для которого требуется возвратить номер столбца." }
3675
3672
  }
3676
3673
  },
3677
3674
  COLUMNS: {
3678
- description: "Returns the number of columns in an array or reference.",
3679
- abstract: "Returns the number of columns in a reference",
3675
+ description: "Возвращает количество столбцов в массив или ссылке",
3676
+ abstract: "Возвращает количество столбцов в массив или ссылке",
3680
3677
  links: [
3681
3678
  {
3682
- title: "Instruction",
3683
- url: "https://support.microsoft.com/en-us/office/columns-function-4e8e7b4e-e603-43e8-b177-956088fa48ca"
3679
+ title: "Инструкция",
3680
+ url: "https://support.microsoft.com/ru-ru/office/%D1%87%D0%B8%D1%81%D0%BB%D1%81%D1%82%D0%BE%D0%BB%D0%B1-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%87%D0%B8%D1%81%D0%BB%D1%81%D1%82%D0%BE%D0%BB%D0%B1-4e8e7b4e-e603-43e8-b177-956088fa48ca"
3684
3681
  }
3685
3682
  ],
3686
3683
  functionParameter: {
3687
- array: { name: "array", detail: "An array or array formula, or a reference to a range of cells for which you want the number of columns." }
3684
+ array: { name: "массив", detail: "Массив, формула массива или ссылка на диапазон ячеек, для которых требуется определить количество столбцов." }
3688
3685
  }
3689
3686
  },
3690
3687
  DROP: {
3691
- description: "Excludes a specified number of rows or columns from the start or end of an array",
3692
- abstract: "Excludes a specified number of rows or columns from the start or end of an array",
3688
+ description: "Исключает указанное количество строк или столбцов из начала или конца массива",
3689
+ abstract: "Исключает указанное количество строк или столбцов из начала или конца массива",
3693
3690
  links: [
3694
3691
  {
3695
- title: "Instruction",
3696
- url: "https://support.microsoft.com/en-us/office/drop-function-1cb4e151-9e17-4838-abe5-9ba48d8c6a34"
3692
+ title: "Инструкция",
3693
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-drop-1cb4e151-9e17-4838-abe5-9ba48d8c6a34"
3697
3694
  }
3698
3695
  ],
3699
3696
  functionParameter: {
3700
- array: { name: "array", detail: "The array from which to drop rows or columns." },
3701
- rows: { name: "rows", detail: "The number of rows to drop. A negative value drops from the end of the array." },
3702
- columns: { name: "columns", detail: "The number of columns to exclude. A negative value drops from the end of the array." }
3697
+ array: { name: "массив", detail: "Массив, из которого нужно удалить строки или столбцы." },
3698
+ rows: { name: "строки", detail: "Количество строк для удаления. Отрицательное значение означает удаление с конца массива." },
3699
+ columns: { name: "столбцы", detail: "Количество столбцов для исключения. Отрицательное значение означает удаление с конца массива." }
3703
3700
  }
3704
3701
  },
3705
3702
  EXPAND: {
3706
- description: "Expands or pads an array to specified row and column dimensions",
3707
- abstract: "Expands or pads an array to specified row and column dimensions",
3703
+ description: "Расширяет или заполняет массив до указанных размеров строк и столбцов",
3704
+ abstract: "Расширяет или заполняет массив до указанных размеров строк и столбцов",
3708
3705
  links: [
3709
3706
  {
3710
- title: "Instruction",
3711
- url: "https://support.microsoft.com/en-us/office/expand-function-7433fba5-4ad1-41da-a904-d5d95808bc38"
3707
+ title: "Инструкция",
3708
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-expand-7433fba5-4ad1-41da-a904-d5d95808bc38"
3712
3709
  }
3713
3710
  ],
3714
3711
  functionParameter: {
3715
- array: { name: "array", detail: "The array to expand." },
3716
- rows: { name: "rows", detail: "The number of rows in the expanded array. If missing, rows will not be expanded." },
3717
- columns: { name: "columns", detail: "The number of columns in the expanded array. If missing, columns will not be expanded." },
3718
- padWith: { name: "pad_with", detail: "The value with which to pad. The default is #N/A." }
3712
+ array: { name: "массив", detail: "Массив, который нужно расширить." },
3713
+ rows: { name: "строки", detail: "Количество строк в расширенном массиве. Если аргумент отсутствует, строки не расширяются." },
3714
+ columns: { name: "столбцы", detail: "Количество столбцов в расширенном массиве. Если аргумент отсутствует, столбцы не расширяются." },
3715
+ padWith: { name: "заполняющее значение", detail: "Значение, используемое для заполнения. Значение по умолчанию #N/A." }
3719
3716
  }
3720
3717
  },
3721
3718
  FILTER: {
3722
- description: "Filters a range of data based on criteria you define",
3723
- abstract: "Filters a range of data based on criteria you define",
3719
+ description: "Позволяет выполнять фильтрацию диапазона данных на основе условий, которые вы определяете",
3720
+ abstract: "Позволяет выполнять фильтрацию диапазона данных на основе условий, которые вы определяете",
3724
3721
  links: [
3725
3722
  {
3726
- title: "Instruction",
3727
- url: "https://support.microsoft.com/en-us/office/filter-function-f4f7cb66-82eb-4767-8f7c-4877ad80c759"
3723
+ title: "Инструкция",
3724
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%84%D0%B8%D0%BB%D1%8C%D1%82%D1%80-f4f7cb66-82eb-4767-8f7c-4877ad80c759"
3728
3725
  }
3729
3726
  ],
3730
3727
  functionParameter: {
3731
- array: { name: "array", detail: "The range or array to filter." },
3732
- include: { name: "include", detail: "An array of Boolean values ​​where TRUE indicates that a row or column is to be retained." },
3733
- ifEmpty: { name: "if_empty", detail: "If no items are reserved, return." }
3728
+ array: { name: "массив", detail: "Массив или диапазон для фильтрации." },
3729
+ include: { name: "включить", detail: "Массив логических переменных с аналогичной высотой или шириной, что и массив." },
3730
+ ifEmpty: { name: "если пусто", detail: "Значение, возвращаемое, если все значения во включенном массиве пустые." }
3734
3731
  }
3735
3732
  },
3736
3733
  FORMULATEXT: {
3737
- description: "Returns the formula at the given reference as text",
3738
- abstract: "Returns the formula at the given reference as text",
3734
+ description: "Возвращает формулу в виде строки",
3735
+ abstract: "Возвращает формулу в виде строки",
3739
3736
  links: [
3740
3737
  {
3741
- title: "Instruction",
3742
- url: "https://support.microsoft.com/en-us/office/formulatext-function-0a786771-54fd-4ae2-96ee-09cda35439c8"
3738
+ title: "Инструкция",
3739
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84-%D1%82%D0%B5%D0%BA%D1%81%D1%82-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%84-%D1%82%D0%B5%D0%BA%D1%81%D1%82-0a786771-54fd-4ae2-96ee-09cda35439c8"
3743
3740
  }
3744
3741
  ],
3745
3742
  functionParameter: {
3746
- reference: { name: "reference", detail: "A reference to a cell or range of cells." }
3743
+ reference: { name: "ссылка", detail: "Ссылка на ячейку или диапазон ячеек." }
3747
3744
  }
3748
3745
  },
3749
3746
  GETPIVOTDATA: {
3750
- description: "Returns data stored in a PivotTable report",
3751
- abstract: "Returns data stored in a PivotTable report",
3747
+ description: "Возвращает видимые данные из сводной таблицы",
3748
+ abstract: "Возвращает видимые данные из сводной таблицы",
3752
3749
  links: [
3753
3750
  {
3754
- title: "Instruction",
3755
- url: "https://support.microsoft.com/en-us/office/getpivotdata-function-8c083b99-a922-4ca0-af5e-3af55960761f"
3751
+ title: "Инструкция",
3752
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BF%D0%BE%D0%BB%D1%83%D1%87%D0%B8%D1%82%D1%8C-%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D0%B5-%D1%81%D0%B2%D0%BE%D0%B4%D0%BD%D0%BE%D0%B9-%D1%82%D0%B0%D0%B1%D0%BB%D0%B8%D1%86%D1%8B-8c083b99-a922-4ca0-af5e-3af55960761f"
3756
3753
  }
3757
3754
  ],
3758
3755
  functionParameter: {
3759
- number1: { name: "number1", detail: "first" },
3760
- number2: { name: "number2", detail: "second" }
3756
+ number1: { name: "число1", detail: "первое" },
3757
+ number2: { name: "число2", detail: "второе" }
3761
3758
  }
3762
3759
  },
3763
3760
  HLOOKUP: {
3764
- description: "Looks in the top row of an array and returns the value of the indicated cell",
3765
- abstract: "Looks in the top row of an array and returns the value of the indicated cell",
3761
+ description: "Выполняет поиск значения в первой строке таблицы или массив значений и возвращает значение, находящееся в том же столбце в заданной строке таблицы или массива",
3762
+ abstract: "Выполняет поиск значения в первой строке таблицы или массив значений и возвращает значение, находящееся в том же столбце в заданной строке таблицы или массива.",
3766
3763
  links: [
3767
3764
  {
3768
- title: "Instruction",
3769
- url: "https://support.microsoft.com/en-us/office/hlookup-function-a3034eec-b719-4ba3-bb65-e1ad662ed95f"
3765
+ title: "Инструкция",
3766
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B3%D0%BF%D1%80-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B3%D0%BF%D1%80-a3034eec-b719-4ba3-bb65-e1ad662ed95f"
3770
3767
  }
3771
3768
  ],
3772
3769
  functionParameter: {
3773
3770
  lookupValue: {
3774
- name: "lookup_value",
3775
- detail: "The value to be found in the first row of the table. Lookup_value can be a value, a reference, or a text string."
3771
+ name: "искомое значение",
3772
+ detail: 'Значение, которое требуется найти в первой строке таблицы. "искомое значение" может быть значением, ссылкой или текстовой строкой.'
3776
3773
  },
3777
3774
  tableArray: {
3778
- name: "table_array",
3779
- detail: "A table of information in which data is looked up. Use a reference to a range or a range name."
3775
+ name: "таблица",
3776
+ detail: "Таблица, в которой производится поиск данных. Можно использовать ссылку на диапазон или имя диапазона."
3780
3777
  },
3781
3778
  rowIndexNum: {
3782
- name: "row_index_num",
3783
- 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. "
3779
+ name: "номер строки",
3780
+ detail: 'Номер строки в аргументе "таблица", из которой будет возвращено соответствующее значение.'
3784
3781
  },
3785
3782
  rangeLookup: {
3786
- name: "range_lookup",
3787
- detail: "A logical value that specifies whether you want HLOOKUP to find an exact match or an approximate match."
3783
+ name: "интервальный просмотр",
3784
+ detail: "Логическое значение, которое определяет, какое соответствие должна искать функция ГПР точное или приблизительное."
3788
3785
  }
3789
3786
  }
3790
3787
  },
3791
3788
  HSTACK: {
3792
- description: "Appends arrays horizontally and in sequence to return a larger array",
3793
- abstract: "Appends arrays horizontally and in sequence to return a larger array",
3789
+ description: "Добавляет массивы последовательно по горизонтали, чтобы вернуть больший массив",
3790
+ abstract: "Добавляет массивы последовательно по горизонтали, чтобы вернуть больший массив",
3794
3791
  links: [
3795
3792
  {
3796
- title: "Instruction",
3797
- url: "https://support.microsoft.com/en-us/office/hstack-function-98c4ab76-10fe-4b4f-8d5f-af1c125fe8c2"
3793
+ title: "Инструкция",
3794
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B3%D1%81%D1%82%D0%BE%D0%BB%D0%B1%D0%B8%D0%BA-98c4ab76-10fe-4b4f-8d5f-af1c125fe8c2"
3798
3795
  }
3799
3796
  ],
3800
3797
  functionParameter: {
3801
- array1: { name: "array", detail: "The arrays to append." },
3802
- array2: { name: "array", detail: "The arrays to append." }
3798
+ array1: { name: "массив", detail: "Массивы, которые нужно добавить." },
3799
+ array2: { name: "массив", detail: "Массивы, которые нужно добавить." }
3803
3800
  }
3804
3801
  },
3805
3802
  HYPERLINK: {
3806
- description: "Creates a hyperlink inside a cell.",
3807
- abstract: "Creates a hyperlink inside a cell.",
3803
+ description: "Создает гиперссылку в ячейке.",
3804
+ abstract: "Создает гиперссылку в ячейке.",
3808
3805
  links: [
3809
3806
  {
3810
- title: "Instruction",
3811
- url: "https://support.google.com/docs/answer/3093313?sjid=14131674310032162335-NC&hl=en"
3807
+ title: "Инструкция",
3808
+ url: "https://support.google.com/docs/answer/3093313?sjid=14131674310032162335-NC&hl=ru"
3812
3809
  }
3813
3810
  ],
3814
3811
  functionParameter: {
3815
- url: { name: "url", detail: "The full URL of the link location enclosed in quotation marks, or a reference to a cell containing such a URL." },
3816
- linkLabel: { name: "link_label", detail: "The text to display in the cell as the link, enclosed in quotation marks, or a reference to a cell containing such a label." }
3812
+ url: { name: "ссылка", detail: "Полный URL-адрес, заключенный в кавычки, или адрес ячейки, содержащей URL-адрес." },
3813
+ linkLabel: { name: "текст ссылки", detail: "Заключенный в кавычки текст, отображаемый в ячейке в виде гиперссылки, или ссылка на ячейку, содержащую такой текст." }
3817
3814
  }
3818
3815
  },
3819
3816
  IMAGE: {
3820
- description: "Returns an image from a given source",
3821
- abstract: "Returns an image from a given source",
3817
+ description: "Вставляет изображения в ячейки из источника вместе с замещающим текстом",
3818
+ abstract: "Вставляет изображения в ячейки из источника вместе с замещающим текстом",
3822
3819
  links: [
3823
3820
  {
3824
- title: "Instruction",
3825
- url: "https://support.microsoft.com/en-us/office/image-function-7e112975-5e52-4f2a-b9da-1d913d51f5d5"
3821
+ title: "Инструкция",
3822
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5-7e112975-5e52-4f2a-b9da-1d913d51f5d5"
3826
3823
  }
3827
3824
  ],
3828
3825
  functionParameter: {
3829
- number1: { name: "number1", detail: "first" },
3830
- number2: { name: "number2", detail: "second" }
3826
+ number1: { name: "число1", detail: "первое" },
3827
+ number2: { name: "число2", detail: "второе" }
3831
3828
  }
3832
3829
  },
3833
3830
  INDEX: {
3834
- description: "Returns the reference of the cell at the intersection of a particular row and column. If the reference is made up of non-adjacent selections, you can pick the selection to look in.",
3835
- abstract: "Uses an index to choose a value from a reference or array",
3831
+ description: "Возвращает значение элемента в таблице или массиве, выбранное по индексам номеров строк и столбцов",
3832
+ abstract: "Возвращает значение элемента в таблице или массиве, выбранное по индексам номеров строк и столбцов",
3836
3833
  links: [
3837
3834
  {
3838
- title: "Instruction",
3839
- url: "https://support.microsoft.com/en-us/office/index-function-a5dcf0dd-996d-40a4-a822-b56b061328bd"
3835
+ title: "Инструкция",
3836
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B8%D0%BD%D0%B4%D0%B5%D0%BA%D1%81-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B8%D0%BD%D0%B4%D0%B5%D0%BA%D1%81-a5dcf0dd-996d-40a4-a822-b56b061328bd"
3840
3837
  }
3841
3838
  ],
3842
3839
  functionParameter: {
3843
- reference: { name: "reference", detail: "A reference to one or more cell ranges." },
3844
- rowNum: { name: "row_num", detail: "The number of the row in reference from which to return a reference." },
3845
- columnNum: { name: "column_num", detail: "The number of the column in reference from which to return a reference." },
3846
- areaNum: { name: "area_num", detail: "Selects a range in reference from which to return the intersection of row_num and column_num." }
3840
+ reference: { name: "ссылка", detail: "Ссылка на один или несколько диапазонов ячеек." },
3841
+ rowNum: { name: "номер строки", detail: 'Номер строки в диапазоне, заданном аргументом "ссылка", из которого требуется возвратить ссылку.' },
3842
+ columnNum: { name: "номер столбца", detail: 'Номер столбца в диапазоне, заданном аргументом "ссылка", из которого требуется возвратить ссылку.' },
3843
+ areaNum: { name: "номер зоны", detail: 'Выбирает диапазон в ссылке, из которого возвращается пересечение "номер строки" и "номер столбца".' }
3847
3844
  }
3848
3845
  },
3849
3846
  INDIRECT: {
3850
- description: "Returns the reference specified by a text string. References are immediately evaluated to display their contents.",
3851
- abstract: "Returns a reference indicated by a text value",
3847
+ description: "Возвращает ссылку, заданную текстовой строкой. Ссылки немедленно вычисляются для вывода их содержимого.",
3848
+ abstract: "Возвращает ссылку, заданную текстовой строкой",
3852
3849
  links: [
3853
3850
  {
3854
- title: "Instruction",
3855
- url: "https://support.microsoft.com/en-us/office/indirect-function-474b3a3a-8a26-4f44-b491-92b6306fa261"
3851
+ title: "Инструкция",
3852
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B4%D0%B2%D1%81%D1%81%D1%8B%D0%BB-474b3a3a-8a26-4f44-b491-92b6306fa261"
3856
3853
  }
3857
3854
  ],
3858
3855
  functionParameter: {
3859
- refText: { name: "ref_text", detail: "A reference to a cell that contains an A1-style reference, an R1C1-style reference, a name defined as a reference, or a reference to a cell as a text string. " },
3860
- a1: { name: "a1", detail: "A logical value that specifies what type of reference is contained in the cell ref_text." }
3856
+ refText: { name: "ссыока на текст", detail: "Ссылка на ячейку, которая содержит ссылку в стиле А1 или R1C1, имя, определенное как ссылка, или ссылку на ячейку в виде текстовой строки." },
3857
+ a1: { name: "a1", detail: 'Логическое значение, определяющее тип ссылки, содержащейся в ячейке "ссылка на текст".' }
3861
3858
  }
3862
3859
  },
3863
3860
  LOOKUP: {
3864
- description: "When you need to look in a single row or column and find a value from the same position in a second row or column",
3865
- abstract: "Looks up values in a vector or array",
3861
+ description: "Используется когда нужно взять одну строку или столбец и найти значение, находящееся в той же позиции в другой строке или столбце",
3862
+ abstract: "Ищет значения в векторе или массиве",
3866
3863
  links: [
3867
3864
  {
3868
- title: "Instruction",
3869
- url: "https://support.microsoft.com/en-us/office/lookup-function-446d94af-663b-451d-8251-369d5e3864cb"
3865
+ title: "Инструкция",
3866
+ url: "https://support.microsoft.com/ru-ru/office/%D0%BF%D1%80%D0%BE%D1%81%D0%BC%D0%BE%D1%82%D1%80-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BF%D1%80%D0%BE%D1%81%D0%BC%D0%BE%D1%82%D1%80-446d94af-663b-451d-8251-369d5e3864cb"
3870
3867
  }
3871
3868
  ],
3872
3869
  functionParameter: {
3873
3870
  lookupValue: {
3874
- name: "lookup_value",
3875
- detail: "A value that LOOKUP searches for in the first vector. Lookup_value can be a number, text, a logical value, or a name or reference that refers to a value."
3871
+ name: "искомое значение",
3872
+ detail: 'Значение, которое функция ПРОСМОТР ищет в первом векторе. "искомое значение" может быть числом, текстом, логическим значением, именем или ссылкой на значение.'
3876
3873
  },
3877
3874
  lookupVectorOrArray: {
3878
- name: "lookup_vectorOrArray",
3879
- detail: "A range that contains only one row or one column"
3875
+ name: "просматриваемый вектор",
3876
+ detail: "Диапазон, состоящий из одной строки или одного столбца."
3880
3877
  },
3881
3878
  resultVector: {
3882
- name: "result_vector",
3883
- detail: "A range that contains only one row or column. The result_vector argument must be the same size as lookup_vector."
3879
+ name: "результат вектора",
3880
+ detail: "Диапазон, содержащий только одну строку или столбец."
3884
3881
  }
3885
3882
  }
3886
3883
  },
3887
3884
  MATCH: {
3888
- description: "The MATCH function searches for a specified item in a range of cells, and then returns the relative position of that item in the range.",
3889
- abstract: "Looks up values in a reference or array",
3885
+ description: "Выполняет поиск указанного элемента в диапазоне ячеек и возвращает относительную позицию этого элемента в диапазоне",
3886
+ abstract: "Ищет значения в ссылке или массиве",
3890
3887
  links: [
3891
3888
  {
3892
- title: "Instruction",
3893
- url: "https://support.microsoft.com/en-us/office/match-function-e8dffd45-c762-47d6-bf89-533f4a37673a"
3889
+ title: "Инструкция",
3890
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BF%D0%BE%D0%B8%D1%81%D0%BA%D0%BF%D0%BE%D0%B7-e8dffd45-c762-47d6-bf89-533f4a37673a"
3894
3891
  }
3895
3892
  ],
3896
3893
  functionParameter: {
3897
- lookupValue: { name: "lookup_value", detail: "The value that you want to match in lookup_array." },
3898
- lookupArray: { name: "lookup_array", detail: "The range of cells being searched." },
3899
- matchType: { name: "match_type", detail: "The number -1, 0, or 1." }
3894
+ lookupValue: { name: "искомое значение", detail: 'Значение, которое сопоставляется со значениями в аргументе "просматриваемый массив".' },
3895
+ lookupArray: { name: "просматриваемый массив", detail: "Диапазон ячеек, в которых производится поиск." },
3896
+ matchType: { name: "тип сопоставления", detail: "Число -1, 0 или 1." }
3900
3897
  }
3901
3898
  },
3902
3899
  OFFSET: {
3903
- description: "Returns a reference offset from a given reference",
3904
- abstract: "Returns a reference offset from a given reference",
3900
+ description: "Возвращает ссылку на диапазон, отстоящий от ячейки или диапазона ячеек на заданное число строк и столбцов",
3901
+ abstract: "Возвращает ссылку на диапазон, отстоящий от ячейки или диапазона ячеек на заданное число строк и столбцов",
3905
3902
  links: [
3906
3903
  {
3907
- title: "Instruction",
3908
- url: "https://support.microsoft.com/en-us/office/offset-function-c8de19ae-dd79-4b9b-a14e-b4d906d11b66"
3904
+ title: "Инструкция",
3905
+ url: "https://support.microsoft.com/ru-ru/office/%D1%81%D0%BC%D0%B5%D1%89-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%81%D0%BC%D0%B5%D1%89-c8de19ae-dd79-4b9b-a14e-b4d906d11b66"
3909
3906
  }
3910
3907
  ],
3911
3908
  functionParameter: {
3912
- reference: { name: "reference", detail: "The reference from which you want to base the offset." },
3913
- rows: { name: "rows", detail: "The number of rows, up or down, that you want the upper-left cell to refer to." },
3914
- cols: { name: "columns", detail: "The number of columns, to the left or right, that you want the upper-left cell of the result to refer to." },
3915
- height: { name: "height", detail: "The height, in number of rows, that you want the returned reference to be. Height must be a positive number." },
3916
- width: { name: "width", detail: "The width, in number of columns, that you want the returned reference to be. Width must be a positive number." }
3909
+ reference: { name: "ссылка", detail: "Ссылка, от которой вычисляется смещение." },
3910
+ rows: { name: "строки", detail: "Количество строк, которые требуется отсчитать вверх или вниз, чтобы левая верхняя ячейка результата ссылалась на нужную ячейку." },
3911
+ cols: { name: "столбцы", detail: "Количество столбцов, которые требуется отсчитать влево или вправо, чтобы левая верхняя ячейка результата ссылалась на нужную ячейку." },
3912
+ height: { name: "высота", detail: 'Высота возвращаемой ссылки. Значение аргумента "высота" должно быть положительным числом.' },
3913
+ width: { name: "ширина", detail: ' Ширина возвращаемой ссылки. Значение аргумента "ширина" должно быть положительным числом.' }
3917
3914
  }
3918
3915
  },
3919
3916
  ROW: {
3920
- description: "Returns the row number of a reference",
3921
- abstract: "Returns the row number of a reference",
3917
+ description: "Возвращает номер строки, определяемой ссылкой",
3918
+ abstract: "Возвращает номер строки, определяемой ссылкой",
3922
3919
  links: [
3923
3920
  {
3924
- title: "Instruction",
3925
- url: "https://support.microsoft.com/en-us/office/row-function-3a63b74a-c4d0-4093-b49a-e76eb49a6d8d"
3921
+ title: "Инструкция",
3922
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%81%D1%82%D1%80%D0%BE%D0%BA%D0%B0-3a63b74a-c4d0-4093-b49a-e76eb49a6d8d"
3926
3923
  }
3927
3924
  ],
3928
3925
  functionParameter: {
3929
- reference: { name: "reference", detail: "The cell or range of cells for which you want the row number." }
3926
+ reference: { name: "ссылка", detail: "Ячейка или диапазон ячеек, для которых требуется вернуть номер строки." }
3930
3927
  }
3931
3928
  },
3932
3929
  ROWS: {
3933
- description: "Returns the number of rows in an array or reference.",
3934
- abstract: "Returns the number of rows in a reference",
3930
+ description: "Возвращает количество строк в ссылке или массив",
3931
+ abstract: "Возвращает количество строк в ссылке или массив",
3935
3932
  links: [
3936
3933
  {
3937
- title: "Instruction",
3938
- url: "https://support.microsoft.com/en-us/office/rows-function-b592593e-3fc2-47f2-bec1-bda493811597"
3934
+ title: "Инструкция",
3935
+ url: "https://support.microsoft.com/ru-ru/office/%D1%87%D1%81%D1%82%D1%80%D0%BE%D0%BA-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%87%D1%81%D1%82%D1%80%D0%BE%D0%BA-b592593e-3fc2-47f2-bec1-bda493811597"
3939
3936
  }
3940
3937
  ],
3941
3938
  functionParameter: {
3942
- array: { name: "array", detail: "An array, an array formula, or a reference to a range of cells for which you want the number of rows." }
3939
+ array: { name: "массив", detail: "Массив, формула массива или ссылка на диапазон ячеек, для которых требуется определить число строк." }
3943
3940
  }
3944
3941
  },
3945
3942
  RTD: {
3946
- description: "Retrieves real-time data from a program that supports COM automation",
3947
- abstract: "Retrieves real-time data from a program that supports COM automation",
3943
+ description: "Получает данные реального времени из программы, поддерживающей автоматизацию COM",
3944
+ abstract: "Получает данные реального времени из программы, поддерживающей автоматизацию COM.",
3948
3945
  links: [
3949
3946
  {
3950
- title: "Instruction",
3951
- url: "https://support.microsoft.com/en-us/office/rtd-function-e0cc001a-56f0-470a-9b19-9455dc0eb593"
3947
+ title: "Инструкция",
3948
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B4%D1%80%D0%B2-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B4%D1%80%D0%B2-e0cc001a-56f0-470a-9b19-9455dc0eb593"
3952
3949
  }
3953
3950
  ],
3954
3951
  functionParameter: {
3955
- number1: { name: "number1", detail: "first" },
3956
- number2: { name: "number2", detail: "second" }
3952
+ number1: { name: "число1", detail: "первое" },
3953
+ number2: { name: "число2", detail: "второе" }
3957
3954
  }
3958
3955
  },
3959
3956
  SORT: {
3960
- description: "Sorts the contents of a range or array",
3961
- abstract: "Sorts the contents of a range or array",
3957
+ description: "Сортирует содержимое диапазона или массива",
3958
+ abstract: "Сортирует содержимое диапазона или массива",
3962
3959
  links: [
3963
3960
  {
3964
- title: "Instruction",
3965
- url: "https://support.microsoft.com/en-us/office/sort-function-22f63bd0-ccc8-492f-953d-c20e8e44b86c"
3961
+ title: "Инструкция",
3962
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%81%D0%BE%D1%80%D1%82-22f63bd0-ccc8-492f-953d-c20e8e44b86c"
3966
3963
  }
3967
3964
  ],
3968
3965
  functionParameter: {
3969
- array: { name: "array", detail: "The range or array to be sorted." },
3970
- sortIndex: { name: "sort_index", detail: "A number indicating the sort order (by row or by column)." },
3971
- sortOrder: { name: "sort_order", detail: "A number representing the desired sort order; 1 for ascending (default), -1 for descending." },
3972
- byCol: { name: "by_col", detail: "Logical value indicating the desired sort direction; FALSE sorts by rows (default), TRUE sorts by columns." }
3966
+ array: { name: "массив", detail: "Диапазон или массив для сортировки." },
3967
+ sortIndex: { name: "индекс сортировки", detail: "Число, указывающее строку или столбец, по которым нужно выполнить сортировку." },
3968
+ sortOrder: { name: "порядок сортировки", detail: "Число, указывающее нужный порядок сортировки: 1 для сортировки по возрастанию (по умолчанию), -1 для сортировки по убыванию." },
3969
+ byCol: { name: "по столбцу", detail: "Логическое значение, указывающее нужное направление сортировки: FALSE для сортировки по строкам (по умолчанию), TRUE для сортировки по столбцам." }
3973
3970
  }
3974
3971
  },
3975
3972
  SORTBY: {
3976
- description: "Sorts the contents of a range or array based on the values in a corresponding range or array",
3977
- abstract: "Sorts the contents of a range or array based on the values in a corresponding range or array",
3973
+ description: "Cортирует содержимое диапазона или массива на основе значений в соответствующем диапазоне или массиве",
3974
+ abstract: "Cортирует содержимое диапазона или массива на основе значений в соответствующем диапазоне или массиве",
3978
3975
  links: [
3979
3976
  {
3980
- title: "Instruction",
3981
- url: "https://support.microsoft.com/en-us/office/sortby-function-cd2d7a62-1b93-435c-b561-d6a35134f28f"
3977
+ title: "Инструкция",
3978
+ url: "https://support.microsoft.com/ru-ru/office/%D1%81%D0%BE%D1%80%D1%82%D0%BF%D0%BE-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%81%D0%BE%D1%80%D1%82%D0%BF%D0%BE-cd2d7a62-1b93-435c-b561-d6a35134f28f"
3982
3979
  }
3983
3980
  ],
3984
3981
  functionParameter: {
3985
- array: { name: "array", detail: "The range or array to be sorted." },
3986
- byArray1: { name: "by_array1", detail: "The range or array to sort based on." },
3987
- sortOrder1: { name: "sort_order1", detail: "A number representing the desired sort order; 1 for ascending (default), -1 for descending." },
3988
- byArray2: { name: "by_array2", detail: "The range or array to sort based on." },
3989
- sortOrder2: { name: "sort_order2", detail: "A number representing the desired sort order; 1 for ascending (default), -1 for descending." }
3982
+ array: { name: "массив", detail: "Массив или диапазон для сортировки." },
3983
+ byArray1: { name: "по массиву1", detail: "Массив или диапазон для сортировки." },
3984
+ sortOrder1: { name: "порядок сортировки1", detail: "Порядок, используемый для сортировки. 1 для сортировки по возрастанию, -1 для сортировки по убыванию. Значение по умолчанию — по возрастанию." },
3985
+ byArray2: { name: "по массиву2", detail: "Массив или диапазон для сортировки." },
3986
+ sortOrder2: { name: "порядок сортировки2", detail: "Порядок, используемый для сортировки. 1 для сортировки по возрастанию, -1 для сортировки по убыванию. Значение по умолчанию — по возрастанию." }
3990
3987
  }
3991
3988
  },
3992
3989
  TAKE: {
3993
- description: "Returns a specified number of contiguous rows or columns from the start or end of an array",
3994
- abstract: "Returns a specified number of contiguous rows or columns from the start or end of an array",
3990
+ description: "Возвращает указанное количество непрерывных строк или столбцов с начала или конца массива",
3991
+ abstract: "Возвращает указанное количество непрерывных строк или столбцов с начала или конца массива",
3995
3992
  links: [
3996
3993
  {
3997
- title: "Instruction",
3998
- url: "https://support.microsoft.com/en-us/office/take-function-25382ff1-5da1-4f78-ab43-f33bd2e4e003"
3994
+ title: "Инструкция",
3995
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-take-25382ff1-5da1-4f78-ab43-f33bd2e4e003"
3999
3996
  }
4000
3997
  ],
4001
3998
  functionParameter: {
4002
- array: { name: "array", detail: "The array from which to take rows or columns." },
4003
- rows: { name: "rows", detail: "The number of rows to take. A negative value takes from the end of the array." },
4004
- columns: { name: "columns", detail: "The number of columns to take. A negative value takes from the end of the array." }
3999
+ array: { name: "массив", detail: "Массив, из которого нужно взять строки или столбцы." },
4000
+ rows: { name: "строки", detail: "Количество строк, которые нужно взять. Отрицательное значение означает взятие с конца массива." },
4001
+ columns: { name: "столбцы", detail: "Количество столбцов, которые нужно взять. Отрицательное значение означает взятие с конца массива." }
4005
4002
  }
4006
4003
  },
4007
4004
  TOCOL: {
4008
- description: "Returns the array in a single column",
4009
- abstract: "Returns the array in a single column",
4005
+ description: "Возвращает массив в одном столбце",
4006
+ abstract: "Возвращает массив в одном столбце",
4010
4007
  links: [
4011
4008
  {
4012
- title: "Instruction",
4013
- url: "https://support.microsoft.com/en-us/office/tocol-function-22839d9b-0b55-4fc1-b4e6-2761f8f122ed"
4009
+ title: "Инструкция",
4010
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-tocol-22839d9b-0b55-4fc1-b4e6-2761f8f122ed"
4014
4011
  }
4015
4012
  ],
4016
4013
  functionParameter: {
4017
- array: { name: "array", detail: "The array or reference to return as a column." },
4018
- ignore: { name: "ignore", detail: `Whether to ignore certain types of values. By default, no values are ignored. Specify one of the following:
4019
- 0 Keep all values (default)
4020
- 1 Ignore blanks
4021
- 2 Ignore errors
4022
- 3 Ignore blanks and errors` },
4023
- scanByColumn: { name: "scan_by_column", detail: "Scan the array by column. By default, the array is scanned by row. Scanning determines whether the values are ordered by row or by column." }
4014
+ array: { name: "массив", detail: "Массив или ссылка, возвращаемая в виде столбца." },
4015
+ ignore: { name: "игнорировать", detail: `Следует ли игнорировать определенные типы значений. По умолчанию значения не игнорируются. Укажите один из следующих вариантов:
4016
+ 0 Сохранить все значения (по умолчанию)
4017
+ 1 Игнорировать пустые ячейки
4018
+ 2 Игнорировать ошибки
4019
+ 3 Игнорировать пустые ячейки и ошибки` },
4020
+ scanByColumn: { name: "сканировать по столбцам", detail: "Сканировать массив по столбцам. По умолчанию массив сканируется по строкам. Сканирование определяет, упорядочены ли значения по строке или по столбцу." }
4024
4021
  }
4025
4022
  },
4026
4023
  TOROW: {
4027
- description: "Returns the array in a single row",
4028
- abstract: "Returns the array in a single row",
4024
+ description: "Возвращает массив в одной строке",
4025
+ abstract: "Возвращает массив в одной строке",
4029
4026
  links: [
4030
4027
  {
4031
- title: "Instruction",
4032
- url: "https://support.microsoft.com/en-us/office/torow-function-b90d0964-a7d9-44b7-816b-ffa5c2fe2289"
4028
+ title: "Инструкция",
4029
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B2%D1%81%D1%82%D1%80%D0%BE%D0%BA%D1%83-b90d0964-a7d9-44b7-816b-ffa5c2fe2289"
4033
4030
  }
4034
4031
  ],
4035
4032
  functionParameter: {
4036
- array: { name: "array", detail: "The array or reference to return as a row." },
4037
- ignore: { name: "ignore", detail: `Whether to ignore certain types of values. By default, no values are ignored. Specify one of the following:
4038
- 0 Keep all values (default)
4039
- 1 Ignore blanks
4040
- 2 Ignore errors
4041
- 3 Ignore blanks and errors` },
4042
- scanByColumn: { name: "scan_by_column", detail: "Scan the array by column. By default, the array is scanned by row. Scanning determines whether the values are ordered by row or by column." }
4033
+ array: { name: "массив", detail: " Массив или ссылка, возвращаемая в виде строки." },
4034
+ ignore: { name: "игнорировать", detail: `Следует ли игнорировать определенные типы значений. По умолчанию значения не игнорируются. Укажите один из следующих вариантов:
4035
+ 0 Сохранить все значения (по умолчанию)
4036
+ 1 Игнорировать пустые ячейки
4037
+ 2 Игнорировать ошибки
4038
+ 3 Игнорировать пустые ячейки и ошибки` },
4039
+ scanByColumn: { name: "сканировать по столбцам", detail: "Сканировать массив по столбцам. По умолчанию массив сканируется по строкам. Сканирование определяет, упорядочены ли значения по строке или по столбцу." }
4043
4040
  }
4044
4041
  },
4045
4042
  TRANSPOSE: {
4046
- description: "Returns the transpose of an array",
4047
- abstract: "Returns the transpose of an array",
4043
+ description: "Возвращает транспонированный массив",
4044
+ abstract: "Возвращает транспонированный массив",
4048
4045
  links: [
4049
4046
  {
4050
- title: "Instruction",
4051
- url: "https://support.microsoft.com/en-us/office/transpose-function-ed039415-ed8a-4a81-93e9-4b6dfac76027"
4047
+ title: "Инструкция",
4048
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%82%D1%80%D0%B0%D0%BD%D1%81%D0%BF-ed039415-ed8a-4a81-93e9-4b6dfac76027"
4052
4049
  }
4053
4050
  ],
4054
4051
  functionParameter: {
4055
- array: { name: "array", detail: "A range of cells or an array in a worksheet." }
4052
+ array: { name: "массив", detail: "Массив (диапазон ячеек) на листе, который нужно транспонировать." }
4056
4053
  }
4057
4054
  },
4058
4055
  UNIQUE: {
4059
- description: "Returns a list of unique values in a list or range",
4060
- abstract: "Returns a list of unique values in a list or range",
4056
+ description: "Возвращение уникальных значений из списка значений",
4057
+ abstract: "Возвращение уникальных значений из списка значений",
4061
4058
  links: [
4062
4059
  {
4063
- title: "Instruction",
4064
- url: "https://support.microsoft.com/en-us/office/unique-function-c5ab87fd-30a3-4ce9-9d1a-40204fb85e1e"
4060
+ title: "Инструкция",
4061
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%83%D0%BD%D0%B8%D0%BA-c5ab87fd-30a3-4ce9-9d1a-40204fb85e1e"
4065
4062
  }
4066
4063
  ],
4067
4064
  functionParameter: {
4068
- array: { name: "array", detail: "The range or array from which unique rows or columns are returned." },
4069
- byCol: { name: "by_col", detail: "Is a logical value: compares rows to each other and returns unique values ​​= FALSE, or is omitted; compares columns to each other and returns unique values ​​= TRUE." },
4070
- exactlyOnce: { name: "exactly_once", detail: "Is a logical value: returns rows or columns from the array that appear only once = TRUE; returns all distinct rows or columns from the array = FALSE, or has been omitted." }
4065
+ array: { name: "массив", detail: "Диапазон или массив, из которого возвращаются уникальные строки или столбцы." },
4066
+ byCol: { name: "по столбцу", detail: "Логическое значение: сравнивает строки друг с другом и возвращает уникальные значения = FALSE, или опускается; сравнивает столбцы друг с другом и возвращает уникальные значения = TRUE." },
4067
+ exactlyOnce: { name: "ровно один раз", detail: "Логическое значение: возвращает строки или столбцы из массива, которые встречаются только один раз = TRUE; возвращает все отдельные строки или столбцы из массива = FALSE или было пропущено." }
4071
4068
  }
4072
4069
  },
4073
4070
  VLOOKUP: {
4074
- description: "Use VLOOKUP when you need to find things in a table or a range by row. For example, look up a price of an automotive part by the part number, or find an employee name based on their employee ID.",
4075
- abstract: "Looks in the first column of an array and moves across the row to return the value of a cell",
4071
+ description: "Находите данные по строкам в таблице или диапазоне с помощью функции VLOOKUP. Например, можно найти цену автомобильной детали по ее номеру или найти имя сотрудника по его идентификатору.",
4072
+ abstract: "Просматривает первый столбец массива и перемещается по строке, чтобы вернуть значение ячейки.",
4076
4073
  links: [
4077
4074
  {
4078
- title: "Instruction",
4079
- url: "https://support.microsoft.com/en-us/office/vlookup-function-0bbc8083-26fe-4963-8ab8-93a18ad188a1"
4075
+ title: "Инструкция",
4076
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B2%D0%BF%D1%80-0bbc8083-26fe-4963-8ab8-93a18ad188a1"
4080
4077
  }
4081
4078
  ],
4082
4079
  functionParameter: {
4083
4080
  lookupValue: {
4084
- name: "lookup_value",
4085
- detail: "The value you want to look up. The value you want to look up must be in the first column of the range of cells you specify in the table_array argument."
4081
+ name: "искомое значение",
4082
+ detail: 'Значение для поиска. Искомое значение должно находиться в первом столбце диапазона ячеек, указанного в аргументе "таблица".'
4086
4083
  },
4087
4084
  tableArray: {
4088
- name: "table_array",
4089
- detail: "The range of cells in which the VLOOKUP will search for the lookup_value and the return value. You can use a named range or a table, and you can use names in the argument instead of cell references. "
4085
+ name: "таблица",
4086
+ detail: 'Диапазон ячеек, в котором будет выполнен поиск "искомого значения" и возвращаемого значения с помощью функции VLOOKUP.'
4090
4087
  },
4091
4088
  colIndexNum: {
4092
- name: "col_index_num",
4093
- detail: "The column number (starting with 1 for the left-most column of table_array) that contains the return value."
4089
+ name: "номер столбца",
4090
+ detail: 'Номер столбца (начиная с 1 для крайнего левого столбца "таблицы"), содержащий возвращаемое значение.'
4094
4091
  },
4095
4092
  rangeLookup: {
4096
- name: "range_lookup",
4097
- detail: "A logical value that specifies whether you want VLOOKUP to find an approximate or an exact match: Approximate match - 1/TRUE, Exact match - 0/FALSE"
4093
+ name: "интервальный просмотр",
4094
+ detail: "Логическое значение, которое указывает, нужно ли, чтобы функция VLOOKUP нашла приблизительное или точное совпадение: приблизительное совпадение 1/TRUE, точное совпадение 0/FALSE"
4098
4095
  }
4099
4096
  }
4100
4097
  },
4101
4098
  VSTACK: {
4102
- description: "Appends arrays vertically and in sequence to return a larger array",
4103
- abstract: "Appends arrays vertically and in sequence to return a larger array",
4099
+ description: "Добавляет массивы по вертикали и последовательно, чтобы вернуть больший массив",
4100
+ abstract: "Добавляет массивы по вертикали и последовательно, чтобы вернуть больший массив",
4104
4101
  links: [
4105
4102
  {
4106
- title: "Instruction",
4107
- url: "https://support.microsoft.com/en-us/office/vstack-function-a4b86897-be0f-48fc-adca-fcc10d795a9c"
4103
+ title: "Инструкция",
4104
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B2%D1%81%D1%82%D0%BE%D0%BB%D0%B1%D0%B8%D0%BA-a4b86897-be0f-48fc-adca-fcc10d795a9c"
4108
4105
  }
4109
4106
  ],
4110
4107
  functionParameter: {
4111
- array1: { name: "array", detail: "The arrays to append." },
4112
- array2: { name: "array", detail: "The arrays to append." }
4108
+ array1: { name: "массив", detail: "Массивы, которые нужно добавить." },
4109
+ array2: { name: "массив", detail: "Массивы, которые нужно добавить." }
4113
4110
  }
4114
4111
  },
4115
4112
  WRAPCOLS: {
4116
- description: "Wraps the provided row or column of values by columns after a specified number of elements",
4117
- abstract: "Wraps the provided row or column of values by columns after a specified number of elements",
4113
+ description: "Оборачивает заданную строку или столбец значений столбцами после указанного количества элементов, чтобы сформировать новый массив",
4114
+ abstract: "Оборачивает заданную строку или столбец значений столбцами после указанного количества элементов, чтобы сформировать новый массив",
4118
4115
  links: [
4119
4116
  {
4120
- title: "Instruction",
4121
- url: "https://support.microsoft.com/en-us/office/wrapcols-function-d038b05a-57b7-4ee0-be94-ded0792511e2"
4117
+ title: "Инструкция",
4118
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-wrapcols-d038b05a-57b7-4ee0-be94-ded0792511e2"
4122
4119
  }
4123
4120
  ],
4124
4121
  functionParameter: {
4125
- vector: { name: "vector", detail: "The vector or reference to wrap." },
4126
- wrapCount: { name: "wrap_count", detail: "The maximum number of values for each column." },
4127
- padWith: { name: "pad_with", detail: "The value with which to pad. The default is #N/A." }
4122
+ vector: { name: "вектор", detail: "Вектор или ссылка для переноса." },
4123
+ wrapCount: { name: "количество для переноса", detail: " Максимальное количество значений для каждого столбца." },
4124
+ padWith: { name: "заполняющее значение", detail: "Значение, используемое для заполнения. Значение по умолчанию: #N/A." }
4128
4125
  }
4129
4126
  },
4130
4127
  WRAPROWS: {
4131
- description: "Wraps the provided row or column of values by rows after a specified number of elements",
4132
- abstract: "Wraps the provided row or column of values by rows after a specified number of elements",
4128
+ description: "Переносит предоставленную строку или столбец значений по строкам после указанного количества элементов, чтобы сформировать новый массив",
4129
+ abstract: "Переносит предоставленную строку или столбец значений по строкам после указанного количества элементов, чтобы сформировать новый массив",
4133
4130
  links: [
4134
4131
  {
4135
- title: "Instruction",
4136
- url: "https://support.microsoft.com/en-us/office/wraprows-function-796825f3-975a-4cee-9c84-1bbddf60ade0"
4132
+ title: "Инструкция",
4133
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-wraprows-796825f3-975a-4cee-9c84-1bbddf60ade0"
4137
4134
  }
4138
4135
  ],
4139
4136
  functionParameter: {
4140
- vector: { name: "vector", detail: "The vector or reference to wrap." },
4141
- wrapCount: { name: "wrap_count", detail: "The maximum number of values for each row." },
4142
- padWith: { name: "pad_with", detail: "The value with which to pad. The default is #N/A." }
4137
+ vector: { name: "вектор", detail: "Вектор или ссылка для переноса." },
4138
+ wrapCount: { name: "количество для переноса", detail: "Максимальное количество значений для каждой строки." },
4139
+ padWith: { name: "заполняющее значение", detail: "Значение, используемое для заполнения. Значение по умолчанию: #N/A." }
4143
4140
  }
4144
4141
  },
4145
4142
  XLOOKUP: {
4146
- 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. ",
4147
- 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. ",
4143
+ description: "Находите данные по строкам в таблице или диапазоне с помощью функции XLOOKUP. Например, можно найти цену автомобильной детали по ее номеру или найти имя сотрудника по его идентификатору",
4144
+ abstract: "Находите данные по строкам в таблице или диапазоне с помощью функции XLOOKUP. Например, можно найти цену автомобильной детали по ее номеру или найти имя сотрудника по его идентификатору",
4148
4145
  links: [
4149
4146
  {
4150
- title: "Instruction",
4151
- url: "https://support.microsoft.com/en-us/office/xlookup-function-b7fd680e-6d10-43e6-84f9-88eae8bf5929"
4147
+ title: "Инструкция",
4148
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BF%D1%80%D0%BE%D1%81%D0%BC%D0%BE%D1%82%D1%80x-b7fd680e-6d10-43e6-84f9-88eae8bf5929"
4152
4149
  }
4153
4150
  ],
4154
4151
  functionParameter: {
4155
4152
  lookupValue: {
4156
- name: "lookup_value",
4157
- detail: "The value to search for, If omitted, XLOOKUP returns blank cells it finds in lookup_array. "
4153
+ name: "искомое значение",
4154
+ detail: 'Значение для поиска. Если этот параметр опущен, функция XLOOKUP возвращает пустые ячейки, которые он находит в "просматриваемый массив".'
4158
4155
  },
4159
- lookupArray: { name: "lookup_array", detail: "The array or range to search" },
4160
- returnArray: { name: "return_array", detail: "The array or range to return" },
4156
+ lookupArray: { name: "просматриваемый массив", detail: "Массив или диапазон для поиска." },
4157
+ returnArray: { name: "возвращаемый массив", detail: "Возвращаемый массив или диапазон." },
4161
4158
  ifNotFound: {
4162
- name: "if_not_found",
4163
- detail: "Where a valid match is not found, return the [if_not_found] text you supply. If a valid match is not found, and [if_not_found] is missing, #N/A is returned."
4159
+ name: "если не найдено",
4160
+ detail: 'Если допустимое совпадение не найдено, верните текст "если не найдено", который вы указали. Если допустимое совпадение не найдено и "если не найдено" отсутствует, возвращается #N/A.'
4164
4161
  },
4165
4162
  matchMode: {
4166
- name: "match_mode",
4167
- detail: "Specify the match type: 0 - Exact match. If none found, return #N/A. This is the default. -1 - Exact match. If none found, return the next smaller item. 1 - Exact match. If none found, return the next larger item. 2 - A wildcard match where *, ?, and ~ have special meaning."
4163
+ name: "режим сопоставления",
4164
+ detail: "Укажите тип соответствия: 0 Точное совпадение. Если ничего не найдено, вернуть #N/A. Это значение по умолчанию. -1 Точное совпадение. Если ничего не найдено, вернуть следующий меньший элемент. 1 Точное совпадение. Если ничего не найдено, вернуть следующий больший элемент. 2 Подстановочное совпадение, где *, ? и ~ имеют особое значение."
4168
4165
  },
4169
4166
  searchMode: {
4170
- name: "search_mode",
4171
- detail: "Specify the search mode to use: 1 - Perform a search starting at the first item. This is the default. -1 - Perform a reverse search starting at the last item. 2 - Perform a binary search that relies on lookup_array being sorted in ascending order. If not sorted, invalid results will be returned. -2 - Perform a binary search that relies on lookup_array being sorted in descending order. If not sorted, invalid results will be returned."
4167
+ name: "режим поиска",
4168
+ detail: 'Укажите используемый режим поиска: 1 Выполнить поиск, начиная с первого элемента. Это значение по умолчанию. -1 Выполнить обратный поиск, начиная с последнего элемента. 2 Выполнить бинарный поиск, основанный на сортировке "просматриваемый массив" по возрастанию. Если не отсортировано, будут возвращены недействительные результаты. -2 Выполнить бинарный поиск, основанный на сортировке "просматриваемый массив" по убыванию. Если не отсортировано, будут возвращены недействительные результаты.'
4172
4169
  }
4173
4170
  }
4174
4171
  },
4175
4172
  XMATCH: {
4176
- description: "Searches for a specified item in an array or range of cells, and then returns the item's relative position.",
4177
- abstract: "Returns the relative position of an item in an array or range of cells.",
4173
+ description: "Выполняет поиск указанного элемента в массиве или диапазоне ячеек и возвращает относительную позицию элемента",
4174
+ abstract: "Возвращает относительную позицию элемента",
4178
4175
  links: [
4179
4176
  {
4180
- title: "Instruction",
4181
- url: "https://support.microsoft.com/en-us/office/xmatch-function-d966da31-7a6b-4a13-a1c6-5a33ed6a0312"
4177
+ title: "Инструкция",
4178
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BF%D0%BE%D0%B8%D1%81%D0%BA%D0%BF%D0%BE%D0%B7x-d966da31-7a6b-4a13-a1c6-5a33ed6a0312"
4182
4179
  }
4183
4180
  ],
4184
4181
  functionParameter: {
4185
- lookupValue: { name: "lookup_value", detail: "The lookup value" },
4186
- lookupArray: { name: "lookup_array", detail: "The array or range to search" },
4187
- matchMode: { name: "match_mode", detail: `Specify the match type:
4188
- 0 - Exact match (default)
4189
- -1 - Exact match or next smallest item
4190
- 1 - Exact match or next largest item
4191
- 2 - A wildcard match where *, ?, and ~ have special meaning.` },
4192
- searchMode: { name: "search_mode", detail: `Specify the search type:
4193
- 1 - Search first-to-last (default)
4194
- -1 - Search last-to-first (reverse search).
4195
- 2 - Perform a binary search that relies on lookup_array being sorted in ascending order. If not sorted, invalid results will be returned.
4196
- -2 - Perform a binary search that relies on lookup_array being sorted in descending order. If not sorted, invalid results will be returned.` }
4182
+ lookupValue: { name: "искомое значение", detail: "Искомое значение." },
4183
+ lookupArray: { name: "просматриваемый массив", detail: "Массив или диапазон для поиска." },
4184
+ matchMode: { name: "режим сопоставления", detail: `Укажите тип соответствия:
4185
+ 0 Точное совпадение (по умолчанию)
4186
+ -1 Точное совпадение или следующий наименьший элемент
4187
+ 1 Точное совпадение или следующий наибольший элемент
4188
+ 2 Подстановочное совпадение, где *, ? и ~ имеют особое значение.` },
4189
+ searchMode: { name: "режим поиска", detail: `Укажите тип поиска:
4190
+ 1 Поиск от первого к последнему (по умолчанию).
4191
+ -1 Поиск от последнего к первому (обратный поиск).
4192
+ 2 Выполнить двоичный поиск, основанный на сортировке lookup_array по возрастанию. Если не отсортировано, будут возвращены недействительные результаты.
4193
+ -2 Выполнить двоичный поиск, основанный на сортировке lookup_array по убыванию. Если не отсортировано, будут возвращены недействительные результаты.` }
4197
4194
  }
4198
4195
  }
4199
- }, m = l, f = {
4196
+ }, u = {
4200
4197
  ABS: {
4201
4198
  description: "Возвращает абсолютную величину числа. Абсолютная величина числа — это число без знака",
4202
4199
  abstract: "Возвращает абсолютную величину числа. ",
@@ -5348,7 +5345,7 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
5348
5345
  numDigits: { name: "число разрядов", detail: "Число, определяющее точность усечения. Значение по умолчанию — 0 (нуль)." }
5349
5346
  }
5350
5347
  }
5351
- }, D = {
5348
+ }, l = {
5352
5349
  AVEDEV: {
5353
5350
  description: "Returns the average of the absolute deviations of data points from their mean.",
5354
5351
  abstract: "Returns the average of the absolute deviations of data points from their mean",
@@ -7034,7 +7031,7 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
7034
7031
  sigma: { name: "sigma", detail: "The population (known) standard deviation. If omitted, the sample standard deviation is used." }
7035
7032
  }
7036
7033
  }
7037
- }, d = {
7034
+ }, m = {
7038
7035
  ASC: {
7039
7036
  description: "Преобразует символы полного (двойного) байта английских букв или катаканы внутри строки символов в символы половинного (одинарного) байта",
7040
7037
  abstract: "Преобразует символы полного (двойного) байта английских букв или катаканы внутри строки символов в символы половинного (одинарного) байта",
@@ -7769,7 +7766,7 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
7769
7766
  number2: { name: "number2", detail: "второй" }
7770
7767
  }
7771
7768
  }
7772
- }, p = {}, b = p, B = {
7769
+ }, f = {}, d = f, B = {
7773
7770
  ENCODEURL: {
7774
7771
  description: "Возвращает строку, закодированную в формате URL",
7775
7772
  abstract: "Возвращает строку, закодированную в формате URL",
@@ -7811,7 +7808,7 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
7811
7808
  number2: { name: "number2", detail: "второй" }
7812
7809
  }
7813
7810
  }
7814
- }, h = {
7811
+ }, p = {
7815
7812
  shortcut: {
7816
7813
  "sheets-formula-ui": {
7817
7814
  "quick-sum": "Быстрая сумма"
@@ -7829,20 +7826,20 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
7829
7826
  },
7830
7827
  functionList: {
7831
7828
  ...o,
7832
- ...i,
7833
- ...f,
7834
- ...D,
7835
- ...m,
7836
7829
  ...r,
7837
- ...d,
7838
7830
  ...u,
7831
+ ...l,
7832
+ ...D,
7833
+ ...i,
7834
+ ...m,
7839
7835
  ...s,
7836
+ ...c,
7840
7837
  ...n,
7841
7838
  ...a,
7842
7839
  ...t,
7843
7840
  ...B,
7844
7841
  ...e,
7845
- ...b
7842
+ ...d
7846
7843
  },
7847
7844
  prompt: {
7848
7845
  helpExample: "ПРИМЕР",
@@ -7898,5 +7895,5 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
7898
7895
  }
7899
7896
  };
7900
7897
  export {
7901
- h as default
7898
+ p as default
7902
7899
  };