@univerjs/sheets-formula-ui 0.9.3 → 0.9.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.
@@ -2029,49 +2029,49 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
2029
2029
  }
2030
2030
  }, u = s, c = {
2031
2031
  ACCRINT: {
2032
- description: "Returns the accrued interest for a security that pays periodic interest",
2033
- abstract: "Returns the accrued interest for a security that pays periodic interest",
2032
+ description: "Возвращает накопленный процент по ценным бумагам с периодической выплатой процентов",
2033
+ abstract: "Возвращает накопленный процент по ценным бумагам с периодической выплатой процентов",
2034
2034
  links: [
2035
2035
  {
2036
- title: "Instruction",
2037
- url: "https://support.microsoft.com/en-us/office/accrint-function-fe45d089-6722-4fb3-9379-e1f911d8dc74"
2036
+ title: "Инструкция",
2037
+ 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%B0%D0%BA%D0%BE%D0%BF%D0%B4%D0%BE%D1%85%D0%BE%D0%B4-fe45d089-6722-4fb3-9379-e1f911d8dc74"
2038
2038
  }
2039
2039
  ],
2040
2040
  functionParameter: {
2041
- issue: { name: "issue", detail: "The security's issue date." },
2042
- firstInterest: { name: "first_interest", detail: "The security's first interest date." },
2043
- settlement: { name: "settlement", detail: "The security's maturity date." },
2044
- rate: { name: "rate", detail: "The security's annual coupon rate." },
2045
- par: { name: "par", detail: "The security's par value." },
2046
- frequency: { name: "frequency", detail: "The number of coupon payments per year." },
2047
- basis: { name: "basis", detail: "The type of day count basis to use." },
2048
- calcMethod: { name: "calc_method", detail: "Is a logical value: interest accrues from the issue date = TRUE or ignored; interest accrues from the last coupon payment date = FALSE." }
2041
+ issue: { name: "дата выпуска", detail: "Дата выпуска ценных бумаг." },
2042
+ firstInterest: { name: "первый доход", detail: "Дата первой выплаты по ценным бумагам." },
2043
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги (дата продажи ценных бумаг покупателю, более поздняя, чем дата выпуска)." },
2044
+ rate: { name: "ставка", detail: "Годовая процентная ставка для купонов по ценным бумагам." },
2045
+ par: { name: "номинал", detail: "Номинальная стоимость ценных бумаг." },
2046
+ frequency: { name: "частота", detail: " Количество выплат по купонам за год. Для ежегодных выплат частота равна 1, для полугодовых — 2, для ежеквартальных — 4." },
2047
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." },
2048
+ calcMethod: { name: "способ расчета", detail: "Логическое значение: проценты начисляются с даты выпуска = ИСТИНА или игнорируется; проценты начисляются с даты последней выплаты купона = ЛОЖЬ." }
2049
2049
  }
2050
2050
  },
2051
2051
  ACCRINTM: {
2052
- description: "Returns the accrued interest for a security that pays interest at maturity",
2053
- abstract: "Returns the accrued interest for a security that pays interest at maturity",
2052
+ description: "Возвращает накопленный процент по ценным бумагам, процент по которым выплачивается в срок погашения.",
2053
+ abstract: "Возвращает накопленный процент по ценным бумагам, процент по которым выплачивается в срок погашения.",
2054
2054
  links: [
2055
2055
  {
2056
- title: "Instruction",
2057
- url: "https://support.microsoft.com/en-us/office/accrintm-function-f62f01f9-5754-4cc4-805b-0e70199328a7"
2056
+ title: "Инструкция",
2057
+ url: "https://support.microsoft.com/ru-ru/office/%D0%BD%D0%B0%D0%BA%D0%BE%D0%BF%D0%B4%D0%BE%D1%85%D0%BE%D0%B4%D0%BF%D0%BE%D0%B3%D0%B0%D1%88-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BD%D0%B0%D0%BA%D0%BE%D0%BF%D0%B4%D0%BE%D1%85%D0%BE%D0%B4%D0%BF%D0%BE%D0%B3%D0%B0%D1%88-f62f01f9-5754-4cc4-805b-0e70199328a7"
2058
2058
  }
2059
2059
  ],
2060
2060
  functionParameter: {
2061
- issue: { name: "issue", detail: "The security's issue date." },
2062
- settlement: { name: "settlement", detail: "The security's maturity date." },
2063
- rate: { name: "rate", detail: "The security's annual coupon rate." },
2064
- par: { name: "par", detail: "The security's par value." },
2065
- basis: { name: "basis", detail: "The type of day count basis to use." }
2061
+ issue: { name: "дата выпуска", detail: "Дата выпуска ценных бумаг." },
2062
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2063
+ rate: { name: "cтавка", detail: "Годовая процентная ставка для купонов по ценным бумагам." },
2064
+ par: { name: "номинал", detail: "Номинальная стоимость ценных бумаг" },
2065
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2066
2066
  }
2067
2067
  },
2068
2068
  AMORDEGRC: {
2069
- description: "Returns the depreciation for each accounting period by using a depreciation coefficient",
2070
- abstract: "Returns the depreciation for each accounting period by using a depreciation coefficient",
2069
+ description: "Возвращает амортизацию за каждый учетный период, используя коэффициент амортизации",
2070
+ abstract: "Возвращает амортизацию за каждый учетный период, используя коэффициент амортизации.",
2071
2071
  links: [
2072
2072
  {
2073
- title: "Instruction",
2074
- url: "https://support.microsoft.com/en-us/office/amordegrc-function-a14d0ca1-64a4-42eb-9b3d-b0dededf9e51"
2073
+ title: "Инструкция",
2074
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B0%D0%BC%D0%BE%D1%80%D1%83%D0%BC-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B0%D0%BC%D0%BE%D1%80%D1%83%D0%BC-a14d0ca1-64a4-42eb-9b3d-b0dededf9e51"
2075
2075
  }
2076
2076
  ],
2077
2077
  functionParameter: {
@@ -2080,880 +2080,875 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
2080
2080
  }
2081
2081
  },
2082
2082
  AMORLINC: {
2083
- description: "Returns the depreciation for each accounting period",
2084
- abstract: "Returns the depreciation for each accounting period",
2083
+ description: "Возвращает величину амортизации для каждого периода",
2084
+ abstract: "Возвращает величину амортизации для каждого периода",
2085
2085
  links: [
2086
2086
  {
2087
- title: "Instruction",
2088
- url: "https://support.microsoft.com/en-us/office/amorlinc-function-7d417b45-f7f5-4dba-a0a5-3451a81079a8"
2087
+ title: "Инструкция",
2088
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B0%D0%BC%D0%BE%D1%80%D1%83%D0%B2-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B0%D0%BC%D0%BE%D1%80%D1%83%D0%B2-7d417b45-f7f5-4dba-a0a5-3451a81079a8"
2089
2089
  }
2090
2090
  ],
2091
2091
  functionParameter: {
2092
- cost: { name: "cost", detail: "The cost of the asset." },
2093
- datePurchased: { name: "date_purchased", detail: "The date of the purchase of the asset." },
2094
- firstPeriod: { name: "first_period", detail: "The date of the end of the first period." },
2095
- salvage: { name: "salvage", detail: "The salvage value at the end of the life of the asset." },
2096
- period: { name: "period", detail: "The period." },
2097
- rate: { name: "rate", detail: "The rate of depreciation." },
2098
- basis: { name: "basis", detail: "The year basis to be used." }
2092
+ cost: { name: "стоимость", detail: "Стоимость актива." },
2093
+ datePurchased: { name: "дата приобретения", detail: "Дата приобретения актива." },
2094
+ firstPeriod: { name: "первый период ", detail: "Дата окончания первого периода." },
2095
+ salvage: { name: "остаточная стоимость", detail: "Остаточная стоимость актива в конце периода амортизации." },
2096
+ period: { name: "период", detail: "Период." },
2097
+ rate: { name: "cтавка", detail: "Ставка амортизации." },
2098
+ basis: { name: "базис", detail: "Используемый способ вычисления дат." }
2099
2099
  }
2100
2100
  },
2101
2101
  COUPDAYBS: {
2102
- description: "Returns the number of days from the beginning of the coupon period to the settlement date",
2103
- abstract: "Returns the number of days from the beginning of the coupon period to the settlement date",
2102
+ description: "Возвращает количество дней от начала действия купона до даты соглашения",
2103
+ abstract: "Возвращает количество дней от начала действия купона до даты соглашения",
2104
2104
  links: [
2105
2105
  {
2106
- title: "Instruction",
2107
- url: "https://support.microsoft.com/en-us/office/coupdaybs-function-eb9a8dfb-2fb2-4c61-8e5d-690b320cf872"
2106
+ title: "Инструкция",
2107
+ 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%BD%D0%B5%D0%B9%D0%BA%D1%83%D0%BF%D0%BE%D0%BD%D0%B4%D0%BE-eb9a8dfb-2fb2-4c61-8e5d-690b320cf872"
2108
2108
  }
2109
2109
  ],
2110
2110
  functionParameter: {
2111
- settlement: { name: "settlement", detail: "The security's settlement date." },
2112
- maturity: { name: "maturity", detail: "The security's maturity date." },
2113
- frequency: { name: "frequency", detail: "The number of coupon payments per year." },
2114
- basis: { name: "basis", detail: "The type of day count basis to use." }
2111
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2112
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2113
+ frequency: { name: "частота", detail: "Количество выплат по купонам за год." },
2114
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2115
2115
  }
2116
2116
  },
2117
2117
  COUPDAYS: {
2118
- description: "Returns the number of days in the coupon period that contains the settlement date",
2119
- abstract: "Returns the number of days in the coupon period that contains the settlement date",
2118
+ description: "Возвращает число дней в периоде купона, содержащем дату расчета.",
2119
+ abstract: "Возвращает число дней в периоде купона, содержащем дату расчета.",
2120
2120
  links: [
2121
2121
  {
2122
- title: "Instruction",
2123
- url: "https://support.microsoft.com/en-us/office/coupdays-function-cc64380b-315b-4e7b-950c-b30b0a76f671"
2122
+ title: "Инструкция",
2123
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B4%D0%BD%D0%B5%D0%B9%D0%BA%D1%83%D0%BF%D0%BE%D0%BD-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B4%D0%BD%D0%B5%D0%B9%D0%BA%D1%83%D0%BF%D0%BE%D0%BD-cc64380b-315b-4e7b-950c-b30b0a76f671"
2124
2124
  }
2125
2125
  ],
2126
2126
  functionParameter: {
2127
- settlement: { name: "settlement", detail: "The security's settlement date." },
2128
- maturity: { name: "maturity", detail: "The security's maturity date." },
2129
- frequency: { name: "frequency", detail: "The number of coupon payments per year." },
2130
- basis: { name: "basis", detail: "The type of day count basis to use." }
2127
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2128
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2129
+ frequency: { name: "частота", detail: "Количество выплат по купонам за год." },
2130
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2131
2131
  }
2132
2132
  },
2133
2133
  COUPDAYSNC: {
2134
- description: "Returns the number of days from the settlement date to the next coupon date",
2135
- abstract: "Returns the number of days from the settlement date to the next coupon date",
2134
+ description: "Возвращает число дней от даты расчета до срока следующего купона",
2135
+ abstract: "Возвращает число дней от даты расчета до срока следующего купона",
2136
2136
  links: [
2137
2137
  {
2138
- title: "Instruction",
2139
- url: "https://support.microsoft.com/en-us/office/coupdaysnc-function-5ab3f0b2-029f-4a8b-bb65-47d525eea547"
2138
+ title: "Инструкция",
2139
+ 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%BD%D0%B5%D0%B9%D0%BA%D1%83%D0%BF%D0%BE%D0%BD%D0%BF%D0%BE%D1%81%D0%BB%D0%B5-5ab3f0b2-029f-4a8b-bb65-47d525eea547"
2140
2140
  }
2141
2141
  ],
2142
2142
  functionParameter: {
2143
- settlement: { name: "settlement", detail: "The security's settlement date." },
2144
- maturity: { name: "maturity", detail: "The security's maturity date." },
2145
- frequency: { name: "frequency", detail: "The number of coupon payments per year." },
2146
- basis: { name: "basis", detail: "The type of day count basis to use." }
2143
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2144
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2145
+ frequency: { name: "частота", detail: "Количество выплат по купонам за год." },
2146
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2147
2147
  }
2148
2148
  },
2149
2149
  COUPNCD: {
2150
- description: "Returns the next coupon date after the settlement date",
2151
- abstract: "Returns the next coupon date after the settlement date",
2150
+ description: "Возвращает число, представляющее дату следующего купона от даты соглашения",
2151
+ abstract: "Возвращает число, представляющее дату следующего купона от даты соглашения",
2152
2152
  links: [
2153
2153
  {
2154
- title: "Instruction",
2155
- url: "https://support.microsoft.com/en-us/office/coupncd-function-fd962fef-506b-4d9d-8590-16df5393691f"
2154
+ title: "Инструкция",
2155
+ 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%B0%D1%82%D0%B0%D0%BA%D1%83%D0%BF%D0%BE%D0%BD%D0%BF%D0%BE%D1%81%D0%BB%D0%B5-fd962fef-506b-4d9d-8590-16df5393691f"
2156
2156
  }
2157
2157
  ],
2158
2158
  functionParameter: {
2159
- settlement: { name: "settlement", detail: "The security's settlement date." },
2160
- maturity: { name: "maturity", detail: "The security's maturity date." },
2161
- frequency: { name: "frequency", detail: "The number of coupon payments per year." },
2162
- basis: { name: "basis", detail: "The type of day count basis to use." }
2159
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2160
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2161
+ frequency: { name: "частота", detail: "Количество выплат по купонам за год." },
2162
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2163
2163
  }
2164
2164
  },
2165
2165
  COUPNUM: {
2166
- description: "Returns the number of coupons payable between the settlement date and maturity date",
2167
- abstract: "Returns the number of coupons payable between the settlement date and maturity date",
2166
+ description: "Возвращает количество купонов, которые могут быть оплачены между датой соглашения и датой погашения, округленное до ближайшего целого купона",
2167
+ abstract: "Возвращает количество купонов, которые могут быть оплачены между датой соглашения и датой погашения, округленное до ближайшего целого купона",
2168
2168
  links: [
2169
2169
  {
2170
- title: "Instruction",
2171
- url: "https://support.microsoft.com/en-us/office/coupnum-function-a90af57b-de53-4969-9c99-dd6139db2522"
2170
+ title: "Инструкция",
2171
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%87%D0%B8%D1%81%D0%BB%D0%BA%D1%83%D0%BF%D0%BE%D0%BD-a90af57b-de53-4969-9c99-dd6139db2522"
2172
2172
  }
2173
2173
  ],
2174
2174
  functionParameter: {
2175
- settlement: { name: "settlement", detail: "The security's settlement date." },
2176
- maturity: { name: "maturity", detail: "The security's maturity date." },
2177
- frequency: { name: "frequency", detail: "The number of coupon payments per year." },
2178
- basis: { name: "basis", detail: "The type of day count basis to use." }
2175
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2176
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2177
+ frequency: { name: "частота", detail: "Количество выплат по купонам за год." },
2178
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2179
2179
  }
2180
2180
  },
2181
2181
  COUPPCD: {
2182
- description: "Returns the previous coupon date before the settlement date",
2183
- abstract: "Returns the previous coupon date before the settlement date",
2182
+ description: "Возвращает число, представляющее дату предыдущего купона до даты соглашения",
2183
+ abstract: "Возвращает число, представляющее дату предыдущего купона до даты соглашения",
2184
2184
  links: [
2185
2185
  {
2186
- title: "Instruction",
2187
- url: "https://support.microsoft.com/en-us/office/couppcd-function-2eb50473-6ee9-4052-a206-77a9a385d5b3"
2186
+ title: "Инструкция",
2187
+ 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%B0%D1%82%D0%B0%D0%BA%D1%83%D0%BF%D0%BE%D0%BD%D0%B4%D0%BE-2eb50473-6ee9-4052-a206-77a9a385d5b3"
2188
2188
  }
2189
2189
  ],
2190
2190
  functionParameter: {
2191
- settlement: { name: "settlement", detail: "The security's settlement date." },
2192
- maturity: { name: "maturity", detail: "The security's maturity date." },
2193
- frequency: { name: "frequency", detail: "The number of coupon payments per year." },
2194
- basis: { name: "basis", detail: "The type of day count basis to use." }
2191
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2192
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2193
+ frequency: { name: "частота", detail: "Количество выплат по купонам за год." },
2194
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2195
2195
  }
2196
2196
  },
2197
2197
  CUMIPMT: {
2198
- description: "Returns the cumulative interest paid between two periods",
2199
- abstract: "Returns the cumulative interest paid between two periods",
2198
+ description: "Возвращает кумулятивную величину процентов, выплачиваемых по займу в промежутке между двумя периодами выплат",
2199
+ abstract: "Возвращает кумулятивную величину процентов, выплачиваемых по займу в промежутке между двумя периодами выплат",
2200
2200
  links: [
2201
2201
  {
2202
- title: "Instruction",
2203
- url: "https://support.microsoft.com/en-us/office/cumipmt-function-61067bb0-9016-427d-b95b-1a752af0e606"
2202
+ title: "Инструкция",
2203
+ 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%D1%89%D0%BF%D0%BB%D0%B0%D1%82-61067bb0-9016-427d-b95b-1a752af0e606"
2204
2204
  }
2205
2205
  ],
2206
2206
  functionParameter: {
2207
- rate: { name: "rate", detail: "The interest rate." },
2208
- nper: { name: "nper", detail: "The total number of payment periods." },
2209
- pv: { name: "pv", detail: "The present value." },
2210
- startPeriod: { name: "start_period", detail: "The first period in the calculation. Payment periods are numbered beginning with 1." },
2211
- endPeriod: { name: "end_period", detail: "The last period in the calculation." },
2212
- type: { name: "type", detail: "The timing of the payment." }
2207
+ rate: { name: "cтавка", detail: "Процентная ставка." },
2208
+ nper: { name: "кпер", detail: "Общее количество периодов выплат." },
2209
+ pv: { name: "пс", detail: "Текущее значение." },
2210
+ startPeriod: { name: "нач период", detail: "Номер первого периода, включенного в вычисления. Нумерация периодов выплат начинается с 1." },
2211
+ endPeriod: { name: "кон период", detail: "Номер последнего периода, включенного в вычисления." },
2212
+ type: { name: "тип", detail: "Сроки оплаты." }
2213
2213
  }
2214
2214
  },
2215
2215
  CUMPRINC: {
2216
- description: "Returns the cumulative principal paid on a loan between two periods",
2217
- abstract: "Returns the cumulative principal paid on a loan between two periods",
2216
+ description: "Возвращает кумулятивную сумму, выплачиваемую в погашение основной суммы займа в промежутке между двумя периодами",
2217
+ abstract: "Возвращает кумулятивную сумму, выплачиваемую в погашение основной суммы займа в промежутке между двумя периодами",
2218
2218
  links: [
2219
2219
  {
2220
- title: "Instruction",
2221
- url: "https://support.microsoft.com/en-us/office/cumprinc-function-94a4516d-bd65-41a1-bc16-053a6af4c04d"
2220
+ title: "Инструкция",
2221
+ 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%D1%89%D0%B4%D0%BE%D1%85%D0%BE%D0%B4-94a4516d-bd65-41a1-bc16-053a6af4c04d"
2222
2222
  }
2223
2223
  ],
2224
2224
  functionParameter: {
2225
- rate: { name: "rate", detail: "The interest rate." },
2226
- nper: { name: "nper", detail: "The total number of payment periods." },
2227
- pv: { name: "pv", detail: "The present value." },
2228
- startPeriod: { name: "start_period", detail: "The first period in the calculation. Payment periods are numbered beginning with 1." },
2229
- endPeriod: { name: "end_period", detail: "The last period in the calculation." },
2230
- type: { name: "type", detail: "The timing of the payment." }
2225
+ rate: { name: "cтавка", detail: "Процентная ставка." },
2226
+ nper: { name: "кпер", detail: "Общее количество периодов выплат." },
2227
+ pv: { name: "пс", detail: "Текущее значение." },
2228
+ startPeriod: { name: "нач период", detail: "Номер первого периода, включенного в вычисления. Нумерация периодов выплат начинается с 1." },
2229
+ endPeriod: { name: "кон период", detail: "Номер последнего периода, включенного в вычисления." },
2230
+ type: { name: "тип", detail: "Сроки оплаты." }
2231
2231
  }
2232
2232
  },
2233
2233
  DB: {
2234
- description: "Returns the depreciation of an asset for a specified period by using the fixed-declining balance method",
2235
- abstract: "Returns the depreciation of an asset for a specified period by using the fixed-declining balance method",
2234
+ description: "Возвращает величину амортизации актива для заданного периода, рассчитанную методом фиксированного уменьшения остатка",
2235
+ abstract: "Возвращает величину амортизации актива для заданного периода, рассчитанную методом фиксированного уменьшения остатка",
2236
2236
  links: [
2237
2237
  {
2238
- title: "Instruction",
2239
- url: "https://support.microsoft.com/en-us/office/db-function-354e7d28-5f93-4ff1-8a52-eb4ee549d9d7"
2238
+ title: "Инструкция",
2239
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%84%D1%83%D0%BE-354e7d28-5f93-4ff1-8a52-eb4ee549d9d7"
2240
2240
  }
2241
2241
  ],
2242
2242
  functionParameter: {
2243
- cost: { name: "cost", detail: "The initial cost of the asset." },
2244
- salvage: { name: "salvage", detail: "The value at the end of the depreciation (sometimes called the salvage value of the asset)." },
2245
- life: { name: "life", detail: "The number of periods over which the asset is being depreciated (sometimes called the useful life of the asset)." },
2246
- period: { name: "period", detail: "The period for which you want to calculate the depreciation." },
2247
- month: { name: "month", detail: "The number of months in the first year. If month is omitted, it is assumed to be 12." }
2243
+ cost: { name: "стоимость", detail: "Начальная стоимость актива." },
2244
+ salvage: { name: "остаточная стоимость", detail: "Стоимость в конце периода амортизации (иногда называемая остаточной стоимостью имущества)." },
2245
+ life: { name: "время эксплуатации", detail: "Количество периодов, за которые собственность амортизируется (иногда называемое периодом амортизации)." },
2246
+ period: { name: "период", detail: "Период, для которого требуется вычислить амортизацию." },
2247
+ month: { name: "месяцы", detail: 'Количество месяцев в первом году. Если аргумент "месяцы" опущен, то предполагается, что он равен 12.' }
2248
2248
  }
2249
2249
  },
2250
2250
  DDB: {
2251
- description: "Returns the depreciation of an asset for a specified period by using the double-declining balance method or some other method that you specify",
2252
- abstract: "Returns the depreciation of an asset for a specified period by using the double-declining balance method or some other method that you specify",
2251
+ description: "Возвращает значение амортизации актива за указанный период, используя метод двойного уменьшения остатка или иной явно указанный метод",
2252
+ abstract: "Возвращает значение амортизации актива за указанный период, используя метод двойного уменьшения остатка или иной явно указанный метод",
2253
2253
  links: [
2254
2254
  {
2255
- title: "Instruction",
2256
- url: "https://support.microsoft.com/en-us/office/ddb-function-519a7a37-8772-4c96-85c0-ed2c209717a5"
2255
+ title: "Инструкция",
2256
+ 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%B4%D0%BE%D0%B1-519a7a37-8772-4c96-85c0-ed2c209717a5"
2257
2257
  }
2258
2258
  ],
2259
2259
  functionParameter: {
2260
- cost: { name: "cost", detail: "The initial cost of the asset." },
2261
- salvage: { name: "salvage", detail: "The value at the end of the depreciation (sometimes called the salvage value of the asset)." },
2262
- life: { name: "life", detail: "The number of periods over which the asset is being depreciated (sometimes called the useful life of the asset)." },
2263
- period: { name: "period", detail: "The period for which you want to calculate the depreciation." },
2264
- factor: { name: "factor", detail: "The rate at which the balance declines. If factor is omitted, it is assumed to be 2 (the double-declining balance method)." }
2260
+ cost: { name: "стоимость", detail: "Начальная стоимость актива." },
2261
+ salvage: { name: "остаточная стоимость", detail: "Стоимость в конце периода амортизации (иногда называемая остаточной стоимостью имущества)." },
2262
+ life: { name: "время эксплуатации", detail: "Количество периодов, за которые собственность амортизируется (иногда называемое периодом амортизации)." },
2263
+ period: { name: "период", detail: "Период, для которого требуется вычислить амортизацию." },
2264
+ factor: { name: "коэффициент", detail: "Коэффициент уменьшения остатка. Если коэффициент опущен, он полагается равным 2 (метод удвоенного процента со снижающегося остатка)." }
2265
2265
  }
2266
2266
  },
2267
2267
  DISC: {
2268
- description: "Returns the discount rate for a security",
2269
- abstract: "Returns the discount rate for a security",
2268
+ description: "Возвращает ставку дисконтирования для ценных бумаг",
2269
+ abstract: "Возвращает ставку дисконтирования для ценных бумаг",
2270
2270
  links: [
2271
2271
  {
2272
- title: "Instruction",
2273
- url: "https://support.microsoft.com/en-us/office/disc-function-71fce9f3-3f05-4acf-a5a3-eac6ef4daa53"
2272
+ title: "Инструкция",
2273
+ 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%BA%D0%B8%D0%B4%D0%BA%D0%B0-71fce9f3-3f05-4acf-a5a3-eac6ef4daa53"
2274
2274
  }
2275
2275
  ],
2276
2276
  functionParameter: {
2277
- settlement: { name: "settlement", detail: "The security's settlement date." },
2278
- maturity: { name: "maturity", detail: "The security's maturity date." },
2279
- pr: { name: "pr", detail: "The security's price per $100 face value." },
2280
- redemption: { name: "redemption", detail: "The security's redemption value per $100 face value." },
2281
- basis: { name: "basis", detail: "The type of day count basis to use." }
2277
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2278
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2279
+ pr: { name: "цена", detail: "Цена ценных бумаг на 100 рублей номинальной стоимости." },
2280
+ redemption: { name: "погашение", detail: "Выкупная стоимость ценных бумаг на 100 рублей номинальной стоимости." },
2281
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2282
2282
  }
2283
2283
  },
2284
2284
  DOLLARDE: {
2285
- description: "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number",
2286
- abstract: "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number",
2285
+ description: "Преобразует цену в рублях, представленную в виде целой и дробной части, например 1,01, в цену в рублях, выраженную десятичным числом",
2286
+ abstract: "Преобразует цену в рублях, представленную в виде целой и дробной части, например 1,01, в цену в рублях, выраженную десятичным числом",
2287
2287
  links: [
2288
2288
  {
2289
- title: "Instruction",
2290
- url: "https://support.microsoft.com/en-us/office/dollarde-function-db85aab0-1677-428a-9dfd-a38476693427"
2289
+ title: "Инструкция",
2290
+ url: "https://support.microsoft.com/ru-ru/office/%D1%80%D1%83%D0%B1%D0%BB%D1%8C-%D0%B4%D0%B5%D1%81-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%80%D1%83%D0%B1%D0%BB%D1%8C-%D0%B4%D0%B5%D1%81-db85aab0-1677-428a-9dfd-a38476693427"
2291
2291
  }
2292
2292
  ],
2293
2293
  functionParameter: {
2294
- fractionalDollar: { name: "fractional_dollar", detail: "A number expressed as an integer part and a fraction part, separated by a decimal symbol." },
2295
- fraction: { name: "fraction", detail: "The integer to use in the denominator of the fraction." }
2294
+ fractionalDollar: { name: "дроб руб", detail: "Число, состоящее из целой и дробной частей, разделенных десятичным разделителем." },
2295
+ fraction: { name: "дроб", detail: "Целое число, которое нужно использовать в качестве знаменателя." }
2296
2296
  }
2297
2297
  },
2298
2298
  DOLLARFR: {
2299
- description: "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction",
2300
- abstract: "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction",
2299
+ description: "Используется для преобразования десятичных чисел, например стоимости ценных бумаг, в дробные значения",
2300
+ abstract: "Используется для преобразования десятичных чисел, например стоимости ценных бумаг, в дробные значения",
2301
2301
  links: [
2302
2302
  {
2303
- title: "Instruction",
2304
- url: "https://support.microsoft.com/en-us/office/dollarfr-function-0835d163-3023-4a33-9824-3042c5d4f495"
2303
+ title: "Инструкция",
2304
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%80%D1%83%D0%B1%D0%BB%D1%8C-%D0%B4%D1%80%D0%BE%D0%B1%D1%8C-0835d163-3023-4a33-9824-3042c5d4f495"
2305
2305
  }
2306
2306
  ],
2307
2307
  functionParameter: {
2308
- decimalDollar: { name: "decimal_dollar", detail: "A decimal number." },
2309
- fraction: { name: "fraction", detail: "The integer to use in the denominator of the fraction." }
2308
+ decimalDollar: { name: "дес руб", detail: "Десятичное число." },
2309
+ fraction: { name: "дроб", detail: "Целое число, которое нужно использовать в качестве знаменателя." }
2310
2310
  }
2311
2311
  },
2312
2312
  DURATION: {
2313
- description: "Returns the annual duration of a security with periodic interest payments",
2314
- abstract: "Returns the annual duration of a security with periodic interest payments",
2313
+ description: "Возвращает годовую продолжительность ценной бумаги с периодическими выплатами процентов.",
2314
+ abstract: "Возвращает годовую продолжительность ценной бумаги с периодическими выплатами процентов.",
2315
2315
  links: [
2316
2316
  {
2317
- title: "Instruction",
2318
- url: "https://support.microsoft.com/en-us/office/duration-function-b254ea57-eadc-4602-a86a-c8e369334038"
2317
+ title: "Инструкция",
2318
+ 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%BB%D0%B8%D1%82-b254ea57-eadc-4602-a86a-c8e369334038"
2319
2319
  }
2320
2320
  ],
2321
2321
  functionParameter: {
2322
- settlement: { name: "settlement", detail: "The security's settlement date." },
2323
- maturity: { name: "maturity", detail: "The security's maturity date." },
2324
- coupon: { name: "coupon", detail: "The security's annual coupon rate." },
2325
- yld: { name: "yld", detail: "The security's annual yield." },
2326
- frequency: { name: "frequency", detail: "The number of coupon payments per year." },
2327
- basis: { name: "basis", detail: "The type of day count basis to use." }
2322
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2323
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2324
+ coupon: { name: "купон", detail: "Годовая процентная ставка для купонов по ценным бумагам." },
2325
+ yld: { name: "доход", detail: "Годовой доход по ценным бумагам." },
2326
+ frequency: { name: "частота", detail: "Количество выплат по купонам за год." },
2327
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2328
2328
  }
2329
2329
  },
2330
2330
  EFFECT: {
2331
- description: "Returns the effective annual interest rate",
2332
- abstract: "Returns the effective annual interest rate",
2331
+ description: "Возвращает фактическую (эффективную) годовую процентную ставку",
2332
+ abstract: "Возвращает фактическую (эффективную) годовую процентную ставку",
2333
2333
  links: [
2334
2334
  {
2335
- title: "Instruction",
2336
- url: "https://support.microsoft.com/en-us/office/effect-function-910d4e4c-79e2-4009-95e6-507e04f11bc4"
2335
+ title: "Инструкция",
2336
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%8D%D1%84%D1%84%D0%B5%D0%BA%D1%82-910d4e4c-79e2-4009-95e6-507e04f11bc4"
2337
2337
  }
2338
2338
  ],
2339
2339
  functionParameter: {
2340
- nominalRate: { name: "nominal_rate", detail: "The nominal interest rate." },
2341
- npery: { name: "npery", detail: "The number of compounding periods per year." }
2340
+ nominalRate: { name: "номинальная ставка", detail: "Номинальная процентная ставка." },
2341
+ npery: { name: "количество периодов", detail: "Количество периодов в году." }
2342
2342
  }
2343
2343
  },
2344
2344
  FV: {
2345
- description: "Returns the future value of an investment",
2346
- abstract: "Returns the future value of an investment",
2345
+ description: "Возвращающает будущую стоимость инвестиции на основе постоянной процентной ставки",
2346
+ abstract: "Возвращающает будущую стоимость инвестиции на основе постоянной процентной ставки",
2347
2347
  links: [
2348
2348
  {
2349
- title: "Instruction",
2350
- url: "https://support.microsoft.com/en-us/office/fv-function-2eef9f44-a084-4c61-bdd8-4fe4bb1b71b3"
2349
+ title: "Инструкция",
2350
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B1%D1%81-2eef9f44-a084-4c61-bdd8-4fe4bb1b71b3"
2351
2351
  }
2352
2352
  ],
2353
2353
  functionParameter: {
2354
- rate: { name: "rate", detail: "The interest rate per period." },
2355
- nper: { name: "nper", detail: "The total number of payment periods in an annuity." },
2356
- pmt: { name: "pmt", detail: "The payment made each period; it cannot change over the life of the annuity." },
2357
- pv: { name: "pv", detail: "The present value, or the lump-sum amount that a series of future payments is worth right now." },
2358
- type: { name: "type", detail: "The number 0 or 1 and indicates when payments are due." }
2354
+ rate: { name: "cтавка", detail: "Процентная ставка за период." },
2355
+ nper: { name: "кпер", detail: "Общее количество периодов платежей по аннуитету." },
2356
+ pmt: { name: "плт", detail: "Выплата, производимая в каждый период; это значение не может меняться в течение всего периода выплат." },
2357
+ pv: { name: "пс", detail: "Приведенная к текущему моменту стоимость, т. е. общая сумма, которая на текущий момент равноценна ряду будущих платежей." },
2358
+ type: { name: "тип", detail: "Число 0 или 1, обозначающее срок выплаты." }
2359
2359
  }
2360
2360
  },
2361
2361
  FVSCHEDULE: {
2362
- description: "Returns the future value of an initial principal after applying a series of compound interest rates",
2363
- abstract: "Returns the future value of an initial principal after applying a series of compound interest rates",
2362
+ description: "Возвращает будущую стоимость первоначальной основной суммы после применения ряда (плана) ставок сложных процентов",
2363
+ abstract: "Возвращает будущую стоимость первоначальной основной суммы после применения ряда (плана) ставок сложных процентов",
2364
2364
  links: [
2365
2365
  {
2366
- title: "Instruction",
2367
- url: "https://support.microsoft.com/en-us/office/fvschedule-function-bec29522-bd87-4082-bab9-a241f3fb251d"
2366
+ title: "Инструкция",
2367
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B1%D0%B7%D1%80%D0%B0%D1%81%D0%BF%D0%B8%D1%81-bec29522-bd87-4082-bab9-a241f3fb251d"
2368
2368
  }
2369
2369
  ],
2370
2370
  functionParameter: {
2371
- principal: { name: "principal", detail: "The present value." },
2372
- schedule: { name: "schedule", detail: "An array of interest rates to apply." }
2371
+ principal: { name: "первичное", detail: "Стоимость инвестиции на текущий момент." },
2372
+ schedule: { name: "план", detail: "Массив применяемых процентных ставок." }
2373
2373
  }
2374
2374
  },
2375
2375
  INTRATE: {
2376
- description: "Returns the interest rate for a fully invested security",
2377
- abstract: "Returns the interest rate for a fully invested security",
2376
+ description: "Возвращает процентную ставку для полностью инвестированных ценных бумаг",
2377
+ abstract: "Возвращает процентную ставку для полностью инвестированных ценных бумаг",
2378
2378
  links: [
2379
2379
  {
2380
- title: "Instruction",
2381
- url: "https://support.microsoft.com/en-us/office/intrate-function-5cb34dde-a221-4cb6-b3eb-0b9e55e1316f"
2380
+ title: "Инструкция",
2381
+ 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%BD%D0%BE%D1%80%D0%BC%D0%B0-5cb34dde-a221-4cb6-b3eb-0b9e55e1316f"
2382
2382
  }
2383
2383
  ],
2384
2384
  functionParameter: {
2385
- settlement: { name: "settlement", detail: "The security's settlement date." },
2386
- maturity: { name: "maturity", detail: "The security's maturity date." },
2387
- investment: { name: "investment", detail: "The amount invested in the security." },
2388
- redemption: { name: "redemption", detail: "The amount to be received at maturity." },
2389
- basis: { name: "basis", detail: "The type of day count basis to use." }
2385
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2386
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2387
+ investment: { name: "инвестиция", detail: "Объем инвестиции в ценные бумаги." },
2388
+ redemption: { name: "погашение", detail: "Сумма, которая должна быть получена на момент погашения ценных бумаг." },
2389
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2390
2390
  }
2391
2391
  },
2392
2392
  IPMT: {
2393
- description: "Returns the interest payment for an investment for a given period",
2394
- abstract: "Returns the interest payment for an investment for a given period",
2393
+ description: "Возвращает сумму платежей по процентам для инвестиции за данный период на основе постоянства сумм периодических платежей и постоянства процентной ставки",
2394
+ abstract: "Возвращает сумму платежей по процентам для инвестиции за данный период на основе постоянства сумм периодических платежей и постоянства процентной ставки",
2395
2395
  links: [
2396
2396
  {
2397
- title: "Instruction",
2398
- url: "https://support.microsoft.com/en-us/office/ipmt-function-5cce0ad6-8402-4a41-8d29-61a0b054cb6f"
2397
+ title: "Инструкция",
2398
+ 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%BF%D0%BB%D1%82-5cce0ad6-8402-4a41-8d29-61a0b054cb6f"
2399
2399
  }
2400
2400
  ],
2401
2401
  functionParameter: {
2402
- rate: { name: "rate", detail: "The interest rate per period." },
2403
- per: { name: "per", detail: "The period for which you want to find the interest and must be in the range 1 to nper." },
2404
- nper: { name: "nper", detail: "The total number of payment periods in an annuity." },
2405
- pv: { name: "pv", detail: "The present value, or the lump-sum amount that a series of future payments is worth right now." },
2406
- fv: { name: "fv", detail: "The future value, or a cash balance you want to attain after the last payment is made." },
2407
- type: { name: "type", detail: "The number 0 or 1 and indicates when payments are due." }
2402
+ rate: { name: "cтавка", detail: "Процентная ставка за период." },
2403
+ per: { name: "период", detail: 'Период, для которого требуется найти платежи по процентам; число в интервале от 1 до "кпер".' },
2404
+ nper: { name: "кпер", detail: "Общее количество периодов платежей по аннуитету." },
2405
+ pv: { name: "пс", detail: "Приведенная к текущему моменту стоимость, т. е. общая сумма, которая на текущий момент равноценна ряду будущих платежей." },
2406
+ fv: { name: "бс", detail: "Значение будущей стоимости, то есть желаемого остатка средств после последней выплаты." },
2407
+ type: { name: "тип", detail: "Число 0 или 1, обозначающее срок выплаты." }
2408
2408
  }
2409
2409
  },
2410
2410
  IRR: {
2411
- description: "Returns the internal rate of return for a series of cash flows",
2412
- abstract: "Returns the internal rate of return for a series of cash flows",
2411
+ description: "Возвращает внутреннюю ставку доходности для ряда потоков денежных средств, представленных их численными значениями",
2412
+ abstract: "Возвращает внутреннюю ставку доходности для ряда потоков денежных средств, представленных их численными значениями",
2413
2413
  links: [
2414
2414
  {
2415
- title: "Instruction",
2416
- url: "https://support.microsoft.com/en-us/office/irr-function-64925eaa-9988-495b-b290-3ad0c163c1bc"
2415
+ title: "Инструкция",
2416
+ 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%D0%B4-64925eaa-9988-495b-b290-3ad0c163c1bc"
2417
2417
  }
2418
2418
  ],
2419
2419
  functionParameter: {
2420
- values: { name: "values", detail: `An array or a reference to cells that contain numbers for which you want to calculate the internal rate of return.
2421
- 1.Values must contain at least one positive value and one negative value to calculate the internal rate of return.
2422
- 2.IRR uses the order of values to interpret the order of cash flows. Be sure to enter your payment and income values in the sequence you want.
2423
- 3.If an array or reference argument contains text, logical values, or empty cells, those values are ignored.` },
2424
- guess: { name: "guess", detail: "A number that you guess is close to the result of IRR." }
2420
+ values: { name: "значения", detail: "Массив или ссылка на ячейки, содержащие числа, для которых требуется подсчитать внутреннюю ставку доходности." },
2421
+ guess: { name: "догадка", detail: "A number that you guess is close to the result of IRR." }
2425
2422
  }
2426
2423
  },
2427
2424
  ISPMT: {
2428
- description: "Calculates the interest paid during a specific period of an investment",
2429
- abstract: "Calculates the interest paid during a specific period of an investment",
2425
+ description: "Вычисляет проценты, выплаченные (или полученные) за указанный период кредита (или инвестиции) с четными основными платежами",
2426
+ abstract: "Вычисляет проценты, выплаченные (или полученные) за указанный период кредита (или инвестиции) с четными основными платежами",
2430
2427
  links: [
2431
2428
  {
2432
- title: "Instruction",
2433
- url: "https://support.microsoft.com/en-us/office/ispmt-function-fa58adb6-9d39-4ce0-8f43-75399cea56cc"
2429
+ title: "Инструкция",
2430
+ 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%86%D0%BF%D0%BB%D0%B0%D1%82-fa58adb6-9d39-4ce0-8f43-75399cea56cc"
2434
2431
  }
2435
2432
  ],
2436
2433
  functionParameter: {
2437
- rate: { name: "rate", detail: "The interest rate for the investment." },
2438
- per: { name: "per", detail: "The period for which you want to find the interest, and must be between 1 and Nper." },
2439
- nper: { name: "nper", detail: "The total number of payment periods for the investment." },
2440
- pv: { name: "pv", detail: "The present value of the investment. For a loan, Pv is the loan amount." }
2434
+ rate: { name: "cтавка", detail: "Процентная ставка для инвестиции." },
2435
+ per: { name: "период", detail: "Период, в течение которого вы хотите найти интерес, и должен быть в диапазоне от 1 до Кпер." },
2436
+ nper: { name: "кпер", detail: "Общее число периодов выплат для данной инвестиции." },
2437
+ pv: { name: "пс", detail: "Стоимость инвестиции на текущий момент. Для кредита, Пс является суммой кредита." }
2441
2438
  }
2442
2439
  },
2443
2440
  MDURATION: {
2444
- description: "Returns the Macauley modified duration for a security with an assumed par value of $100",
2445
- abstract: "Returns the Macauley modified duration for a security with an assumed par value of $100",
2441
+ description: "Возвращает модифицированную продолжительность Макалея для ценных бумаг с предполагаемой номинальной стоимостью 100 р",
2442
+ abstract: "Возвращает модифицированную продолжительность Макалея для ценных бумаг с предполагаемой номинальной стоимостью 100 р",
2446
2443
  links: [
2447
2444
  {
2448
- title: "Instruction",
2449
- url: "https://support.microsoft.com/en-us/office/mduration-function-b3786a69-4f20-469a-94ad-33e5b90a763c"
2445
+ title: "Инструкция",
2446
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BC%D0%B4%D0%BB%D0%B8%D1%82-b3786a69-4f20-469a-94ad-33e5b90a763c"
2450
2447
  }
2451
2448
  ],
2452
2449
  functionParameter: {
2453
- settlement: { name: "settlement", detail: "The security's settlement date." },
2454
- maturity: { name: "maturity", detail: "The security's maturity date." },
2455
- coupon: { name: "coupon", detail: "The security's annual coupon rate." },
2456
- yld: { name: "yld", detail: "The security's annual yield." },
2457
- frequency: { name: "frequency", detail: "The number of coupon payments per year." },
2458
- basis: { name: "basis", detail: "The type of day count basis to use." }
2450
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2451
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2452
+ coupon: { name: "купон", detail: "Годовая процентная ставка для купонов по ценным бумагам." },
2453
+ yld: { name: "доход", detail: "Годовой доход по ценным бумагам." },
2454
+ frequency: { name: "частота", detail: "Количество выплат по купонам за год." },
2455
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2459
2456
  }
2460
2457
  },
2461
2458
  MIRR: {
2462
- description: "Returns the internal rate of return where positive and negative cash flows are financed at different rates",
2463
- abstract: "Returns the internal rate of return where positive and negative cash flows are financed at different rates",
2459
+ description: "Возвращает модифицированную внутреннюю ставку доходности для ряда периодических денежных потоков",
2460
+ abstract: "Возвращает модифицированную внутреннюю ставку доходности для ряда периодических денежных потоков",
2464
2461
  links: [
2465
2462
  {
2466
- title: "Instruction",
2467
- url: "https://support.microsoft.com/en-us/office/mirr-function-b020f038-7492-4fb4-93c1-35c345b53524"
2463
+ title: "Инструкция",
2464
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BC%D0%B2%D1%81%D0%B4-b020f038-7492-4fb4-93c1-35c345b53524"
2468
2465
  }
2469
2466
  ],
2470
2467
  functionParameter: {
2471
- values: { name: "values", detail: `An array or a reference to cells that contain numbers. These numbers represent a series of payments (negative values) and income (positive values) occurring at regular periods.
2472
- 1.Values must contain at least one positive value and one negative value to calculate the modified internal rate of return. Otherwise, MIRR returns the #DIV/0! error value.
2473
- 2.If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included.` },
2474
- financeRate: { name: "finance_rate", detail: "The interest rate you pay on the money used in the cash flows." },
2475
- reinvestRate: { name: "reinvest_rate", detail: "The interest rate you receive on the cash flows as you reinvest them." }
2468
+ values: { name: "значения", detail: "Массив или ссылка на ячейки, содержащие числа. Эти числа представляют ряд денежных выплат (отрицательные значения) и поступлений (положительные значения), происходящих в регулярные периоды времени." },
2469
+ financeRate: { name: "cтавка финанс", detail: "Ставка процента, выплачиваемого за деньги, находящиеся в обороте." },
2470
+ reinvestRate: { name: "cтавка реинвест", detail: "Ставка процента, получаемого при реинвестировании денежных средств." }
2476
2471
  }
2477
2472
  },
2478
2473
  NOMINAL: {
2479
- description: "Returns the annual nominal interest rate",
2480
- abstract: "Returns the annual nominal interest rate",
2474
+ description: "Возвращает номинальную годовую ставку, если заданы эффективная (фактическая) ставка и число периодов в году, за которые начисляются сложные проценты",
2475
+ abstract: "Возвращает номинальную годовую ставку, если заданы эффективная (фактическая) ставка и число периодов в году, за которые начисляются сложные проценты",
2481
2476
  links: [
2482
2477
  {
2483
- title: "Instruction",
2484
- url: "https://support.microsoft.com/en-us/office/nominal-function-7f1ae29b-6b92-435e-b950-ad8b190ddd2b"
2478
+ title: "Инструкция",
2479
+ 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%BE%D0%BC%D0%B8%D0%BD%D0%B0%D0%BB-7f1ae29b-6b92-435e-b950-ad8b190ddd2b"
2485
2480
  }
2486
2481
  ],
2487
2482
  functionParameter: {
2488
- effectRate: { name: "effect_rate", detail: "The effective interest rate." },
2489
- npery: { name: "npery", detail: "The number of compounding periods per year." }
2483
+ effectRate: { name: "эффект ставка", detail: "Фактическая процентная ставка" },
2484
+ npery: { name: "количество периодов", detail: "Количество периодов в году." }
2490
2485
  }
2491
2486
  },
2492
2487
  NPER: {
2493
- description: "Returns the number of periods for an investment",
2494
- abstract: "Returns the number of periods for an investment",
2488
+ description: "Возвращает общее количество периодов выплаты для инвестиции на основе периодических постоянных выплат и постоянной процентной ставки",
2489
+ abstract: "Возвращает общее количество периодов выплаты для инвестиции на основе периодических постоянных выплат и постоянной процентной ставки",
2495
2490
  links: [
2496
2491
  {
2497
- title: "Instruction",
2498
- url: "https://support.microsoft.com/en-us/office/nper-function-240535b5-6653-4d2d-bfcf-b6a38151d815"
2492
+ title: "Инструкция",
2493
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BA%D0%BF%D0%B5%D1%80-240535b5-6653-4d2d-bfcf-b6a38151d815"
2499
2494
  }
2500
2495
  ],
2501
2496
  functionParameter: {
2502
- rate: { name: "rate", detail: "The interest rate per period." },
2503
- pmt: { name: "pmt", detail: "The payment made each period; it cannot change over the life of the annuity." },
2504
- pv: { name: "pv", detail: "The present value, or the lump-sum amount that a series of future payments is worth right now." },
2505
- fv: { name: "fv", detail: "The future value, or a cash balance you want to attain after the last payment is made." },
2506
- type: { name: "type", detail: "The number 0 or 1 and indicates when payments are due." }
2497
+ rate: { name: "cтавка", detail: "Процентная ставка за период." },
2498
+ pmt: { name: "плт", detail: "Выплата, производимая в каждый период; это значение не может меняться в течение всего периода выплат." },
2499
+ pv: { name: "пс", detail: "Приведенная к текущему моменту стоимость, т. е. общая сумма, которая на текущий момент равноценна ряду будущих платежей." },
2500
+ fv: { name: "бс", detail: "Значение будущей стоимости, то есть желаемого остатка средств после последней выплаты." },
2501
+ type: { name: "тип", detail: "Число 0 или 1, обозначающее срок выплаты." }
2507
2502
  }
2508
2503
  },
2509
2504
  NPV: {
2510
- description: "Returns the net present value of an investment based on a series of periodic cash flows and a discount rate",
2511
- abstract: "Returns the net present value of an investment based on a series of periodic cash flows and a discount rate",
2505
+ description: "Возвращает величину чистой приведенной стоимости инвестиции, используя ставку дисконтирования, а также последовательность будущих выплат (отрицательные значения) и поступлений (положительные значения)",
2506
+ abstract: "Возвращает величину чистой приведенной стоимости инвестиции, используя ставку дисконтирования, а также последовательность будущих выплат (отрицательные значения) и поступлений (положительные значения)",
2512
2507
  links: [
2513
2508
  {
2514
- title: "Instruction",
2515
- url: "https://support.microsoft.com/en-us/office/npv-function-8672cb67-2576-4d07-b67b-ac28acf2a568"
2509
+ title: "Инструкция",
2510
+ url: "https://support.microsoft.com/ru-ru/office/%D1%87%D0%BF%D1%81-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%87%D0%BF%D1%81-8672cb67-2576-4d07-b67b-ac28acf2a568"
2516
2511
  }
2517
2512
  ],
2518
2513
  functionParameter: {
2519
- rate: { name: "rate", detail: "The rate of discount over the length of one period." },
2520
- value1: { name: "value1", detail: "1 to 254 arguments representing the payments and income." },
2521
- value2: { name: "value2", detail: "1 to 254 arguments representing the payments and income." }
2514
+ rate: { name: "cтавка", detail: "Ставка дисконтирования за один период." },
2515
+ value1: { name: "значение1", detail: "От 1 до 254 аргументов, представляющих выплаты и поступления." },
2516
+ value2: { name: "значение2", detail: "От 1 до 254 аргументов, представляющих выплаты и поступления." }
2522
2517
  }
2523
2518
  },
2524
2519
  ODDFPRICE: {
2525
- description: "Returns the price per $100 face value of a security with an odd first period",
2526
- abstract: "Returns the price per $100 face value of a security with an odd first period",
2520
+ description: "Возвращает цену за 100 рублей номинальной стоимости ценных бумаг для нерегулярного (короткого или длинного) первого периода",
2521
+ abstract: "Возвращает цену за 100 рублей номинальной стоимости ценных бумаг для нерегулярного (короткого или длинного) первого периода",
2527
2522
  links: [
2528
2523
  {
2529
- title: "Instruction",
2530
- url: "https://support.microsoft.com/en-us/office/oddfprice-function-d7d664a8-34df-4233-8d2b-922bcf6a69e1"
2524
+ title: "Инструкция",
2525
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%86%D0%B5%D0%BD%D0%B0%D0%BF%D0%B5%D1%80%D0%B2%D0%BD%D0%B5%D1%80%D0%B5%D0%B3-d7d664a8-34df-4233-8d2b-922bcf6a69e1"
2531
2526
  }
2532
2527
  ],
2533
2528
  functionParameter: {
2534
- settlement: { name: "settlement", detail: "The security's settlement date." },
2535
- maturity: { name: "maturity", detail: "The security's maturity date." },
2536
- issue: { name: "issue", detail: "The security's issue date." },
2537
- firstCoupon: { name: "first_coupon", detail: "The security's first coupon date." },
2538
- rate: { name: "rate", detail: "The security's interest rate." },
2539
- yld: { name: "yld", detail: "The security's annual yield." },
2540
- redemption: { name: "redemption", detail: "The security's redemption value per $100 face value." },
2541
- frequency: { name: "frequency", detail: "The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4." },
2542
- basis: { name: "basis", detail: "The type of day count basis to use." }
2529
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2530
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2531
+ issue: { name: "дата выпуска ", detail: "Дата выпуска ценных бумаг." },
2532
+ firstCoupon: { name: "первый купон", detail: "Дата первой купонной выплаты для ценных бумаг." },
2533
+ rate: { name: "cтавка", detail: "Процентная ставка для ценных бумаг." },
2534
+ yld: { name: "доход", detail: "Годовой доход по ценным бумагам." },
2535
+ redemption: { name: "погашение", detail: "Выкупная стоимость ценных бумаг на 100 рублей номинальной стоимости." },
2536
+ frequency: { name: "частота", detail: "Количество выплат по купонам за год. Для ежегодных выплат частота равна 1, для полугодовых 2, для ежеквартальных 4." },
2537
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2543
2538
  }
2544
2539
  },
2545
2540
  ODDFYIELD: {
2546
- description: "Returns the yield of a security with an odd first period",
2547
- abstract: "Returns the yield of a security with an odd first period",
2541
+ description: "Возвращает доход по ценным бумагам с нерегулярным (коротким или длинным) первым периодом",
2542
+ abstract: "Возвращает доход по ценным бумагам с нерегулярным (коротким или длинным) первым периодом",
2548
2543
  links: [
2549
2544
  {
2550
- title: "Instruction",
2551
- url: "https://support.microsoft.com/en-us/office/oddfyield-function-66bc8b7b-6501-4c93-9ce3-2fd16220fe37"
2545
+ title: "Инструкция",
2546
+ 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%BE%D1%85%D0%BE%D0%B4%D0%BF%D0%B5%D1%80%D0%B2%D0%BD%D0%B5%D1%80%D0%B5%D0%B3-66bc8b7b-6501-4c93-9ce3-2fd16220fe37"
2552
2547
  }
2553
2548
  ],
2554
2549
  functionParameter: {
2555
- settlement: { name: "settlement", detail: "The security's settlement date." },
2556
- maturity: { name: "maturity", detail: "The security's maturity date." },
2557
- issue: { name: "issue", detail: "The security's issue date." },
2558
- firstCoupon: { name: "first_coupon", detail: "The security's first coupon date." },
2559
- rate: { name: "rate", detail: "The security's interest rate." },
2560
- pr: { name: "pr", detail: "The security's price." },
2561
- redemption: { name: "redemption", detail: "The security's redemption value per $100 face value." },
2562
- frequency: { name: "frequency", detail: "The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4." },
2563
- basis: { name: "basis", detail: "The type of day count basis to use." }
2550
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2551
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2552
+ issue: { name: "дата выпуска ", detail: "Дата выпуска ценных бумаг." },
2553
+ firstCoupon: { name: "первый купон", detail: "Дата первой купонной выплаты для ценных бумаг." },
2554
+ rate: { name: "cтавка", detail: "Процентная ставка для ценных бумаг." },
2555
+ pr: { name: "цена", detail: "Стоимость ценных бумаг." },
2556
+ redemption: { name: "погашение", detail: "Выкупная стоимость ценных бумаг на 100 рублей номинальной стоимости." },
2557
+ frequency: { name: "частота", detail: "Количество выплат по купонам за год. Для ежегодных выплат частота равна 1, для полугодовых 2, для ежеквартальных 4." },
2558
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2564
2559
  }
2565
2560
  },
2566
2561
  ODDLPRICE: {
2567
- description: "Returns the price per $100 face value of a security with an odd last period",
2568
- abstract: "Returns the price per $100 face value of a security with an odd last period",
2562
+ description: "Возвращает цену за 100 рублей нарицательной стоимости ценных бумаг для нерегулярного (короткого или длинного) последнего периода купона",
2563
+ abstract: "Возвращает цену за 100 рублей нарицательной стоимости ценных бумаг для нерегулярного (короткого или длинного) последнего периода купона",
2569
2564
  links: [
2570
2565
  {
2571
- title: "Instruction",
2572
- url: "https://support.microsoft.com/en-us/office/oddlprice-function-fb657749-d200-4902-afaf-ed5445027fc4"
2566
+ title: "Инструкция",
2567
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%86%D0%B5%D0%BD%D0%B0%D0%BF%D0%BE%D1%81%D0%BB%D0%BD%D0%B5%D1%80%D0%B5%D0%B3-fb657749-d200-4902-afaf-ed5445027fc4"
2573
2568
  }
2574
2569
  ],
2575
2570
  functionParameter: {
2576
- settlement: { name: "settlement", detail: "The security's settlement date." },
2577
- maturity: { name: "maturity", detail: "The security's maturity date." },
2578
- lastInterest: { name: "last_interest", detail: "The security's last coupon date." },
2579
- rate: { name: "rate", detail: "The security's interest rate." },
2580
- yld: { name: "yld", detail: "The security's annual yield." },
2581
- redemption: { name: "redemption", detail: "The security's redemption value per $100 face value." },
2582
- frequency: { name: "frequency", detail: "The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4." },
2583
- basis: { name: "basis", detail: "The type of day count basis to use." }
2571
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2572
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2573
+ lastInterest: { name: "последняя выплата", detail: "Дата последней купонной выплаты для ценных бумаг." },
2574
+ rate: { name: "cтавка", detail: "Процентная ставка для ценных бумаг." },
2575
+ yld: { name: "доход", detail: "Годовой доход по ценным бумагам." },
2576
+ redemption: { name: "погашение", detail: "Выкупная стоимость ценных бумаг на 100 рублей номинальной стоимости." },
2577
+ frequency: { name: "частота", detail: "Количество выплат по купонам за год. Для ежегодных выплат частота равна 1, для полугодовых 2, для ежеквартальных 4." },
2578
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2584
2579
  }
2585
2580
  },
2586
2581
  ODDLYIELD: {
2587
- description: "Returns the yield of a security with an odd last period",
2588
- abstract: "Returns the yield of a security with an odd last period",
2582
+ description: "Возвращает доход по ценным бумагам с нерегулярным (коротким или длинным) последним периодом",
2583
+ abstract: "Возвращает доход по ценным бумагам с нерегулярным (коротким или длинным) последним периодом",
2589
2584
  links: [
2590
2585
  {
2591
- title: "Instruction",
2592
- url: "https://support.microsoft.com/en-us/office/oddlyield-function-c873d088-cf40-435f-8d41-c8232fee9238"
2586
+ title: "Инструкция",
2587
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B4%D0%BE%D1%85%D0%BE%D0%B4%D0%BF%D0%BE%D1%81%D0%BB%D0%BD%D0%B5%D1%80%D0%B5%D0%B3-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B4%D0%BE%D1%85%D0%BE%D0%B4%D0%BF%D0%BE%D1%81%D0%BB%D0%BD%D0%B5%D1%80%D0%B5%D0%B3-c873d088-cf40-435f-8d41-c8232fee9238"
2593
2588
  }
2594
2589
  ],
2595
2590
  functionParameter: {
2596
- settlement: { name: "settlement", detail: "The security's settlement date." },
2597
- maturity: { name: "maturity", detail: "The security's maturity date." },
2598
- lastInterest: { name: "last_interest", detail: "The security's last coupon date." },
2599
- rate: { name: "rate", detail: "The security's interest rate." },
2600
- pr: { name: "pr", detail: "The security's price." },
2601
- redemption: { name: "redemption", detail: "The security's redemption value per $100 face value." },
2602
- frequency: { name: "frequency", detail: "The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4." },
2603
- basis: { name: "basis", detail: "The type of day count basis to use." }
2591
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2592
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2593
+ lastInterest: { name: "последняя выплата", detail: "Дата последней купонной выплаты для ценных бумаг." },
2594
+ rate: { name: "cтавка", detail: "Процентная ставка для ценных бумаг." },
2595
+ pr: { name: "цена", detail: "Стоимость ценных бумаг." },
2596
+ redemption: { name: "погашение", detail: "Выкупная стоимость ценных бумаг на 100 рублей номинальной стоимости." },
2597
+ frequency: { name: "частота", detail: "Количество выплат по купонам за год. Для ежегодных выплат частота равна 1, для полугодовых 2, для ежеквартальных 4." },
2598
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2604
2599
  }
2605
2600
  },
2606
2601
  PDURATION: {
2607
- description: "Returns the number of periods required by an investment to reach a specified value",
2608
- abstract: "Returns the number of periods required by an investment to reach a specified value",
2602
+ description: "Возвращает количество периодов, которые необходимы инвестиции для достижения заданного значения",
2603
+ abstract: "Возвращает количество периодов, которые необходимы инвестиции для достижения заданного значения",
2609
2604
  links: [
2610
2605
  {
2611
- title: "Instruction",
2612
- url: "https://support.microsoft.com/en-us/office/pduration-function-44f33460-5be5-4c90-b857-22308892adaf"
2606
+ title: "Инструкция",
2607
+ url: "https://support.microsoft.com/ru-ru/office/%D0%BF%D0%B4%D0%BB%D0%B8%D1%82-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BF%D0%B4%D0%BB%D0%B8%D1%82-44f33460-5be5-4c90-b857-22308892adaf"
2613
2608
  }
2614
2609
  ],
2615
2610
  functionParameter: {
2616
- rate: { name: "rate", detail: "Rate is the interest rate per period." },
2617
- pv: { name: "pv", detail: "Pv is the present value of the investment." },
2618
- fv: { name: "fv", detail: "Fv is the desired future value of the investment." }
2611
+ rate: { name: "cтавка", detail: "Ставка процентная ставка за период." },
2612
+ pv: { name: "пс", detail: "Пс стоимость инвестиции на текущий момент." },
2613
+ fv: { name: "бс", detail: "Бс желательная стоимость инвестиции в будущем." }
2619
2614
  }
2620
2615
  },
2621
2616
  PMT: {
2622
- description: "Returns the periodic payment for an annuity",
2623
- abstract: "Returns the periodic payment for an annuity",
2617
+ description: "Возвращающает сумму периодического платежа для аннуитета на основе постоянства сумм платежей и постоянной процентной ставки",
2618
+ abstract: "Возвращающает сумму периодического платежа для аннуитета на основе постоянства сумм платежей и постоянной процентной ставки",
2624
2619
  links: [
2625
2620
  {
2626
- title: "Instruction",
2627
- url: "https://support.microsoft.com/en-us/office/pmt-function-0214da64-9a63-4996-bc20-214433fa6441"
2621
+ title: "Инструкция",
2622
+ 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%BB%D1%82-0214da64-9a63-4996-bc20-214433fa6441"
2628
2623
  }
2629
2624
  ],
2630
2625
  functionParameter: {
2631
- rate: { name: "rate", detail: "The interest rate per period." },
2632
- nper: { name: "nper", detail: "The total number of payment periods in an annuity." },
2633
- pv: { name: "pv", detail: "The present value, or the lump-sum amount that a series of future payments is worth right now." },
2634
- fv: { name: "fv", detail: "The future value, or a cash balance you want to attain after the last payment is made." },
2635
- type: { name: "type", detail: "The number 0 or 1 and indicates when payments are due." }
2626
+ rate: { name: "cтавка", detail: "Процентная ставка за период." },
2627
+ nper: { name: "кпер", detail: "Общее количество периодов платежей по аннуитету." },
2628
+ pv: { name: "пс", detail: "Приведенная к текущему моменту стоимость, т. е. общая сумма, которая на текущий момент равноценна ряду будущих платежей." },
2629
+ fv: { name: "бс", detail: "Значение будущей стоимости, то есть желаемого остатка средств после последней выплаты." },
2630
+ type: { name: "тип", detail: "Число 0 или 1, обозначающее срок выплаты." }
2636
2631
  }
2637
2632
  },
2638
2633
  PPMT: {
2639
- description: "Returns the payment on the principal for an investment for a given period",
2640
- abstract: "Returns the payment on the principal for an investment for a given period",
2634
+ description: "Возвращает величину платежа в погашение основной суммы по инвестиции за данный период на основе постоянных периодических платежей и постоянной процентной ставки",
2635
+ abstract: "Возвращает величину платежа в погашение основной суммы по инвестиции за данный период на основе постоянных периодических платежей и постоянной процентной ставки",
2641
2636
  links: [
2642
2637
  {
2643
- title: "Instruction",
2644
- url: "https://support.microsoft.com/en-us/office/ppmt-function-c370d9e3-7749-4ca4-beea-b06c6ac95e1b"
2638
+ title: "Инструкция",
2639
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BE%D1%81%D0%BF%D0%BB%D1%82-c370d9e3-7749-4ca4-beea-b06c6ac95e1b"
2645
2640
  }
2646
2641
  ],
2647
2642
  functionParameter: {
2648
- rate: { name: "rate", detail: "The interest rate per period." },
2649
- per: { name: "per", detail: "The period for which you want to find the interest and must be in the range 1 to nper." },
2650
- nper: { name: "nper", detail: "The total number of payment periods in an annuity." },
2651
- pv: { name: "pv", detail: "The present value, or the lump-sum amount that a series of future payments is worth right now." },
2652
- fv: { name: "fv", detail: "The future value, or a cash balance you want to attain after the last payment is made." },
2653
- type: { name: "type", detail: "The number 0 or 1 and indicates when payments are due." }
2643
+ rate: { name: "cтавка", detail: "Процентная ставка за период." },
2644
+ per: { name: "период", detail: 'Период, для которого требуется найти платежи по процентам; число в интервале от 1 до "кпер".' },
2645
+ nper: { name: "кпер", detail: "Общее количество периодов платежей по аннуитету." },
2646
+ pv: { name: "пс", detail: "Приведенная к текущему моменту стоимость, т. е. общая сумма, которая на текущий момент равноценна ряду будущих платежей." },
2647
+ fv: { name: "бс", detail: "Значение будущей стоимости, то есть желаемого остатка средств после последней выплаты." },
2648
+ type: { name: "тип", detail: "Число 0 или 1, обозначающее срок выплаты." }
2654
2649
  }
2655
2650
  },
2656
2651
  PRICE: {
2657
- description: "Returns the price per $100 face value of a security that pays periodic interest",
2658
- abstract: "Returns the price per $100 face value of a security that pays periodic interest",
2652
+ description: "Возвращает цену за 100 рублей номинальной стоимости ценных бумаг, по которым выплачивается периодический процент",
2653
+ abstract: "Возвращает цену за 100 рублей номинальной стоимости ценных бумаг, по которым выплачивается периодический процент",
2659
2654
  links: [
2660
2655
  {
2661
- title: "Instruction",
2662
- url: "https://support.microsoft.com/en-us/office/price-function-3ea9deac-8dfa-436f-a7c8-17ea02c21b0a"
2656
+ title: "Инструкция",
2657
+ url: "https://support.microsoft.com/ru-ru/office/%D1%86%D0%B5%D0%BD%D0%B0-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%86%D0%B5%D0%BD%D0%B0-3ea9deac-8dfa-436f-a7c8-17ea02c21b0a"
2663
2658
  }
2664
2659
  ],
2665
2660
  functionParameter: {
2666
- settlement: { name: "settlement", detail: "The security's settlement date." },
2667
- maturity: { name: "maturity", detail: "The security's maturity date." },
2668
- rate: { name: "rate", detail: "The security's interest rate." },
2669
- yld: { name: "yld", detail: "The security's annual yield." },
2670
- redemption: { name: "redemption", detail: "The security's redemption value per $100 face value." },
2671
- frequency: { name: "frequency", detail: "The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4." },
2672
- basis: { name: "basis", detail: "The type of day count basis to use." }
2661
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2662
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2663
+ rate: { name: "cтавка", detail: "Процентная ставка для ценных бумаг." },
2664
+ yld: { name: "доход", detail: "Годовой доход по ценным бумагам." },
2665
+ redemption: { name: "погашение", detail: "Выкупная стоимость ценных бумаг на 100 рублей номинальной стоимости." },
2666
+ frequency: { name: "частота", detail: "Количество выплат по купонам за год. Для ежегодных выплат частота равна 1, для полугодовых 2, для ежеквартальных 4." },
2667
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2673
2668
  }
2674
2669
  },
2675
2670
  PRICEDISC: {
2676
- description: "Returns the price per $100 face value of a discounted security",
2677
- abstract: "Returns the price per $100 face value of a discounted security",
2671
+ description: "Возвращает цену за 100 рублей номинальной стоимости ценных бумаг, на которые сделана скидка",
2672
+ abstract: "Возвращает цену за 100 рублей номинальной стоимости ценных бумаг, на которые сделана скидка",
2678
2673
  links: [
2679
2674
  {
2680
- title: "Instruction",
2681
- url: "https://support.microsoft.com/en-us/office/pricedisc-function-d06ad7c1-380e-4be7-9fd9-75e3079acfd3"
2675
+ title: "Инструкция",
2676
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%86%D0%B5%D0%BD%D0%B0%D1%81%D0%BA%D0%B8%D0%B4%D0%BA%D0%B0-d06ad7c1-380e-4be7-9fd9-75e3079acfd3"
2682
2677
  }
2683
2678
  ],
2684
2679
  functionParameter: {
2685
- settlement: { name: "settlement", detail: "The security's settlement date." },
2686
- maturity: { name: "maturity", detail: "The security's maturity date." },
2687
- discount: { name: "discount", detail: "The security's discount rate." },
2688
- redemption: { name: "redemption", detail: "The security's redemption value per $100 face value." },
2689
- basis: { name: "basis", detail: "The type of day count basis to use." }
2680
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2681
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2682
+ discount: { name: "cкидка", detail: "Скидка для ценной бумаги." },
2683
+ redemption: { name: "погашение", detail: "Выкупная стоимость ценных бумаг на 100 рублей номинальной стоимости." },
2684
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2690
2685
  }
2691
2686
  },
2692
2687
  PRICEMAT: {
2693
- description: "Returns the price per $100 face value of a security that pays interest at maturity",
2694
- abstract: "Returns the price per $100 face value of a security that pays interest at maturity",
2688
+ description: "Возвращает цену за 100 рублей номинальной стоимости ценных бумаг, по которым процент выплачивается в срок погашения",
2689
+ abstract: "Возвращает цену за 100 рублей номинальной стоимости ценных бумаг, по которым процент выплачивается в срок погашения",
2695
2690
  links: [
2696
2691
  {
2697
- title: "Instruction",
2698
- url: "https://support.microsoft.com/en-us/office/pricemat-function-52c3b4da-bc7e-476a-989f-a95f675cae77"
2692
+ title: "Инструкция",
2693
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%86%D0%B5%D0%BD%D0%B0%D0%BF%D0%BE%D0%B3%D0%B0%D1%88-52c3b4da-bc7e-476a-989f-a95f675cae77"
2699
2694
  }
2700
2695
  ],
2701
2696
  functionParameter: {
2702
- settlement: { name: "settlement", detail: "The security's settlement date." },
2703
- maturity: { name: "maturity", detail: "The security's maturity date." },
2704
- issue: { name: "issue", detail: "The security's issue date." },
2705
- rate: { name: "rate", detail: "The security's interest rate." },
2706
- yld: { name: "yld", detail: "The security's annual yield." },
2707
- basis: { name: "basis", detail: "The type of day count basis to use." }
2697
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2698
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2699
+ issue: { name: "дата выпуска ", detail: "Дата выпуска ценных бумаг." },
2700
+ rate: { name: "cтавка", detail: "Процентная ставка для ценных бумаг." },
2701
+ yld: { name: "доход", detail: "Годовой доход по ценным бумагам." },
2702
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2708
2703
  }
2709
2704
  },
2710
2705
  PV: {
2711
- description: "Returns the present value of an investment",
2712
- abstract: "Returns the present value of an investment",
2706
+ description: "Возвращающая приведенную стоимость займа или инвестиции на основе постоянной процентной ставки",
2707
+ abstract: "Возвращающая приведенную стоимость займа или инвестиции на основе постоянной процентной ставки",
2713
2708
  links: [
2714
2709
  {
2715
- title: "Instruction",
2716
- url: "https://support.microsoft.com/en-us/office/pv-function-23879d31-0e02-4321-be01-da16e8168cbd"
2710
+ title: "Инструкция",
2711
+ 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%81-23879d31-0e02-4321-be01-da16e8168cbd"
2717
2712
  }
2718
2713
  ],
2719
2714
  functionParameter: {
2720
- rate: { name: "rate", detail: "The interest rate per period." },
2721
- nper: { name: "nper", detail: "The total number of payment periods in an annuity." },
2722
- pmt: { name: "pmt", detail: "The payment made each period; it cannot change over the life of the annuity." },
2723
- fv: { name: "fv", detail: "The future value, or a cash balance you want to attain after the last payment is made." },
2724
- type: { name: "type", detail: "The number 0 or 1 and indicates when payments are due." }
2715
+ rate: { name: "cтавка", detail: "Процентная ставка за период." },
2716
+ nper: { name: "кпер", detail: "Общее количество периодов платежей по аннуитету." },
2717
+ pmt: { name: "плт", detail: "Выплата, производимая в каждый период; это значение не может меняться в течение всего периода выплат." },
2718
+ fv: { name: "бс", detail: "Значение будущей стоимости, то есть желаемого остатка средств после последней выплаты." },
2719
+ type: { name: "тип", detail: "Число 0 или 1, обозначающее срок выплаты." }
2725
2720
  }
2726
2721
  },
2727
2722
  RATE: {
2728
- description: "Returns the interest rate per period of an annuity",
2729
- abstract: "Returns the interest rate per period of an annuity",
2723
+ description: "Возвращает процентную ставку за период аннуитета",
2724
+ abstract: "Возвращает процентную ставку за период аннуитета",
2730
2725
  links: [
2731
2726
  {
2732
- title: "Instruction",
2733
- url: "https://support.microsoft.com/en-us/office/rate-function-9f665657-4a7e-4bb7-a030-83fc59e748ce"
2727
+ title: "Инструкция",
2728
+ 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%D0%B0%D0%B2%D0%BA%D0%B0-9f665657-4a7e-4bb7-a030-83fc59e748ce"
2734
2729
  }
2735
2730
  ],
2736
2731
  functionParameter: {
2737
- nper: { name: "nper", detail: "The total number of payment periods in an annuity." },
2738
- pmt: { name: "pmt", detail: "The payment made each period; it cannot change over the life of the annuity." },
2739
- pv: { name: "pv", detail: "The present value, or the lump-sum amount that a series of future payments is worth right now." },
2740
- fv: { name: "fv", detail: "The future value, or a cash balance you want to attain after the last payment is made." },
2741
- type: { name: "type", detail: "The number 0 or 1 and indicates when payments are due." },
2742
- guess: { name: "guess", detail: "Your guess for what the rate will be." }
2732
+ nper: { name: "кпер", detail: "Общее количество периодов платежей по аннуитету." },
2733
+ pmt: { name: "плт", detail: "Выплата, производимая в каждый период; это значение не может меняться в течение всего периода выплат." },
2734
+ pv: { name: "пс", detail: "Приведенная к текущему моменту стоимость, т. е. общая сумма, которая на текущий момент равноценна ряду будущих платежей." },
2735
+ fv: { name: "бс", detail: "Значение будущей стоимости, то есть желаемого остатка средств после последней выплаты." },
2736
+ type: { name: "тип", detail: "Число 0 или 1, обозначающее срок выплаты." },
2737
+ guess: { name: "догадка", detail: "Величина, предположительно близкая к результату" }
2743
2738
  }
2744
2739
  },
2745
2740
  RECEIVED: {
2746
- description: "Returns the amount received at maturity for a fully invested security",
2747
- abstract: "Returns the amount received at maturity for a fully invested security",
2741
+ description: "Возвращает сумму, полученную к сроку погашения полностью обеспеченных ценных бумаг",
2742
+ abstract: "Возвращает сумму, полученную к сроку погашения полностью обеспеченных ценных бумаг",
2748
2743
  links: [
2749
2744
  {
2750
- title: "Instruction",
2751
- url: "https://support.microsoft.com/en-us/office/received-function-7a3f8b93-6611-4f81-8576-828312c9b5e5"
2745
+ title: "Инструкция",
2746
+ 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%B5%D0%BD%D0%BE-7a3f8b93-6611-4f81-8576-828312c9b5e5"
2752
2747
  }
2753
2748
  ],
2754
2749
  functionParameter: {
2755
- settlement: { name: "settlement", detail: "The security's settlement date." },
2756
- maturity: { name: "maturity", detail: "The security's maturity date." },
2757
- investment: { name: "investment", detail: "The amount invested in the security." },
2758
- discount: { name: "discount", detail: "The security's discount rate." },
2759
- basis: { name: "basis", detail: "The type of day count basis to use." }
2750
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2751
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2752
+ investment: { name: "инвестиция", detail: "Объем инвестиции в ценные бумаги." },
2753
+ discount: { name: "cкидка", detail: "Скидка для ценной бумаги." },
2754
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2760
2755
  }
2761
2756
  },
2762
2757
  RRI: {
2763
- description: "Returns an equivalent interest rate for the growth of an investment",
2764
- abstract: "Returns an equivalent interest rate for the growth of an investment",
2758
+ description: "Возвращает эквивалентную процентную ставку для роста инвестиции",
2759
+ abstract: "Возвращает эквивалентную процентную ставку для роста инвестиции",
2765
2760
  links: [
2766
2761
  {
2767
- title: "Instruction",
2768
- url: "https://support.microsoft.com/en-us/office/rri-function-6f5822d8-7ef1-4233-944c-79e8172930f4"
2762
+ title: "Инструкция",
2763
+ url: "https://support.microsoft.com/ru-ru/office/%D1%8D%D0%BA%D0%B2-%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%8D%D0%BA%D0%B2-%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0-6f5822d8-7ef1-4233-944c-79e8172930f4"
2769
2764
  }
2770
2765
  ],
2771
2766
  functionParameter: {
2772
- nper: { name: "nper", detail: "Nper is the number of periods for the investment." },
2773
- pv: { name: "pv", detail: "Pv is the present value of the investment." },
2774
- fv: { name: "fv", detail: "Fv is the future value of the investment." }
2767
+ nper: { name: "кпер", detail: "Кпер это количество периодов для инвестиций." },
2768
+ pv: { name: "пс", detail: "Пс стоимость инвестиции на текущий момент." },
2769
+ fv: { name: "бс", detail: "Бс стоимость инвестиции в будущем." }
2775
2770
  }
2776
2771
  },
2777
2772
  SLN: {
2778
- description: "Returns the straight-line depreciation of an asset for one period",
2779
- abstract: "Returns the straight-line depreciation of an asset for one period",
2773
+ description: "Возвращает величину амортизации актива за один период, рассчитанную линейным методом",
2774
+ abstract: "Возвращает величину амортизации актива за один период, рассчитанную линейным методом",
2780
2775
  links: [
2781
2776
  {
2782
- title: "Instruction",
2783
- url: "https://support.microsoft.com/en-us/office/sln-function-cdb666e5-c1c6-40a7-806a-e695edc2f1c8"
2777
+ title: "Инструкция",
2778
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B0%D0%BF%D0%BB-cdb666e5-c1c6-40a7-806a-e695edc2f1c8"
2784
2779
  }
2785
2780
  ],
2786
2781
  functionParameter: {
2787
- cost: { name: "cost", detail: "The initial cost of the asset." },
2788
- salvage: { name: "salvage", detail: "The value at the end of the depreciation (sometimes called the salvage value of the asset)." },
2789
- life: { name: "life", detail: "The number of periods over which the asset is depreciated (sometimes called the useful life of the asset)." }
2782
+ cost: { name: "стоимость", detail: "Начальная стоимость актива." },
2783
+ salvage: { name: "остаточная стоимость", detail: "Стоимость в конце периода амортизации (иногда называемая остаточной стоимостью имущества)." },
2784
+ life: { name: "время эксплуатации", detail: "Число периодов амортизации актива (часто называется сроком полезного использования актива)." }
2790
2785
  }
2791
2786
  },
2792
2787
  SYD: {
2793
- description: "Returns the sum-of-years' digits depreciation of an asset for a specified period",
2794
- abstract: "Returns the sum-of-years' digits depreciation of an asset for a specified period",
2788
+ description: "Возвращает величину амортизации актива за данный период, рассчитанную по сумме чисел лет срока полезного использования",
2789
+ abstract: "Возвращает величину амортизации актива за данный период, рассчитанную по сумме чисел лет срока полезного использования",
2795
2790
  links: [
2796
2791
  {
2797
- title: "Instruction",
2798
- url: "https://support.microsoft.com/en-us/office/syd-function-069f8106-b60b-4ca2-98e0-2a0f206bdb27"
2792
+ title: "Инструкция",
2793
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B0%D1%81%D1%87-069f8106-b60b-4ca2-98e0-2a0f206bdb27"
2799
2794
  }
2800
2795
  ],
2801
2796
  functionParameter: {
2802
- cost: { name: "cost", detail: "The initial cost of the asset." },
2803
- salvage: { name: "salvage", detail: "The value at the end of the depreciation (sometimes called the salvage value of the asset)." },
2804
- life: { name: "life", detail: "The number of periods over which the asset is depreciated (sometimes called the useful life of the asset)." },
2805
- per: { name: "per", detail: "The period and must use the same units as life." }
2797
+ cost: { name: "стоимость", detail: "Начальная стоимость актива." },
2798
+ salvage: { name: "остаточная стоимость", detail: "Стоимость в конце периода амортизации (иногда называемая остаточной стоимостью имущества)." },
2799
+ life: { name: "время эксплуатации", detail: "Число периодов амортизации актива (часто называется сроком полезного использования актива)." },
2800
+ per: { name: "период", detail: 'Период, измеряемый в тех же единицах, что и аргумент "срок эксплуатации".' }
2806
2801
  }
2807
2802
  },
2808
2803
  TBILLEQ: {
2809
- description: "Returns the bond-equivalent yield for a Treasury bill",
2810
- abstract: "Returns the bond-equivalent yield for a Treasury bill",
2804
+ description: "Возвращает эквивалентный облигации доход по казначейскому векселю",
2805
+ abstract: "Возвращает эквивалентный облигации доход по казначейскому векселю",
2811
2806
  links: [
2812
2807
  {
2813
- title: "Instruction",
2814
- url: "https://support.microsoft.com/en-us/office/tbilleq-function-2ab72d90-9b4d-4efe-9fc2-0f81f2c19c8c"
2808
+ title: "Инструкция",
2809
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%80%D0%B0%D0%B2%D0%BD%D0%BE%D0%BA%D1%87%D0%B5%D0%BA-2ab72d90-9b4d-4efe-9fc2-0f81f2c19c8c"
2815
2810
  }
2816
2811
  ],
2817
2812
  functionParameter: {
2818
- settlement: { name: "settlement", detail: "The Treasury bill's settlement date." },
2819
- maturity: { name: "maturity", detail: "The Treasury bill's maturity date." },
2820
- discount: { name: "discount", detail: "The Treasury bill's discount rate." }
2813
+ settlement: { name: "дата согл", detail: "Дата расчета за казначейский вексель." },
2814
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения казначейского векселя." },
2815
+ discount: { name: "cкидка", detail: "Скидка для казначейского векселя." }
2821
2816
  }
2822
2817
  },
2823
2818
  TBILLPRICE: {
2824
- description: "Returns the price per $100 face value for a Treasury bill",
2825
- abstract: "Returns the price per $100 face value for a Treasury bill",
2819
+ description: "Возвращает цену на 100 рублей номинальной стоимости для казначейского векселя",
2820
+ abstract: "Возвращает цену на 100 рублей номинальной стоимости для казначейского векселя",
2826
2821
  links: [
2827
2822
  {
2828
- title: "Instruction",
2829
- url: "https://support.microsoft.com/en-us/office/tbillprice-function-eacca992-c29d-425a-9eb8-0513fe6035a2"
2823
+ title: "Инструкция",
2824
+ url: "https://support.microsoft.com/ru-ru/office/%D1%86%D0%B5%D0%BD%D0%B0%D0%BA%D1%87%D0%B5%D0%BA-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%86%D0%B5%D0%BD%D0%B0%D0%BA%D1%87%D0%B5%D0%BA-eacca992-c29d-425a-9eb8-0513fe6035a2"
2830
2825
  }
2831
2826
  ],
2832
2827
  functionParameter: {
2833
- settlement: { name: "settlement", detail: "The Treasury bill's settlement date." },
2834
- maturity: { name: "maturity", detail: "The Treasury bill's maturity date." },
2835
- discount: { name: "discount", detail: "The Treasury bill's discount rate." }
2828
+ settlement: { name: "дата согл", detail: "Дата расчета за казначейский вексель." },
2829
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения казначейского векселя." },
2830
+ discount: { name: "cкидка", detail: "Скидка для казначейского векселя." }
2836
2831
  }
2837
2832
  },
2838
2833
  TBILLYIELD: {
2839
- description: "Returns the yield for a Treasury bill",
2840
- abstract: "Returns the yield for a Treasury bill",
2834
+ description: "Возвращает доходность по казначейскому векселю",
2835
+ abstract: "Возвращает доходность по казначейскому векселю",
2841
2836
  links: [
2842
2837
  {
2843
- title: "Instruction",
2844
- url: "https://support.microsoft.com/en-us/office/tbillyield-function-6d381232-f4b0-4cd5-8e97-45b9c03468ba"
2838
+ title: "Инструкция",
2839
+ 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%BE%D1%85%D0%BE%D0%B4%D0%BA%D1%87%D0%B5%D0%BA-6d381232-f4b0-4cd5-8e97-45b9c03468ba"
2845
2840
  }
2846
2841
  ],
2847
2842
  functionParameter: {
2848
- settlement: { name: "settlement", detail: "The Treasury bill's settlement date." },
2849
- maturity: { name: "maturity", detail: "The Treasury bill's maturity date." },
2850
- pr: { name: "pr", detail: "The Treasury bill's price per $100 face value." }
2843
+ settlement: { name: "дата согл", detail: "Дата расчета за казначейский вексель." },
2844
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения казначейского векселя." },
2845
+ pr: { name: "цена", detail: "Цена казначейского векселя в расчете на 100 рублей номинальной стоимости." }
2851
2846
  }
2852
2847
  },
2853
2848
  VDB: {
2854
- description: "Returns the depreciation of an asset for a specified or partial period by using a declining balance method",
2855
- abstract: "Returns the depreciation of an asset for a specified or partial period by using a declining balance method",
2849
+ description: "Возвращает величину амортизации актива для любого выбранного периода, в том числе для частичных периодов, с использованием метода двойного уменьшения остатка или иного указанного метода",
2850
+ abstract: "Возвращает величину амортизации актива для любого выбранного периода, в том числе для частичных периодов, с использованием метода двойного уменьшения остатка или иного указанного метода",
2856
2851
  links: [
2857
2852
  {
2858
- title: "Instruction",
2859
- url: "https://support.microsoft.com/en-us/office/vdb-function-dde4e207-f3fa-488d-91d2-66d55e861d73"
2853
+ title: "Инструкция",
2854
+ 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%83%D0%BE-dde4e207-f3fa-488d-91d2-66d55e861d73"
2860
2855
  }
2861
2856
  ],
2862
2857
  functionParameter: {
2863
- cost: { name: "cost", detail: "The initial cost of the asset." },
2864
- salvage: { name: "salvage", detail: "The value at the end of the depreciation (sometimes called the salvage value of the asset)." },
2865
- life: { name: "life", detail: "The number of periods over which the asset is being depreciated (sometimes called the useful life of the asset)." },
2866
- startPeriod: { name: "start_period", detail: "The starting period for which you want to calculate the depreciation." },
2867
- endPeriod: { name: "end_period", detail: "The ending period for which you want to calculate the depreciation." },
2868
- factor: { name: "factor", detail: "The rate at which the balance declines. If factor is omitted, it is assumed to be 2 (the double-declining balance method)." },
2869
- noSwitch: { name: "no_switch", detail: "A logical value specifying whether to switch to straight-line depreciation when depreciation is greater than the declining balance calculation." }
2858
+ cost: { name: "стоимость", detail: "Начальная стоимость актива." },
2859
+ salvage: { name: "остаточная стоимость", detail: "Стоимость в конце периода амортизации (иногда называемая остаточной стоимостью имущества)." },
2860
+ life: { name: "время эксплуатации", detail: "Количество периодов, за которые собственность амортизируется (иногда называемое периодом амортизации)." },
2861
+ startPeriod: { name: "нач период", detail: "Начальный период, для которого вычисляется амортизация." },
2862
+ endPeriod: { name: "кон период", detail: "Конечный период, для которого вычисляется амортизация." },
2863
+ factor: { name: "коэффициент", detail: "Коэффициент уменьшения остатка. Если коэффициент опущен, он полагается равным 2 (метод удвоенного процента со снижающегося остатка)." },
2864
+ noSwitch: { name: "no_switch", detail: "Логическое значение, определяющее, следует ли использовать линейную амортизацию в том случае, когда амортизация превышает величину, рассчитанную методом уменьшающегося остатка." }
2870
2865
  }
2871
2866
  },
2872
2867
  XIRR: {
2873
- description: "Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic",
2874
- abstract: "Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic",
2868
+ description: "Возвращает внутреннюю ставку доходности для графика денежных потоков, которые не обязательно носят периодический характер",
2869
+ abstract: "Возвращает внутреннюю ставку доходности для графика денежных потоков, которые не обязательно носят периодический характер",
2875
2870
  links: [
2876
2871
  {
2877
- title: "Instruction",
2878
- url: "https://support.microsoft.com/en-us/office/xirr-function-de1242ec-6477-445b-b11b-a303ad9adc9d"
2872
+ title: "Инструкция",
2873
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%87%D0%B8%D1%81%D1%82%D0%B2%D0%BD%D0%B4%D0%BE%D1%85-de1242ec-6477-445b-b11b-a303ad9adc9d"
2879
2874
  }
2880
2875
  ],
2881
2876
  functionParameter: {
2882
- values: { name: "values", detail: "A series of cash flows that corresponds to a schedule of payments in dates. The first payment is optional and corresponds to a cost or payment that occurs at the beginning of the investment. If the first value is a cost or payment, it must be a negative value. All succeeding payments are discounted based on a 365-day year. The series of values must contain at least one positive and one negative value." },
2883
- dates: { name: "dates", detail: "A schedule of payment dates that corresponds to the cash flow payments. Dates may occur in any order." },
2884
- guess: { name: "guess", detail: "A number that you guess is close to the result of XIRR." }
2877
+ values: { name: "значения", detail: 'Ряд денежных потоков, соответствующий графику платежей, приведенному в аргументе "даты". Первый платеж является необязательным и соответствует затратам или выплате в начале инвестиции. Если первое значение является затратами или выплатой, оно должно быть отрицательным. Все последующие выплаты дисконтируются на основе 365-дневного года. Ряд значений должен содержать по крайней мере одно положительное и одно отрицательное значение.' },
2878
+ dates: { name: "даты", detail: "График дат платежей, который соответствует платежам для денежных потоков. Даты могут встречаться в любом порядке. " },
2879
+ guess: { name: "догадка", detail: "Величина, предположительно близкая к результату." }
2885
2880
  }
2886
2881
  },
2887
2882
  XNPV: {
2888
- description: "Returns the net present value for a schedule of cash flows that is not necessarily periodic",
2889
- abstract: "Returns the net present value for a schedule of cash flows that is not necessarily periodic",
2883
+ description: "Возвращает чистую приведенную стоимость для денежных потоков, которые не обязательно являются периодическими",
2884
+ abstract: "Возвращает чистую приведенную стоимость для денежных потоков, которые не обязательно являются периодическими",
2890
2885
  links: [
2891
2886
  {
2892
- title: "Instruction",
2893
- url: "https://support.microsoft.com/en-us/office/xnpv-function-1b42bbf6-370f-4532-a0eb-d67c16b664b7"
2887
+ title: "Инструкция",
2888
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%87%D0%B8%D1%81%D1%82%D0%BD%D0%B7-1b42bbf6-370f-4532-a0eb-d67c16b664b7"
2894
2889
  }
2895
2890
  ],
2896
2891
  functionParameter: {
2897
- rate: { name: "rate", detail: "The discount rate to apply to the cash flows." },
2898
- values: { name: "values", detail: "A series of cash flows that corresponds to a schedule of payments in dates. The first payment is optional and corresponds to a cost or payment that occurs at the beginning of the investment. If the first value is a cost or payment, it must be a negative value. All succeeding payments are discounted based on a 365-day year. The series of values must contain at least one positive and one negative value." },
2899
- dates: { name: "dates", detail: "A schedule of payment dates that corresponds to the cash flow payments. Dates may occur in any order." }
2892
+ rate: { name: "cтавка", detail: "Ставка дисконтирования, применяемая к денежным потокам." },
2893
+ values: { name: "значения", detail: 'Ряд денежных потоков, соответствующий графику платежей, приведенному в аргументе "даты". Первый платеж является необязательным и соответствует затратам или выплате в начале инвестиции. Если первое значение является затратами или выплатой, оно должно быть отрицательным. Все последующие выплаты дисконтируются на основе 365-дневного года. Ряд значений должен содержать по крайней мере одно положительное и одно отрицательное значение.' },
2894
+ dates: { name: "даты", detail: "График дат платежей, который соответствует платежам для денежных потоков. Даты могут встречаться в любом порядке. " }
2900
2895
  }
2901
2896
  },
2902
2897
  YIELD: {
2903
- description: "Returns the yield on a security that pays periodic interest",
2904
- abstract: "Returns the yield on a security that pays periodic interest",
2898
+ description: "Возвращает доходность ценных бумаг, по которым производятся периодические выплаты процентов",
2899
+ abstract: "Возвращает доходность ценных бумаг, по которым производятся периодические выплаты процентов",
2905
2900
  links: [
2906
2901
  {
2907
- title: "Instruction",
2908
- url: "https://support.microsoft.com/en-us/office/yield-function-f5f5ca43-c4bd-434f-8bd2-ed3c9727a4fe"
2902
+ title: "Инструкция",
2903
+ 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%BE%D1%85%D0%BE%D0%B4-f5f5ca43-c4bd-434f-8bd2-ed3c9727a4fe"
2909
2904
  }
2910
2905
  ],
2911
2906
  functionParameter: {
2912
- settlement: { name: "settlement", detail: "The security's settlement date." },
2913
- maturity: { name: "maturity", detail: "The security's maturity date." },
2914
- rate: { name: "rate", detail: "The security's interest rate." },
2915
- pr: { name: "pr", detail: "The security's price per $100 face value." },
2916
- redemption: { name: "redemption", detail: "The security's redemption value per $100 face value." },
2917
- frequency: { name: "frequency", detail: "The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4." },
2918
- basis: { name: "basis", detail: "The type of day count basis to use." }
2907
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2908
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2909
+ rate: { name: "cтавка", detail: "Процентная ставка для ценных бумаг." },
2910
+ pr: { name: "цена", detail: "Цена ценных бумаг на 100 рублей номинальной стоимости." },
2911
+ redemption: { name: "погашение", detail: "Выкупная стоимость ценных бумаг на 100 рублей номинальной стоимости." },
2912
+ frequency: { name: "частота", detail: "Количество выплат по купонам за год. Для ежегодных выплат частота равна 1, для полугодовых 2, для ежеквартальных 4." },
2913
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2919
2914
  }
2920
2915
  },
2921
2916
  YIELDDISC: {
2922
- description: "Returns the annual yield for a discounted security; for example, a Treasury bill",
2923
- abstract: "Returns the annual yield for a discounted security; for example, a Treasury bill",
2917
+ description: "Возвращает годовую доходность по ценным бумагам, на которые сделана скидка",
2918
+ abstract: "Возвращает годовую доходность по ценным бумагам, на которые сделана скидка",
2924
2919
  links: [
2925
2920
  {
2926
- title: "Instruction",
2927
- url: "https://support.microsoft.com/en-us/office/yielddisc-function-a9dbdbae-7dae-46de-b995-615faffaaed7"
2921
+ title: "Инструкция",
2922
+ 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%BE%D1%85%D0%BE%D0%B4%D1%81%D0%BA%D0%B8%D0%B4%D0%BA%D0%B0-a9dbdbae-7dae-46de-b995-615faffaaed7"
2928
2923
  }
2929
2924
  ],
2930
2925
  functionParameter: {
2931
- settlement: { name: "settlement", detail: "The security's settlement date." },
2932
- maturity: { name: "maturity", detail: "The security's maturity date." },
2933
- pr: { name: "pr", detail: "The security's price per $100 face value." },
2934
- redemption: { name: "redemption", detail: "The security's redemption value per $100 face value." },
2935
- basis: { name: "basis", detail: "The type of day count basis to use." }
2926
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2927
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2928
+ pr: { name: "цена", detail: "Цена ценных бумаг на 100 рублей номинальной стоимости." },
2929
+ redemption: { name: "погашение", detail: "Выкупная стоимость ценных бумаг на 100 рублей номинальной стоимости." },
2930
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2936
2931
  }
2937
2932
  },
2938
2933
  YIELDMAT: {
2939
- description: "Returns the annual yield of a security that pays interest at maturity",
2940
- abstract: "Returns the annual yield of a security that pays interest at maturity",
2934
+ description: "Возвращает годовую доходность ценных бумаг, по которым проценты выплачиваются при наступлении срока погашения",
2935
+ abstract: "Возвращает годовую доходность ценных бумаг, по которым проценты выплачиваются при наступлении срока погашения",
2941
2936
  links: [
2942
2937
  {
2943
- title: "Instruction",
2944
- url: "https://support.microsoft.com/en-us/office/yieldmat-function-ba7d1809-0d33-4bcb-96c7-6c56ec62ef6f"
2938
+ title: "Инструкция",
2939
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B4%D0%BE%D1%85%D0%BE%D0%B4%D0%BF%D0%BE%D0%B3%D0%B0%D1%88-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B4%D0%BE%D1%85%D0%BE%D0%B4%D0%BF%D0%BE%D0%B3%D0%B0%D1%88-ba7d1809-0d33-4bcb-96c7-6c56ec62ef6f"
2945
2940
  }
2946
2941
  ],
2947
2942
  functionParameter: {
2948
- settlement: { name: "settlement", detail: "The security's settlement date." },
2949
- maturity: { name: "maturity", detail: "The security's maturity date." },
2950
- issue: { name: "issue", detail: "The security's issue date." },
2951
- rate: { name: "rate", detail: "The security's interest rate." },
2952
- pr: { name: "pr", detail: "The security's price per $100 face value." },
2953
- basis: { name: "basis", detail: "The type of day count basis to use." }
2943
+ settlement: { name: "дата согл", detail: "Дата расчета за ценные бумаги." },
2944
+ maturity: { name: "дата вступления в силу", detail: "Срок погашения ценных бумаг." },
2945
+ issue: { name: "дата выпуска ", detail: "Дата выпуска ценных бумаг." },
2946
+ rate: { name: "cтавка", detail: "Процентная ставка для ценных бумаг." },
2947
+ pr: { name: "цена", detail: "Цена ценных бумаг на 100 рублей номинальной стоимости." },
2948
+ basis: { name: "базис", detail: "Используемый способ вычисления дня." }
2954
2949
  }
2955
2950
  }
2956
- }, l = c, m = {
2951
+ }, l = {
2957
2952
  CELL: {
2958
2953
  description: "Returns information about the formatting, location, or contents of a cell",
2959
2954
  abstract: "Returns information about the formatting, location, or contents of a cell",
@@ -3282,7 +3277,7 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
3282
3277
  value: { name: "value", detail: "Can be any value, such as a number, text, logical value, and so on." }
3283
3278
  }
3284
3279
  }
3285
- }, f = m, d = {
3280
+ }, m = l, f = {
3286
3281
  AND: {
3287
3282
  description: "Returns TRUE if all of its arguments are TRUE",
3288
3283
  abstract: "Returns TRUE if all of its arguments are TRUE",
@@ -3574,7 +3569,7 @@ If the year portion of the date_text argument is omitted, the DATEVALUE function
3574
3569
  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." }
3575
3570
  }
3576
3571
  }
3577
- }, h = d, p = {
3572
+ }, d = f, b = {
3578
3573
  ADDRESS: {
3579
3574
  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.",
3580
3575
  abstract: "Returns a reference as text to a single cell in a worksheet",
@@ -4203,1159 +4198,1159 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
4203
4198
  -2 - Perform a binary search that relies on lookup_array being sorted in descending order. If not sorted, invalid results will be returned.` }
4204
4199
  }
4205
4200
  }
4206
- }, b = p, y = {
4201
+ }, p = b, h = {
4207
4202
  ABS: {
4208
- description: "Returns the absolute value of a number. The absolute value of a number is the number without its sign.",
4209
- abstract: "Returns the absolute value of a number",
4203
+ description: "Возвращает абсолютную величину числа. Абсолютная величина числа — это число без знака",
4204
+ abstract: "Возвращает абсолютную величину числа. ",
4210
4205
  links: [
4211
4206
  {
4212
- title: "Instruction",
4213
- url: "https://support.microsoft.com/en-us/office/abs-function-3420200f-5628-4e8c-99da-c99d7c87713c"
4207
+ title: "Инструкция",
4208
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-abs-3420200f-5628-4e8c-99da-c99d7c87713c"
4214
4209
  }
4215
4210
  ],
4216
4211
  functionParameter: {
4217
- number: { name: "number", detail: "The real number of which you want the absolute value." }
4212
+ number: { name: "число", detail: "Вещественное число, абсолютное значение которого необходимо найти." }
4218
4213
  }
4219
4214
  },
4220
4215
  ACOS: {
4221
- description: "Returns the arccosine, or inverse cosine, of a number. The arccosine is the angle whose cosine is number. The returned angle is given in radians in the range 0 (zero) to pi.",
4222
- abstract: "Returns the arccosine of a number",
4216
+ description: 'Возвращает арккосинус числа. Арккосинус числа это угол, косинус которого равен числу. Угол определяется в радианах в интервале от 0 до "пи"',
4217
+ abstract: "Возвращает арккосинус числа",
4223
4218
  links: [
4224
4219
  {
4225
- title: "Instruction",
4226
- url: "https://support.microsoft.com/en-us/office/acos-function-cb73173f-d089-4582-afa1-76e5524b5d5b"
4220
+ title: "Инструкция",
4221
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-acos-cb73173f-d089-4582-afa1-76e5524b5d5b"
4227
4222
  }
4228
4223
  ],
4229
4224
  functionParameter: {
4230
- number: { name: "number", detail: "The cosine of the angle you want and must be from -1 to 1." }
4225
+ number: { name: "число", detail: "Косинус искомого угла; значение должно находиться в диапазоне от -1 до 1." }
4231
4226
  }
4232
4227
  },
4233
4228
  ACOSH: {
4234
- description: "Returns the inverse hyperbolic cosine of a number. The number must be greater than or equal to 1. The inverse hyperbolic cosine is the value whose hyperbolic cosine is number, so ACOSH(COSH(number)) equals number.",
4235
- abstract: "Returns the inverse hyperbolic cosine of a number",
4229
+ description: "Возвращает гиперболический арккосинус числа. Число должно быть больше или равно 1. Гиперболический арккосинус числа это значение, гиперболический косинус которого равен числу, следовательно, ACOSH(COSH(число)) равняется числу",
4230
+ abstract: "Возвращает гиперболический арккосинус числа",
4236
4231
  links: [
4237
4232
  {
4238
- title: "Instruction",
4239
- url: "https://support.microsoft.com/en-us/office/acosh-function-e3992cc1-103f-4e72-9f04-624b9ef5ebfe"
4233
+ title: "Инструкция",
4234
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-acosh-e3992cc1-103f-4e72-9f04-624b9ef5ebfe"
4240
4235
  }
4241
4236
  ],
4242
4237
  functionParameter: {
4243
- number: { name: "number", detail: "Any real number equal to or greater than 1." }
4238
+ number: { name: "число", detail: "Любое вещественное число, большее или равное 1." }
4244
4239
  }
4245
4240
  },
4246
4241
  ACOT: {
4247
- description: "Returns the principal value of the arccotangent, or inverse cotangent, of a number.",
4248
- abstract: "Returns the arccotangent of a number",
4242
+ description: "Возвращает главное значение арккотангенса, или обратного котангенса, числа",
4243
+ abstract: "Возвращает главное значение арккотангенса, или обратного котангенса, числа",
4249
4244
  links: [
4250
4245
  {
4251
- title: "Instruction",
4252
- url: "https://support.microsoft.com/en-us/office/acot-function-dc7e5008-fe6b-402e-bdd6-2eea8383d905"
4246
+ title: "Инструкция",
4247
+ url: "https://support.microsoft.com/ru-ru/office/acot-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-acot-dc7e5008-fe6b-402e-bdd6-2eea8383d905"
4253
4248
  }
4254
4249
  ],
4255
4250
  functionParameter: {
4256
4251
  number: {
4257
- name: "number",
4258
- detail: "Number is the cotangent of the angle you want. This must be a real number."
4252
+ name: "число",
4253
+ detail: "Число это котангенс искомого угла. Он должен быть действительным числом."
4259
4254
  }
4260
4255
  }
4261
4256
  },
4262
4257
  ACOTH: {
4263
- description: "Returns the hyperbolic arccotangent of a number",
4264
- abstract: "Returns the hyperbolic arccotangent of a number",
4258
+ description: "Возвращает гиперболический арккотангенс числа",
4259
+ abstract: "Возвращает гиперболический арккотангенс числа",
4265
4260
  links: [
4266
4261
  {
4267
- title: "Instruction",
4268
- url: "https://support.microsoft.com/en-us/office/acoth-function-cc49480f-f684-4171-9fc5-73e4e852300f"
4262
+ title: "Инструкция",
4263
+ url: "https://support.microsoft.com/ru-ru/office/acoth-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-acoth-cc49480f-f684-4171-9fc5-73e4e852300f"
4269
4264
  }
4270
4265
  ],
4271
4266
  functionParameter: {
4272
- number: { name: "number", detail: "The absolute value of Number must be greater than 1." }
4267
+ number: { name: "число", detail: "Абсолютное значение Числа должно быть больше 1." }
4273
4268
  }
4274
4269
  },
4275
4270
  AGGREGATE: {
4276
- description: "Returns an aggregate in a list or database",
4277
- abstract: "Returns an aggregate in a list or database",
4271
+ description: "Возвращает агрегатный результат вычислений по списку или базе данных",
4272
+ abstract: "Возвращает агрегатный результат вычислений по списку или базе данных",
4278
4273
  links: [
4279
4274
  {
4280
- title: "Instruction",
4281
- url: "https://support.microsoft.com/en-us/office/aggregate-function-43b9278e-6aa7-4f17-92b6-e19993fa26df"
4275
+ title: "Инструкция",
4276
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B0%D0%B3%D1%80%D0%B5%D0%B3%D0%B0%D1%82-43b9278e-6aa7-4f17-92b6-e19993fa26df"
4282
4277
  }
4283
4278
  ],
4284
4279
  functionParameter: {
4285
- number1: { name: "number1", detail: "first" },
4286
- number2: { name: "number2", detail: "second" }
4280
+ number1: { name: "число1", detail: "первое" },
4281
+ number2: { name: "числое2", detail: "второе" }
4287
4282
  }
4288
4283
  },
4289
4284
  ARABIC: {
4290
- description: "Converts a Roman number to Arabic, as a number",
4291
- abstract: "Converts a Roman number to Arabic, as a number",
4285
+ description: "Преобразует римское число в арабское",
4286
+ abstract: "Преобразует римское число в арабское",
4292
4287
  links: [
4293
4288
  {
4294
- title: "Instruction",
4295
- url: "https://support.microsoft.com/en-us/office/arabic-function-9a8da418-c17b-4ef9-a657-9370a30a674f"
4289
+ title: "Инструкция",
4290
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B0%D1%80%D0%B0%D0%B1%D1%81%D0%BA%D0%BE%D0%B5-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B0%D1%80%D0%B0%D0%B1%D1%81%D0%BA%D0%BE%D0%B5-9a8da418-c17b-4ef9-a657-9370a30a674f"
4296
4291
  }
4297
4292
  ],
4298
4293
  functionParameter: {
4299
- text: { name: "text", detail: 'A string enclosed in quotation marks, an empty string (""), or a reference to a cell containing text.' }
4294
+ text: { name: "текст", detail: 'Строка, ограниченная кавычками, пустая строка ("") или ссылка на ячейку, содержащую текст.' }
4300
4295
  }
4301
4296
  },
4302
4297
  ASIN: {
4303
- description: "Returns the arcsine of a number.",
4304
- abstract: "Returns the arcsine of a number",
4298
+ description: "Возвращает арксинус числа",
4299
+ abstract: "Возвращает арксинус числа",
4305
4300
  links: [
4306
4301
  {
4307
- title: "Instruction",
4308
- url: "https://support.microsoft.com/en-us/office/asin-function-81fb95e5-6d6f-48c4-bc45-58f955c6d347"
4302
+ title: "Инструкция",
4303
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-asin-81fb95e5-6d6f-48c4-bc45-58f955c6d347"
4309
4304
  }
4310
4305
  ],
4311
4306
  functionParameter: {
4312
- number: { name: "number", detail: "The sine of the angle you want and must be from -1 to 1." }
4307
+ number: { name: "число", detail: "Синус искомого угла; значение должно находиться в диапазоне от -1 до 1." }
4313
4308
  }
4314
4309
  },
4315
4310
  ASINH: {
4316
- description: "Returns the inverse hyperbolic sine of a number.",
4317
- abstract: "Returns the inverse hyperbolic sine of a number",
4311
+ description: "Возвращает гиперболический арксинус числа",
4312
+ abstract: "Возвращает гиперболический арксинус числа",
4318
4313
  links: [
4319
4314
  {
4320
- title: "Instruction",
4321
- url: "https://support.microsoft.com/en-us/office/asinh-function-4e00475a-067a-43cf-926a-765b0249717c"
4315
+ title: "Инструкция",
4316
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-asinh-4e00475a-067a-43cf-926a-765b0249717c"
4322
4317
  }
4323
4318
  ],
4324
4319
  functionParameter: {
4325
- number: { name: "number", detail: "Any real number." }
4320
+ number: { name: "число", detail: "Любое вещественное число." }
4326
4321
  }
4327
4322
  },
4328
4323
  ATAN: {
4329
- description: "Returns the arctangent of a number.",
4330
- abstract: "Returns the arctangent of a number",
4324
+ description: "Возвращает арктангенс числа",
4325
+ abstract: "Возвращает арктангенс числа",
4331
4326
  links: [
4332
4327
  {
4333
- title: "Instruction",
4334
- url: "https://support.microsoft.com/en-us/office/atan-function-50746fa8-630a-406b-81d0-4a2aed395543"
4328
+ title: "Инструкция",
4329
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-atan-50746fa8-630a-406b-81d0-4a2aed395543"
4335
4330
  }
4336
4331
  ],
4337
4332
  functionParameter: {
4338
- number: { name: "number", detail: "The tangent of the angle you want." }
4333
+ number: { name: "число", detail: "Тангенс искомого угла." }
4339
4334
  }
4340
4335
  },
4341
4336
  ATAN2: {
4342
- description: "Returns the arctangent from x- and y-coordinates.",
4343
- abstract: "Returns the arctangent from x- and y-coordinates",
4337
+ description: "Возвращает арктангенс для заданных координат x и y",
4338
+ abstract: "Возвращает арктангенс для заданных координат x и y",
4344
4339
  links: [
4345
4340
  {
4346
- title: "Instruction",
4347
- url: "https://support.microsoft.com/en-us/office/atan2-function-c04592ab-b9e3-4908-b428-c96b3a565033"
4341
+ title: "Инструкция",
4342
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-atan2-c04592ab-b9e3-4908-b428-c96b3a565033"
4348
4343
  }
4349
4344
  ],
4350
4345
  functionParameter: {
4351
- xNum: { name: "x_num", detail: "The x-coordinate of the point." },
4352
- yNum: { name: "y_num", detail: "The y-coordinate of the point." }
4346
+ xNum: { name: "x", detail: "X-координата точки." },
4347
+ yNum: { name: "y", detail: "Y-координата точки." }
4353
4348
  }
4354
4349
  },
4355
4350
  ATANH: {
4356
- description: "Returns the inverse hyperbolic tangent of a number.",
4357
- abstract: "Returns the inverse hyperbolic tangent of a number",
4351
+ description: "Возвращает гиперболический арктангенс числа",
4352
+ abstract: "Возвращает гиперболический арктангенс числа",
4358
4353
  links: [
4359
4354
  {
4360
- title: "Instruction",
4361
- url: "https://support.microsoft.com/en-us/office/atanh-function-3cd65768-0de7-4f1d-b312-d01c8c930d90"
4355
+ title: "Инструкция",
4356
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-atanh-3cd65768-0de7-4f1d-b312-d01c8c930d90"
4362
4357
  }
4363
4358
  ],
4364
4359
  functionParameter: {
4365
- number: { name: "number", detail: "Any real number between 1 and -1." }
4360
+ number: { name: "число", detail: "Любое вещественное число в интервале от -1 до 1." }
4366
4361
  }
4367
4362
  },
4368
4363
  BASE: {
4369
- description: "Converts a number into a text representation with the given radix (base)",
4370
- abstract: "Converts a number into a text representation with the given radix (base)",
4364
+ description: "Преобразует число в текстовое представление с указанным основанием системы счисления",
4365
+ abstract: "Преобразует число в текстовое представление с указанным основанием системы счисления",
4371
4366
  links: [
4372
4367
  {
4373
- title: "Instruction",
4374
- url: "https://support.microsoft.com/en-us/office/base-function-2ef61411-aee9-4f29-a811-1c42456c6342"
4368
+ title: "Инструкция",
4369
+ url: "https://support.microsoft.com/ru-ru/office/%D0%BE%D1%81%D0%BD%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BE%D1%81%D0%BD%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5-2ef61411-aee9-4f29-a811-1c42456c6342"
4375
4370
  }
4376
4371
  ],
4377
4372
  functionParameter: {
4378
- number: { name: "number", detail: "The number that you want to convert. Must be an integer greater than or equal to 0 and less than 2^53." },
4379
- radix: { name: "radix", detail: "The base radix that you want to convert the number into. Must be an integer greater than or equal to 2 and less than or equal to 36." },
4380
- minLength: { name: "min_length", detail: "The minimum length of the returned string. Must be an integer greater than or equal to 0." }
4373
+ number: { name: "число", detail: "Число, которое нужно преобразовать. Должен быть целым числом, большим или равным 0, но меньшим 2^53." },
4374
+ radix: { name: "основание", detail: "Основание системы счисления, в которую нужно преобразовать число. Должен быть целым числом, большим или равным 2, но меньшим 36." },
4375
+ minLength: { name: "минимальная длина.", detail: "Минимальная длина возвращаемой строки. Должен быть целым числом, меньшим или равным 0." }
4381
4376
  }
4382
4377
  },
4383
4378
  CEILING: {
4384
- description: "Rounds a number to the nearest integer or to the nearest multiple of significance",
4385
- abstract: "Rounds a number to the nearest integer or to the nearest multiple of significance",
4379
+ description: "Возвращает результат округления с избытком до ближайшего числа, кратного значению точности",
4380
+ abstract: "Возвращает результат округления с избытком до ближайшего числа, кратного значению точности",
4386
4381
  links: [
4387
4382
  {
4388
- title: "Instruction",
4389
- url: "https://support.microsoft.com/en-us/office/ceiling-function-0a5cd7c8-0720-4f0a-bd2c-c943e510899f"
4383
+ title: "Инструкция",
4384
+ 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%BA%D1%80%D0%B2%D0%B2%D0%B5%D1%80%D1%85-0a5cd7c8-0720-4f0a-bd2c-c943e510899f"
4390
4385
  }
4391
4386
  ],
4392
4387
  functionParameter: {
4393
- number: { name: "number", detail: "The value you want to round." },
4394
- significance: { name: "significance", detail: "The multiple to which you want to round." }
4388
+ number: { name: "число", detail: "Округляемое значение." },
4389
+ significance: { name: "точность", detail: "Кратное, до которого требуется округлить значение." }
4395
4390
  }
4396
4391
  },
4397
4392
  CEILING_MATH: {
4398
- description: "Rounds a number up, to the nearest integer or to the nearest multiple of significance",
4399
- abstract: "Rounds a number up, to the nearest integer or to the nearest multiple of significance",
4393
+ description: "Округляет число до ближайшего целого числа или, при необходимости, до ближайшего кратного значения",
4394
+ abstract: "Округляет число до ближайшего целого числа или, при необходимости, до ближайшего кратного значения",
4400
4395
  links: [
4401
4396
  {
4402
- title: "Instruction",
4403
- url: "https://support.microsoft.com/en-us/office/ceiling-math-function-80f95d2f-b499-4eee-9f16-f795a8e306c8"
4397
+ title: "Инструкция",
4398
+ url: "https://support.microsoft.com/ru-ru/office/%D0%BE%D0%BA%D1%80%D0%B2%D0%B2%D0%B5%D1%80%D1%85-%D0%BC%D0%B0%D1%82-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BE%D0%BA%D1%80%D0%B2%D0%B2%D0%B5%D1%80%D1%85-%D0%BC%D0%B0%D1%82-80f95d2f-b499-4eee-9f16-f795a8e306c8"
4404
4399
  }
4405
4400
  ],
4406
4401
  functionParameter: {
4407
- number: { name: "number", detail: "The value you want to round." },
4408
- significance: { name: "significance", detail: "The multiple to which you want to round." },
4409
- mode: { name: "mode", detail: "For negative numbers, controls whether Number is rounded toward or away from zero." }
4402
+ number: { name: "число", detail: "Округляемое значение." },
4403
+ significance: { name: "точность", detail: "Кратное, до которого требуется округлить значение." },
4404
+ mode: { name: "режим", detail: "Определяет, округляются ли отрицательные числа к нулю или от них. " }
4410
4405
  }
4411
4406
  },
4412
4407
  CEILING_PRECISE: {
4413
- description: "Rounds a number the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up.",
4414
- abstract: "Rounds a number the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up.",
4408
+ description: "Округляет число вверх до ближайшего целого или до ближайшего кратного указанному значению. Число округляется до большего значения вне зависимости от его знака",
4409
+ abstract: "Округляет число вверх до ближайшего целого или до ближайшего кратного указанному значению. Число округляется до большего значения вне зависимости от его знака",
4415
4410
  links: [
4416
4411
  {
4417
- title: "Instruction",
4418
- url: "https://support.microsoft.com/en-us/office/ceiling-precise-function-f366a774-527a-4c92-ba49-af0a196e66cb"
4412
+ title: "Инструкция",
4413
+ 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%BA%D1%80%D0%B2%D0%B2%D0%B5%D1%80%D1%85-%D1%82%D0%BE%D1%87%D0%BD-f366a774-527a-4c92-ba49-af0a196e66cb"
4419
4414
  }
4420
4415
  ],
4421
4416
  functionParameter: {
4422
- number: { name: "number", detail: "The value you want to round." },
4423
- significance: { name: "significance", detail: "The multiple to which you want to round." }
4417
+ number: { name: "число", detail: "Округляемое значение." },
4418
+ significance: { name: "точность", detail: "Кратное, до которого требуется округлить значение." }
4424
4419
  }
4425
4420
  },
4426
4421
  COMBIN: {
4427
- description: "Returns the number of combinations for a given number of objects",
4428
- abstract: "Returns the number of combinations for a given number of objects",
4422
+ description: "Возвращает количество комбинаций для заданного числа элементов",
4423
+ abstract: "Возвращает количество комбинаций для заданного числа элементов",
4429
4424
  links: [
4430
4425
  {
4431
- title: "Instruction",
4432
- url: "https://support.microsoft.com/en-us/office/combin-function-12a3f276-0a21-423a-8de6-06990aaf638a"
4426
+ title: "Инструкция",
4427
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%87%D0%B8%D1%81%D0%BB%D0%BA%D0%BE%D0%BC%D0%B1-12a3f276-0a21-423a-8de6-06990aaf638a"
4433
4428
  }
4434
4429
  ],
4435
4430
  functionParameter: {
4436
- number: { name: "number", detail: "The number of items." },
4437
- numberChosen: { name: "number_chosen", detail: "The number of items in each combination." }
4431
+ number: { name: "число", detail: "Количество элементов." },
4432
+ numberChosen: { name: "число выбранных", detail: "Количество элементов в каждой комбинации." }
4438
4433
  }
4439
4434
  },
4440
4435
  COMBINA: {
4441
- description: "Returns the number of combinations with repetitions for a given number of items",
4442
- abstract: "Returns the number of combinations with repetitions for a given number of items",
4436
+ description: "Возвращает количество комбинаций повторениями) для заданного числа элементов",
4437
+ abstract: "Возвращает количество комбинаций повторениями) для заданного числа элементов",
4443
4438
  links: [
4444
4439
  {
4445
- title: "Instruction",
4446
- url: "https://support.microsoft.com/en-us/office/combina-function-efb49eaa-4f4c-4cd2-8179-0ddfcf9d035d"
4440
+ title: "Инструкция",
4441
+ url: "https://support.microsoft.com/ru-ru/office/%D1%87%D0%B8%D1%81%D0%BB%D0%BA%D0%BE%D0%BC%D0%B1%D0%B0-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%87%D0%B8%D1%81%D0%BB%D0%BA%D0%BE%D0%BC%D0%B1%D0%B0-efb49eaa-4f4c-4cd2-8179-0ddfcf9d035d"
4447
4442
  }
4448
4443
  ],
4449
4444
  functionParameter: {
4450
- number: { name: "number", detail: "The number of items." },
4451
- numberChosen: { name: "number_chosen", detail: "The number of items in each combination." }
4445
+ number: { name: "число", detail: "Количество элементов." },
4446
+ numberChosen: { name: "число выбранных", detail: "Количество элементов в каждой комбинации." }
4452
4447
  }
4453
4448
  },
4454
4449
  COS: {
4455
- description: "Returns the cosine of a number.",
4456
- abstract: "Returns the cosine of a number",
4450
+ description: "Возвращает косинус заданного угла",
4451
+ abstract: "Возвращает косинус заданного угла",
4457
4452
  links: [
4458
4453
  {
4459
- title: "Instruction",
4460
- url: "https://support.microsoft.com/en-us/office/cos-function-0fb808a5-95d6-4553-8148-22aebdce5f05"
4454
+ title: "Инструкция",
4455
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-cos-0fb808a5-95d6-4553-8148-22aebdce5f05"
4461
4456
  }
4462
4457
  ],
4463
4458
  functionParameter: {
4464
- number: { name: "number", detail: "The angle in radians for which you want the cosine." }
4459
+ number: { name: "число", detail: " Угол в радианах, для которого определяется косинус." }
4465
4460
  }
4466
4461
  },
4467
4462
  COSH: {
4468
- description: "Returns the hyperbolic cosine of a number",
4469
- abstract: "Returns the hyperbolic cosine of a number",
4463
+ description: "Возвращает гиперболический косинус числа",
4464
+ abstract: "Возвращает гиперболический косинус числа",
4470
4465
  links: [
4471
4466
  {
4472
- title: "Instruction",
4473
- url: "https://support.microsoft.com/en-us/office/cosh-function-e460d426-c471-43e8-9540-a57ff3b70555"
4467
+ title: "Инструкция",
4468
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-cosh-e460d426-c471-43e8-9540-a57ff3b70555"
4474
4469
  }
4475
4470
  ],
4476
4471
  functionParameter: {
4477
- number: { name: "number", detail: "Any real number for which you want to find the hyperbolic cosine." }
4472
+ number: { name: "число", detail: "Любое вещественное число, для которого требуется найти гиперболический косинус." }
4478
4473
  }
4479
4474
  },
4480
4475
  COT: {
4481
- description: "Returns the cotangent of an angle",
4482
- abstract: "Returns the cotangent of an angle",
4476
+ description: "Возвращает значение котангенса заданного угла в радианах",
4477
+ abstract: "Возвращает значение котангенса заданного угла в радианах",
4483
4478
  links: [
4484
4479
  {
4485
- title: "Instruction",
4486
- url: "https://support.microsoft.com/en-us/office/cot-function-c446f34d-6fe4-40dc-84f8-cf59e5f5e31a"
4480
+ title: "Инструкция",
4481
+ url: "https://support.microsoft.com/ru-ru/office/cot-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-cot-c446f34d-6fe4-40dc-84f8-cf59e5f5e31a"
4487
4482
  }
4488
4483
  ],
4489
4484
  functionParameter: {
4490
- number: { name: "number", detail: "The angle in radians for which you want the cotangent." }
4485
+ number: { name: "число", detail: "Угол в радианах, для которого определяется котангенс." }
4491
4486
  }
4492
4487
  },
4493
4488
  COTH: {
4494
- description: "Returns the hyperbolic cotangent of a number",
4495
- abstract: "Returns the hyperbolic cotangent of a number",
4489
+ description: "Возвращает гиперболический котангенс гиперболического угла",
4490
+ abstract: "Возвращает гиперболический котангенс гиперболического угла",
4496
4491
  links: [
4497
4492
  {
4498
- title: "Instruction",
4499
- url: "https://support.microsoft.com/en-us/office/coth-function-2e0b4cb6-0ba0-403e-aed4-deaa71b49df5"
4493
+ title: "Инструкция",
4494
+ url: "https://support.microsoft.com/ru-ru/office/coth-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-coth-2e0b4cb6-0ba0-403e-aed4-deaa71b49df5"
4500
4495
  }
4501
4496
  ],
4502
4497
  functionParameter: {
4503
- number: { name: "number", detail: "Any real number for which you want to find the hyperbolic cotangent." }
4498
+ number: { name: "число", detail: "Любое вещественные число, для которого вы хотите найти гиперболический котангенс." }
4504
4499
  }
4505
4500
  },
4506
4501
  CSC: {
4507
- description: "Returns the cosecant of an angle",
4508
- abstract: "Returns the cosecant of an angle",
4502
+ description: "Возвращает значение косеканса заданного угла в радианах",
4503
+ abstract: "Возвращает значение косеканса заданного угла в радианах",
4509
4504
  links: [
4510
4505
  {
4511
- title: "Instruction",
4512
- url: "https://support.microsoft.com/en-us/office/csc-function-07379361-219a-4398-8675-07ddc4f135c1"
4506
+ title: "Инструкция",
4507
+ url: "https://support.microsoft.com/ru-ru/office/csc-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-csc-07379361-219a-4398-8675-07ddc4f135c1"
4513
4508
  }
4514
4509
  ],
4515
4510
  functionParameter: {
4516
- number: { name: "number", detail: "The angle in radians for which you want the cosecant." }
4511
+ number: { name: "число", detail: "Угол в радианах, для которого требуется вычислить косеканс" }
4517
4512
  }
4518
4513
  },
4519
4514
  CSCH: {
4520
- description: "Returns the hyperbolic cosecant of an angle",
4521
- abstract: "Returns the hyperbolic cosecant of an angle",
4515
+ description: "Возвращает значение гиперболического косеканса заданного угла в радианах",
4516
+ abstract: "Возвращает значение гиперболического косеканса заданного угла в радианах",
4522
4517
  links: [
4523
4518
  {
4524
- title: "Instruction",
4525
- url: "https://support.microsoft.com/en-us/office/csch-function-f58f2c22-eb75-4dd6-84f4-a503527f8eeb"
4519
+ title: "Инструкция",
4520
+ url: "https://support.microsoft.com/ru-ru/office/csch-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-csch-f58f2c22-eb75-4dd6-84f4-a503527f8eeb"
4526
4521
  }
4527
4522
  ],
4528
4523
  functionParameter: {
4529
- number: { name: "number", detail: "The angle in radians for which you want the hyperbolic cosecant." }
4524
+ number: { name: "число", detail: "Угол в радианах, для которого требуется найти гиперболический косеканс." }
4530
4525
  }
4531
4526
  },
4532
4527
  DECIMAL: {
4533
- description: "Converts a text representation of a number in a given base into a decimal number",
4534
- abstract: "Converts a text representation of a number in a given base into a decimal number",
4528
+ description: "Преобразует текстовое представление числа с указанным основанием в десятичное число",
4529
+ abstract: "Преобразует текстовое представление числа с указанным основанием в десятичное число",
4535
4530
  links: [
4536
4531
  {
4537
- title: "Instruction",
4538
- url: "https://support.microsoft.com/en-us/office/decimal-function-ee554665-6176-46ef-82de-0a283658da2e"
4532
+ title: "Инструкция",
4533
+ url: "https://support.microsoft.com/ru-ru/office/%D0%B4%D0%B5%D1%81-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B4%D0%B5%D1%81-ee554665-6176-46ef-82de-0a283658da2e"
4539
4534
  }
4540
4535
  ],
4541
4536
  functionParameter: {
4542
- text: { name: "text", detail: "The string length of Text must be less than or equal to 255 characters." },
4543
- radix: { name: "radix", detail: "The base radix that you want to convert the number into. Must be an integer greater than or equal to 2 and less than or equal to 36." }
4537
+ text: { name: "текст", detail: "Длина строки текста должна быть меньше или равна 255 символам." },
4538
+ radix: { name: "основание", detail: "Основание системы счисления, в которую нужно преобразовать число. Должен быть целым числом, большим или равным 2, но меньшим 36." }
4544
4539
  }
4545
4540
  },
4546
4541
  DEGREES: {
4547
- description: "Converts radians to degrees",
4548
- abstract: "Converts radians to degrees",
4542
+ description: "Преобразует радианы в градусы",
4543
+ abstract: "Преобразует радианы в градусы",
4549
4544
  links: [
4550
4545
  {
4551
- title: "Instruction",
4552
- url: "https://support.microsoft.com/en-us/office/degrees-function-4d6ec4db-e694-4b94-ace0-1cc3f61f9ba1"
4546
+ title: "Инструкция",
4547
+ 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%80%D0%B0%D0%B4%D1%83%D1%81%D1%8B-4d6ec4db-e694-4b94-ace0-1cc3f61f9ba1"
4553
4548
  }
4554
4549
  ],
4555
4550
  functionParameter: {
4556
- angle: { name: "angle", detail: "The angle in radians that you want to convert." }
4551
+ angle: { name: "угол", detail: "Угол в радианах, который необходимо преобразовать в градусы." }
4557
4552
  }
4558
4553
  },
4559
4554
  EVEN: {
4560
- description: "Rounds a number up to the nearest even integer",
4561
- abstract: "Rounds a number up to the nearest even integer",
4555
+ description: "Возвращает число, округленное до ближайшего четного целого",
4556
+ abstract: "Возвращает число, округленное до ближайшего четного целого.",
4562
4557
  links: [
4563
4558
  {
4564
- title: "Instruction",
4565
- url: "https://support.microsoft.com/en-us/office/even-function-197b5f06-c795-4c1e-8696-3c3b8a646cf9"
4559
+ title: "Инструкция",
4560
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%87%D1%91%D1%82%D0%BD-197b5f06-c795-4c1e-8696-3c3b8a646cf9"
4566
4561
  }
4567
4562
  ],
4568
4563
  functionParameter: {
4569
- number: { name: "number", detail: "The value to round." }
4564
+ number: { name: "число", detail: "Округляемое значение." }
4570
4565
  }
4571
4566
  },
4572
4567
  EXP: {
4573
- description: "Returns e raised to the power of a given number",
4574
- abstract: "Returns e raised to the power of a given number",
4568
+ description: "Возвращает число e, возведенное в указанную степень",
4569
+ abstract: "Возвращает число e, возведенное в указанную степень",
4575
4570
  links: [
4576
4571
  {
4577
- title: "Instruction",
4578
- url: "https://support.microsoft.com/en-us/office/exp-function-c578f034-2c45-4c37-bc8c-329660a63abe"
4572
+ title: "Инструкция",
4573
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-exp-c578f034-2c45-4c37-bc8c-329660a63abe"
4579
4574
  }
4580
4575
  ],
4581
4576
  functionParameter: {
4582
- number: { name: "number", detail: "The exponent applied to the base e." }
4577
+ number: { name: "число", detail: "Показатель степени, в которую возводится основание e." }
4583
4578
  }
4584
4579
  },
4585
4580
  FACT: {
4586
- description: "Returns the factorial of a number",
4587
- abstract: "Returns the factorial of a number",
4581
+ description: "Возвращает факториал числа",
4582
+ abstract: "Возвращает факториал числа",
4588
4583
  links: [
4589
4584
  {
4590
- title: "Instruction",
4591
- url: "https://support.microsoft.com/en-us/office/fact-function-ca8588c2-15f2-41c0-8e8c-c11bd471a4f3"
4585
+ title: "Инструкция",
4586
+ 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%B0%D0%BA%D1%82%D1%80-ca8588c2-15f2-41c0-8e8c-c11bd471a4f3"
4592
4587
  }
4593
4588
  ],
4594
4589
  functionParameter: {
4595
- number: { name: "number", detail: "The nonnegative number for which you want the factorial. If number is not an integer, it is truncated." }
4590
+ number: { name: "число", detail: "Неотрицательное число, для которого вычисляется факториал. Если число не является целым, оно усекается." }
4596
4591
  }
4597
4592
  },
4598
4593
  FACTDOUBLE: {
4599
- description: "Returns the double factorial of a number",
4600
- abstract: "Returns the double factorial of a number",
4594
+ description: "Возвращает двойной факториал числа",
4595
+ abstract: "Возвращает двойной факториал числа",
4601
4596
  links: [
4602
4597
  {
4603
- title: "Instruction",
4604
- url: "https://support.microsoft.com/en-us/office/factdouble-function-e67697ac-d214-48eb-b7b7-cce2589ecac8"
4598
+ title: "Инструкция",
4599
+ 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%84%D0%B0%D0%BA%D1%82%D1%80-e67697ac-d214-48eb-b7b7-cce2589ecac8"
4605
4600
  }
4606
4601
  ],
4607
4602
  functionParameter: {
4608
- number: { name: "number", detail: "The nonnegative number for which you want the double factorial. If number is not an integer, it is truncated." }
4603
+ number: { name: "число", detail: "Значение, для которого вычисляется двойной факториал. Если число не является целым, оно усекается." }
4609
4604
  }
4610
4605
  },
4611
4606
  FLOOR: {
4612
- description: "Rounds a number down, toward zero",
4613
- abstract: "Rounds a number down, toward zero",
4607
+ description: "Округляет указанное число до ближайшего указанного кратного значения",
4608
+ abstract: "Округляет указанное число до ближайшего указанного кратного значения",
4614
4609
  links: [
4615
4610
  {
4616
- title: "Instruction",
4617
- url: "https://support.microsoft.com/en-us/office/floor-function-14bb497c-24f2-4e04-b327-b0b4de5a8886"
4611
+ title: "Инструкция",
4612
+ 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%BA%D1%80%D0%B2%D0%BD%D0%B8%D0%B7-14bb497c-24f2-4e04-b327-b0b4de5a8886"
4618
4613
  }
4619
4614
  ],
4620
4615
  functionParameter: {
4621
- number: { name: "number", detail: "The value you want to round." },
4622
- significance: { name: "significance", detail: "The multiple to which you want to round." }
4616
+ number: { name: "число", detail: "Округляемое значение." },
4617
+ significance: { name: "точность", detail: "Кратное, до которого требуется округлить значение." }
4623
4618
  }
4624
4619
  },
4625
4620
  FLOOR_MATH: {
4626
- description: "Rounds a number down, to the nearest integer or to the nearest multiple of significance",
4627
- abstract: "Rounds a number down, to the nearest integer or to the nearest multiple of significance",
4621
+ description: "Округляет число в меньшую сторону до ближайшего целого или до ближайшего кратного указанному значению",
4622
+ abstract: "Округляет число в меньшую сторону до ближайшего целого или до ближайшего кратного указанному значению",
4628
4623
  links: [
4629
4624
  {
4630
- title: "Instruction",
4631
- url: "https://support.microsoft.com/en-us/office/floor-math-function-c302b599-fbdb-4177-ba19-2c2b1249a2f5"
4625
+ title: "Инструкция",
4626
+ url: "https://support.microsoft.com/ru-ru/office/%D0%BE%D0%BA%D1%80%D0%B2%D0%BD%D0%B8%D0%B7-%D0%BC%D0%B0%D1%82-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BE%D0%BA%D1%80%D0%B2%D0%BD%D0%B8%D0%B7-%D0%BC%D0%B0%D1%82-c302b599-fbdb-4177-ba19-2c2b1249a2f5"
4632
4627
  }
4633
4628
  ],
4634
4629
  functionParameter: {
4635
- number: { name: "number", detail: "The value you want to round." },
4636
- significance: { name: "significance", detail: "The multiple to which you want to round." },
4637
- mode: { name: "mode", detail: "For negative numbers, controls whether Number is rounded toward or away from zero." }
4630
+ number: { name: "число", detail: "Округляемое значение." },
4631
+ significance: { name: "точность", detail: "Кратное, до которого требуется округлить значение." },
4632
+ mode: { name: "режим", detail: "Определяет, округляются ли отрицательные числа к нулю или от них. " }
4638
4633
  }
4639
4634
  },
4640
4635
  FLOOR_PRECISE: {
4641
- description: "Rounds a number down to the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded down.",
4642
- abstract: "Rounds a number down to the nearest integer or to the nearest multiple of significance.",
4636
+ description: "Возвращает число, округленное с недостатком до ближайшего целого или до ближайшего кратного разрядности. Число округляется с недостатком независимо от знака",
4637
+ abstract: "Возвращает число, округленное с недостатком до ближайшего целого или до ближайшего кратного разрядности.",
4643
4638
  links: [
4644
4639
  {
4645
- title: "Instruction",
4646
- url: "https://support.microsoft.com/en-us/office/floor-precise-function-f769b468-1452-4617-8dc3-02f842a0702e"
4640
+ title: "Инструкция",
4641
+ 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%BA%D1%80%D0%B2%D0%BD%D0%B8%D0%B7-%D1%82%D0%BE%D1%87%D0%BD-f769b468-1452-4617-8dc3-02f842a0702e"
4647
4642
  }
4648
4643
  ],
4649
4644
  functionParameter: {
4650
- number: { name: "number", detail: "The value you want to round." },
4651
- significance: { name: "significance", detail: "The multiple to which you want to round." }
4645
+ number: { name: "число", detail: "Округляемое значение." },
4646
+ significance: { name: "точность", detail: "Кратное, до которого требуется округлить значение." }
4652
4647
  }
4653
4648
  },
4654
4649
  GCD: {
4655
- description: "Returns the greatest common divisor",
4656
- abstract: "Returns the greatest common divisor",
4650
+ description: "Возвращает наибольший общий делитель двух или более целых чисел",
4651
+ abstract: "Возвращает наибольший общий делитель двух или более целых чисел",
4657
4652
  links: [
4658
4653
  {
4659
- title: "Instruction",
4660
- url: "https://support.microsoft.com/en-us/office/gcd-function-d5107a51-69e3-461f-8e4c-ddfc21b5073a"
4654
+ title: "Инструкция",
4655
+ 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%BE%D0%B4-d5107a51-69e3-461f-8e4c-ddfc21b5073a"
4661
4656
  }
4662
4657
  ],
4663
4658
  functionParameter: {
4664
- number1: { name: "number1", detail: "To find the first number of the greatest common divisor, you can also use a single array or a reference to an array instead of the comma-separated parameters." },
4665
- number2: { name: "number2", detail: "The second number whose greatest common divisor is to be found. Up to 255 numbers can be specified in this way." }
4659
+ number1: { name: "число1", detail: "Чтобы найти первое число наибольшего общего делителя, вы также можете использовать один массив или ссылку на массив вместо параметров, разделенных запятыми." },
4660
+ number2: { name: "число2", detail: "Второе число, наибольший общий делитель которого требуется найти. Таким образом можно указать до 255 чисел." }
4666
4661
  }
4667
4662
  },
4668
4663
  INT: {
4669
- description: "Rounds a number down to the nearest integer",
4670
- abstract: "Rounds a number down to the nearest integer",
4664
+ description: "Округляет число до ближайшего меньшего целого",
4665
+ abstract: "Округляет число до ближайшего меньшего целого",
4671
4666
  links: [
4672
4667
  {
4673
- title: "Instruction",
4674
- url: "https://support.microsoft.com/en-us/office/int-function-a6c4af9e-356d-4369-ab6a-cb1fd9d343ef"
4668
+ title: "Инструкция",
4669
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%86%D0%B5%D0%BB%D0%BE%D0%B5-a6c4af9e-356d-4369-ab6a-cb1fd9d343ef"
4675
4670
  }
4676
4671
  ],
4677
4672
  functionParameter: {
4678
- number: { name: "number", detail: "The real number you want to round down to an integer." }
4673
+ number: { name: "число", detail: "Вещественное число, округляемое до ближайшего меньшего целого." }
4679
4674
  }
4680
4675
  },
4681
4676
  ISO_CEILING: {
4682
- description: "Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance",
4683
- abstract: "Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance",
4677
+ description: "Округляет число вверх до ближайшего целого или до ближайшего кратного указанному значению",
4678
+ abstract: "Округляет число вверх до ближайшего целого или до ближайшего кратного указанному значению",
4684
4679
  links: [
4685
4680
  {
4686
- title: "Instruction",
4687
- url: "https://support.microsoft.com/en-us/office/iso-ceiling-function-e587bb73-6cc2-4113-b664-ff5b09859a83"
4681
+ title: "Инструкция",
4682
+ url: "https://support.microsoft.com/ru-ru/office/iso-%D0%BE%D0%BA%D1%80%D0%B2%D0%B2%D0%B5%D1%80%D1%85-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-iso-%D0%BE%D0%BA%D1%80%D0%B2%D0%B2%D0%B5%D1%80%D1%85-e587bb73-6cc2-4113-b664-ff5b09859a83"
4688
4683
  }
4689
4684
  ],
4690
4685
  functionParameter: {
4691
- number1: { name: "number1", detail: "first" },
4692
- number2: { name: "number2", detail: "second" }
4686
+ number1: { name: "число1", detail: "первое" },
4687
+ number2: { name: "число2", detail: "второе" }
4693
4688
  }
4694
4689
  },
4695
4690
  LCM: {
4696
- description: "Returns the least common multiple",
4697
- abstract: "Returns the least common multiple",
4691
+ description: "Возвращает наименьшее общее кратное целых чисел",
4692
+ abstract: "Возвращает наименьшее общее кратное целых чисел",
4698
4693
  links: [
4699
4694
  {
4700
- title: "Instruction",
4701
- url: "https://support.microsoft.com/en-us/office/lcm-function-7152b67a-8bb5-4075-ae5c-06ede5563c94"
4695
+ title: "Инструкция",
4696
+ 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%BE%D0%BA-7152b67a-8bb5-4075-ae5c-06ede5563c94"
4702
4697
  }
4703
4698
  ],
4704
4699
  functionParameter: {
4705
- number1: { name: "number1", detail: "To find the first number of the least common multiple, you can also use a single array or a reference to an array instead of the comma-separated parameters." },
4706
- number2: { name: "number2", detail: "The second number whose least common multiple is to be found. Up to 255 numbers can be specified in this way." }
4700
+ number1: { name: "число1", detail: "Чтобы найти первое число наименьшего общего кратного, вы также можете использовать один массив или ссылку на массив вместо параметров, разделенных запятыми." },
4701
+ number2: { name: "число2", detail: "Второе число, наименьшее общее кратное которого требуется найти. Таким образом можно указать до 255 чисел." }
4707
4702
  }
4708
4703
  },
4709
4704
  LET: {
4710
- description: "Assigns names to calculation results to allow storing intermediate calculations, values, or defining names inside a formula",
4711
- abstract: "Assigns names to calculation results to allow storing intermediate calculations, values, or defining names inside a formula",
4705
+ description: "Функция LET присваивает имена результатам вычисления. Это позволяет сохранять промежуточные расчеты, значения и определять имена в формуле",
4706
+ abstract: "Функция LET присваивает имена результатам вычисления",
4712
4707
  links: [
4713
4708
  {
4714
- title: "Instruction",
4715
- url: "https://support.microsoft.com/en-us/office/let-function-34842dd8-b92b-4d3f-b325-b8b8f9908999"
4709
+ title: "Инструкция",
4710
+ 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"
4716
4711
  }
4717
4712
  ],
4718
4713
  functionParameter: {
4719
- number1: { name: "number1", detail: "first" },
4720
- number2: { name: "number2", detail: "second" }
4714
+ number1: { name: "число1", detail: "первое" },
4715
+ number2: { name: "число2", detail: "второе" }
4721
4716
  }
4722
4717
  },
4723
4718
  LN: {
4724
- description: "Returns the natural logarithm of a number",
4725
- abstract: "Returns the natural logarithm of a number",
4719
+ description: "Возвращает натуральный логарифм числа",
4720
+ abstract: "Возвращает натуральный логарифм числа",
4726
4721
  links: [
4727
4722
  {
4728
- title: "Instruction",
4729
- url: "https://support.microsoft.com/en-us/office/ln-function-81fe1ed7-dac9-4acd-ba1d-07a142c6118f"
4723
+ title: "Инструкция",
4724
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-ln-81fe1ed7-dac9-4acd-ba1d-07a142c6118f"
4730
4725
  }
4731
4726
  ],
4732
4727
  functionParameter: {
4733
- number: { name: "number", detail: "The positive real number for which you want the natural logarithm." }
4728
+ number: { name: "число", detail: "Положительное вещественное число, для которого вычисляется натуральный логарифм." }
4734
4729
  }
4735
4730
  },
4736
4731
  LOG: {
4737
- description: "Returns the logarithm of a number to a specified base",
4738
- abstract: "Returns the logarithm of a number to a specified base",
4732
+ description: "Возвращает логарифм числа по заданному основанию",
4733
+ abstract: "Возвращает логарифм числа по заданному основанию",
4739
4734
  links: [
4740
4735
  {
4741
- title: "Instruction",
4742
- url: "https://support.microsoft.com/en-us/office/log-function-4e82f196-1ca9-4747-8fb0-6c4a3abb3280"
4736
+ title: "Инструкция",
4737
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-log-4e82f196-1ca9-4747-8fb0-6c4a3abb3280"
4743
4738
  }
4744
4739
  ],
4745
4740
  functionParameter: {
4746
- number: { name: "number", detail: "The positive real number for which you want the logarithm." },
4747
- base: { name: "base", detail: "The base of the logarithm. If base is omitted, it is assumed to be 10." }
4741
+ number: { name: "число", detail: "Положительное вещественное число, для которого вычисляется логарифм." },
4742
+ base: { name: "base", detail: 'Основание логарифма. Если аргумент "основание" опущен, предполагается, что он равен 10.' }
4748
4743
  }
4749
4744
  },
4750
4745
  LOG10: {
4751
- description: "Returns the base-10 logarithm of a number",
4752
- abstract: "Returns the base-10 logarithm of a number",
4746
+ description: "Возвращает десятичный логарифм числа",
4747
+ abstract: "Возвращает десятичный логарифм числа",
4753
4748
  links: [
4754
4749
  {
4755
- title: "Instruction",
4756
- url: "https://support.microsoft.com/en-us/office/log10-function-c75b881b-49dd-44fb-b6f4-37e3486a0211"
4750
+ title: "Инструкция",
4751
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-log10-c75b881b-49dd-44fb-b6f4-37e3486a0211"
4757
4752
  }
4758
4753
  ],
4759
4754
  functionParameter: {
4760
- number: { name: "number", detail: "The positive real number for which you want the base-10 logarithm." }
4755
+ number: { name: "число", detail: "Положительное вещественное число, для которого вычисляется десятичный логарифм." }
4761
4756
  }
4762
4757
  },
4763
4758
  MDETERM: {
4764
- description: "Returns the matrix determinant of an array",
4765
- abstract: "Returns the matrix determinant of an array",
4759
+ description: "Возвращает определитель матрицы",
4760
+ abstract: "Возвращает определитель матрицы",
4766
4761
  links: [
4767
4762
  {
4768
- title: "Instruction",
4769
- url: "https://support.microsoft.com/en-us/office/mdeterm-function-e7bfa857-3834-422b-b871-0ffd03717020"
4763
+ title: "Инструкция",
4764
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BC%D0%BE%D0%BF%D1%80%D0%B5%D0%B4-e7bfa857-3834-422b-b871-0ffd03717020"
4770
4765
  }
4771
4766
  ],
4772
4767
  functionParameter: {
4773
- array: { name: "array", detail: "A numeric array with an equal number of rows and columns." }
4768
+ array: { name: "массив", detail: "Числовой массив с равным количеством строк и столбцов." }
4774
4769
  }
4775
4770
  },
4776
4771
  MINVERSE: {
4777
- description: "Returns the matrix inverse of an array",
4778
- abstract: "Returns the matrix inverse of an array",
4772
+ description: "Возвращает обратную матрицу для матрицы, хранящейся в массиве.",
4773
+ abstract: "Возвращает обратную матрицу для матрицы, хранящейся в массиве.",
4779
4774
  links: [
4780
4775
  {
4781
- title: "Instruction",
4782
- url: "https://support.microsoft.com/en-us/office/minverse-function-11f55086-adde-4c9f-8eb9-59da2d72efc6"
4776
+ title: "Инструкция",
4777
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BC%D0%BE%D0%B1%D1%80-11f55086-adde-4c9f-8eb9-59da2d72efc6"
4783
4778
  }
4784
4779
  ],
4785
4780
  functionParameter: {
4786
- array: { name: "array", detail: "A numeric array with an equal number of rows and columns." }
4781
+ array: { name: "массив", detail: "Числовой массив с равным количеством строк и столбцов." }
4787
4782
  }
4788
4783
  },
4789
4784
  MMULT: {
4790
- description: "Returns the matrix product of two arrays",
4791
- abstract: "Returns the matrix product of two arrays",
4785
+ description: "Возвращает матричное произведение двух массивов",
4786
+ abstract: "Возвращает матричное произведение двух массивов",
4792
4787
  links: [
4793
4788
  {
4794
- title: "Instruction",
4795
- url: "https://support.microsoft.com/en-us/office/mmult-function-40593ed7-a3cd-4b6b-b9a3-e4ad3c7245eb"
4789
+ title: "Инструкция",
4790
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BC%D1%83%D0%BC%D0%BD%D0%BE%D0%B6-40593ed7-a3cd-4b6b-b9a3-e4ad3c7245eb"
4796
4791
  }
4797
4792
  ],
4798
4793
  functionParameter: {
4799
- array1: { name: "array1", detail: "The arrays you want to multiply." },
4800
- array2: { name: "array2", detail: "The arrays you want to multiply." }
4794
+ array1: { name: "массив1", detail: "Перемножаемые массивы." },
4795
+ array2: { name: "массив2", detail: "Перемножаемые массивы." }
4801
4796
  }
4802
4797
  },
4803
4798
  MOD: {
4804
- description: "Returns the remainder after number is divided by divisor. The result has the same sign as divisor.",
4805
- abstract: "Returns the remainder from division",
4799
+ description: 'Возвращает остаток от деления аргумента "число" на значение аргумента "делитель". Результат имеет тот же знак, что и делитель',
4800
+ abstract: 'Возвращает остаток от деления аргумента "число" на значение аргумента "делитель"',
4806
4801
  links: [
4807
4802
  {
4808
- title: "Instruction",
4809
- url: "https://support.microsoft.com/en-us/office/mod-function-9b6cd169-b6ee-406a-a97b-edf2a9dc24f3"
4803
+ title: "Инструкция",
4804
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BE%D1%81%D1%82%D0%B0%D1%82-9b6cd169-b6ee-406a-a97b-edf2a9dc24f3"
4810
4805
  }
4811
4806
  ],
4812
4807
  functionParameter: {
4813
- number: { name: "number", detail: "The number for which you want to find the remainder." },
4814
- divisor: { name: "divisor", detail: "The number by which you want to divide number" }
4808
+ number: { name: "число", detail: "Число, остаток от деления которого требуется определить." },
4809
+ divisor: { name: "делитель", detail: "Число, на которое нужно разделить (делитель)." }
4815
4810
  }
4816
4811
  },
4817
4812
  MROUND: {
4818
- description: "Returns a number rounded to the desired multiple",
4819
- abstract: "Returns a number rounded to the desired multiple",
4813
+ description: "Возвращает число, округленное до нужного кратного",
4814
+ abstract: "Возвращает число, округленное до нужного кратного",
4820
4815
  links: [
4821
4816
  {
4822
- title: "Instruction",
4823
- url: "https://support.microsoft.com/en-us/office/mround-function-c299c3b0-15a5-426d-aa4b-d2d5b3baf427"
4817
+ title: "Инструкция",
4818
+ 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%BA%D1%80%D1%83%D0%B3%D0%BB%D1%82-c299c3b0-15a5-426d-aa4b-d2d5b3baf427"
4824
4819
  }
4825
4820
  ],
4826
4821
  functionParameter: {
4827
- number: { name: "number", detail: "The value to round." },
4828
- multiple: { name: "multiple", detail: "The multiple to which you want to round number." }
4822
+ number: { name: "число", detail: "Округляемое значение." },
4823
+ multiple: { name: "точность", detail: "Точность, с которой требуется округлить число." }
4829
4824
  }
4830
4825
  },
4831
4826
  MULTINOMIAL: {
4832
- description: "Returns the multinomial of a set of numbers",
4833
- abstract: "Returns the multinomial of a set of numbers",
4827
+ description: "Возвращает отношение факториала суммы значений к произведению факториалов",
4828
+ abstract: "Возвращает отношение факториала суммы значений к произведению факториалов",
4834
4829
  links: [
4835
4830
  {
4836
- title: "Instruction",
4837
- url: "https://support.microsoft.com/en-us/office/multinomial-function-6fa6373c-6533-41a2-a45e-a56db1db1bf6"
4831
+ title: "Инструкция",
4832
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BC%D1%83%D0%BB%D1%8C%D1%82%D0%B8%D0%BD%D0%BE%D0%BC-6fa6373c-6533-41a2-a45e-a56db1db1bf6"
4838
4833
  }
4839
4834
  ],
4840
4835
  functionParameter: {
4841
- number1: { name: "number1", detail: "The first value or range to use in the calculation." },
4842
- number2: { name: "number2", detail: "Additional values ​​or ranges to use in calculations." }
4836
+ number1: { name: "число1", detail: "Первое значение или диапазон для использования в расчетах." },
4837
+ number2: { name: "число2", detail: "Дополнительные значения или диапазоны для использования в расчетах." }
4843
4838
  }
4844
4839
  },
4845
4840
  MUNIT: {
4846
- description: "Returns the unit matrix or the specified dimension",
4847
- abstract: "Returns the unit matrix or the specified dimension",
4841
+ description: "Возвращает матрицу единиц измерения для указанного измерения",
4842
+ abstract: "Возвращает матрицу единиц измерения для указанного измерения",
4848
4843
  links: [
4849
4844
  {
4850
- title: "Instruction",
4851
- url: "https://support.microsoft.com/en-us/office/munit-function-c9fe916a-dc26-4105-997d-ba22799853a3"
4845
+ title: "Инструкция",
4846
+ url: "https://support.microsoft.com/ru-ru/office/%D0%BC%D0%B5%D0%B4%D0%B8%D0%BD-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BC%D0%B5%D0%B4%D0%B8%D0%BD-c9fe916a-dc26-4105-997d-ba22799853a3"
4852
4847
  }
4853
4848
  ],
4854
4849
  functionParameter: {
4855
- dimension: { name: "dimension", detail: "Dimension is an integer specifying the dimension of the unit matrix that you want to return. It returns an array. The dimension has to be greater than zero." }
4850
+ dimension: { name: "измерение", detail: "Размерность это целое число, определяющее размерность единичной матрицы, которую необходимо возвратить. Она возвращает массив. Размерность должна быть больше нуля." }
4856
4851
  }
4857
4852
  },
4858
4853
  ODD: {
4859
- description: "Rounds a number up to the nearest odd integer",
4860
- abstract: "Rounds a number up to the nearest odd integer",
4854
+ description: "Возвращает число, округленное до ближайшего нечетного целого",
4855
+ abstract: "Возвращает число, округленное до ближайшего нечетного целого.",
4861
4856
  links: [
4862
4857
  {
4863
- title: "Instruction",
4864
- url: "https://support.microsoft.com/en-us/office/odd-function-deae64eb-e08a-4c88-8b40-6d0b42575c98"
4858
+ title: "Инструкция",
4859
+ 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%D1%87%D1%91%D1%82-deae64eb-e08a-4c88-8b40-6d0b42575c98"
4865
4860
  }
4866
4861
  ],
4867
4862
  functionParameter: {
4868
- number: { name: "number", detail: "The value to round." }
4863
+ number: { name: "число", detail: "Округляемое значение." }
4869
4864
  }
4870
4865
  },
4871
4866
  PI: {
4872
- description: "Returns the value of pi",
4873
- abstract: "Returns the value of pi",
4867
+ description: 'Возвращает число "пи"',
4868
+ abstract: 'Возвращает число "пи"',
4874
4869
  links: [
4875
4870
  {
4876
- title: "Instruction",
4877
- url: "https://support.microsoft.com/en-us/office/pi-function-264199d0-a3ba-46b8-975a-c4a04608989b"
4871
+ title: "Инструкция",
4872
+ 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%B8-264199d0-a3ba-46b8-975a-c4a04608989b"
4878
4873
  }
4879
4874
  ],
4880
4875
  functionParameter: {}
4881
4876
  },
4882
4877
  POWER: {
4883
- description: "Returns the result of a number raised to a power.",
4884
- abstract: "Returns the result of a number raised to a power",
4878
+ description: "Возвращает результат возведения числа в степень",
4879
+ abstract: "Возвращает результат возведения числа в степень",
4885
4880
  links: [
4886
4881
  {
4887
- title: "Instruction",
4888
- url: "https://support.microsoft.com/en-us/office/power-function-d3f2908b-56f4-4c3f-895a-07fb519c362a"
4882
+ title: "Инструкция",
4883
+ 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%D0%B5%D0%BF%D0%B5%D0%BD%D1%8C-d3f2908b-56f4-4c3f-895a-07fb519c362a"
4889
4884
  }
4890
4885
  ],
4891
4886
  functionParameter: {
4892
- number: { name: "number", detail: "The base number. It can be any real number." },
4893
- power: { name: "power", detail: "The exponent to which the base number is raised." }
4887
+ number: { name: "число", detail: "Базовый номер. Это может быть любое реальное число." },
4888
+ power: { name: "power", detail: "Показатель степени, в которую возводится основание." }
4894
4889
  }
4895
4890
  },
4896
4891
  PRODUCT: {
4897
- description: "Multiplies all the numbers given as arguments and returns the product.",
4898
- abstract: "Multiplies its arguments",
4892
+ description: "Перемножает все числа, переданные как аргументы, и возвращает произведение",
4893
+ abstract: "Перемножает все числа, переданные как аргументы",
4899
4894
  links: [
4900
4895
  {
4901
- title: "Instruction",
4902
- url: "https://support.microsoft.com/en-us/office/product-function-8e6b5b24-90ee-4650-aeec-80982a0512ce"
4896
+ title: "Инструкция",
4897
+ 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%D0%B8%D0%B7%D0%B2%D0%B5%D0%B4-8e6b5b24-90ee-4650-aeec-80982a0512ce"
4903
4898
  }
4904
4899
  ],
4905
4900
  functionParameter: {
4906
- number1: { name: "number1", detail: "The first number or range that you want to multiply." },
4907
- number2: { name: "number2", detail: "Additional numbers or ranges that you want to multiply, up to a maximum of 255 arguments." }
4901
+ number1: { name: "число1", detail: "Первый множитель или диапазон множителей." },
4902
+ number2: { name: "число2", detail: "Дополнительные множители или диапазоны множителей. Аргументов может быть не более 255." }
4908
4903
  }
4909
4904
  },
4910
4905
  QUOTIENT: {
4911
- description: "Returns the integer portion of a division",
4912
- abstract: "Returns the integer portion of a division",
4906
+ description: "Возвращает целую часть результата деления с остатком",
4907
+ abstract: "Возвращает целую часть результата деления с остатком",
4913
4908
  links: [
4914
4909
  {
4915
- title: "Instruction",
4916
- url: "https://support.microsoft.com/en-us/office/quotient-function-9f7bf099-2a18-4282-8fa4-65290cc99dee"
4910
+ title: "Инструкция",
4911
+ url: "https://support.microsoft.com/ru-ru/office/%D1%87%D0%B0%D1%81%D1%82%D0%BD%D0%BE%D0%B5-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%87%D0%B0%D1%81%D1%82%D0%BD%D0%BE%D0%B5-9f7bf099-2a18-4282-8fa4-65290cc99dee"
4917
4912
  }
4918
4913
  ],
4919
4914
  functionParameter: {
4920
- numerator: { name: "numerator", detail: "The dividend." },
4921
- denominator: { name: "denominator", detail: "The divisor." }
4915
+ numerator: { name: "числитель", detail: "Делимое." },
4916
+ denominator: { name: "знаменатель", detail: "Делитель." }
4922
4917
  }
4923
4918
  },
4924
4919
  RADIANS: {
4925
- description: "Converts degrees to radians",
4926
- abstract: "Converts degrees to radians",
4920
+ description: "Преобразует градусы в радианы",
4921
+ abstract: "Преобразует градусы в радианы",
4927
4922
  links: [
4928
4923
  {
4929
- title: "Instruction",
4930
- url: "https://support.microsoft.com/en-us/office/radians-function-ac409508-3d48-45f5-ac02-1497c92de5bf"
4924
+ title: "Инструкция",
4925
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%80%D0%B0%D0%B4%D0%B8%D0%B0%D0%BD%D1%8B-ac409508-3d48-45f5-ac02-1497c92de5bf"
4931
4926
  }
4932
4927
  ],
4933
4928
  functionParameter: {
4934
- angle: { name: "angle", detail: "An angle in degrees that you want to convert." }
4929
+ angle: { name: "угол", detail: "Величина угла в градусах, которую требуется преобразовать." }
4935
4930
  }
4936
4931
  },
4937
4932
  RAND: {
4938
- description: "Returns a random number between 0 and 1",
4939
- abstract: "Returns a random number between 0 and 1",
4933
+ description: "Возвращает равномерно распределенное случайное вещественное число, большее или равное 0, но меньшее 1",
4934
+ abstract: "Возвращает равномерно распределенное случайное вещественное число, большее или равное 0, но меньшее 1",
4940
4935
  links: [
4941
4936
  {
4942
- title: "Instruction",
4943
- url: "https://support.microsoft.com/en-us/office/rand-function-4cbfa695-8869-4788-8d90-021ea9f5be73"
4937
+ title: "Инструкция",
4938
+ 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%BB%D1%87%D0%B8%D1%81-4cbfa695-8869-4788-8d90-021ea9f5be73"
4944
4939
  }
4945
4940
  ],
4946
4941
  functionParameter: {}
4947
4942
  },
4948
4943
  RANDARRAY: {
4949
- description: "Returns an array of random numbers between 0 and 1. However, you can specify the number of rows and columns to fill, minimum and maximum values, and whether to return whole numbers or decimal values.",
4950
- abstract: "Returns an array of random numbers between 0 and 1.",
4944
+ description: "Возвращает массив случайных чисел. Вы можете указать количество заполняемых строк и столбцов, минимальное и максимальное значения, а также какие значения необходимо возвращать: целые или десятичные",
4945
+ abstract: "Возвращает массив случайных чисел",
4951
4946
  links: [
4952
4947
  {
4953
- title: "Instruction",
4954
- url: "https://support.microsoft.com/en-us/office/randarray-function-21261e55-3bec-4885-86a6-8b0a47fd4d33"
4948
+ title: "Инструкция",
4949
+ url: "https://support.microsoft.com/ru-ru/office/%D1%81%D0%BB%D1%83%D1%87%D0%BC%D0%B0%D1%81%D1%81%D0%B8%D0%B2-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%81%D0%BB%D1%83%D1%87%D0%BC%D0%B0%D1%81%D1%81%D0%B8%D0%B2-21261e55-3bec-4885-86a6-8b0a47fd4d33"
4955
4950
  }
4956
4951
  ],
4957
4952
  functionParameter: {
4958
- rows: { name: "rows", detail: "The number of rows to be returned" },
4959
- columns: { name: "columns", detail: "The number of columns to be returned" },
4960
- min: { name: "min", detail: "The minimum number you would like returned" },
4961
- max: { name: "max", detail: "The maximum number you would like returned" },
4962
- wholeNumber: { name: "whole_number", detail: "Return a whole number or a decimal value" }
4953
+ rows: { name: "строки", detail: "Количество возвращаемых строк." },
4954
+ columns: { name: "столбцы", detail: "Количество возвращаемых столбцов." },
4955
+ min: { name: "минимум", detail: "Минимальное число, которое нужно вернуть." },
4956
+ max: { name: "максимум", detail: "Максимальное число, которое нужно вернуть." },
4957
+ wholeNumber: { name: "целое число", detail: "Возврат целого числа или десятичного значения" }
4963
4958
  }
4964
4959
  },
4965
4960
  RANDBETWEEN: {
4966
- description: "Returns a random number between the numbers you specify",
4967
- abstract: "Returns a random number between the numbers you specify",
4961
+ description: "Возвращает случайное целое число, находящееся в диапазоне между двумя заданными числами",
4962
+ abstract: "Возвращает случайное целое число, находящееся в диапазоне между двумя заданными числами",
4968
4963
  links: [
4969
4964
  {
4970
- title: "Instruction",
4971
- url: "https://support.microsoft.com/en-us/office/randbetween-function-4cc7f0d1-87dc-4eb7-987f-a469ab381685"
4965
+ title: "Инструкция",
4966
+ 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%BB%D1%83%D1%87%D0%BC%D0%B5%D0%B6%D0%B4%D1%83-4cc7f0d1-87dc-4eb7-987f-a469ab381685"
4972
4967
  }
4973
4968
  ],
4974
4969
  functionParameter: {
4975
- bottom: { name: "bottom", detail: "The smallest integer RANDBETWEEN will return." },
4976
- top: { name: "top", detail: "The largest integer RANDBETWEEN will return." }
4970
+ bottom: { name: "нижняя граница", detail: "Наименьшее целое число, которое возвращает функция RANDBETWEEN" },
4971
+ top: { name: "верхняя граница ", detail: "Наибольшее целое число, которое возвращает функция RANDBETWEEN" }
4977
4972
  }
4978
4973
  },
4979
4974
  ROMAN: {
4980
- description: "Converts an Arabic numeral to Roman, as text",
4981
- abstract: "Converts an Arabic numeral to Roman, as text",
4975
+ description: "Преобразует арабское число в римское в текстовом формате",
4976
+ abstract: "Преобразует арабское число в римское в текстовом формате",
4982
4977
  links: [
4983
4978
  {
4984
- title: "Instruction",
4985
- url: "https://support.microsoft.com/en-us/office/roman-function-d6b0b99e-de46-4704-a518-b45a0f8b56f5"
4979
+ title: "Инструкция",
4980
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%80%D0%B8%D0%BC%D1%81%D0%BA%D0%BE%D0%B5-d6b0b99e-de46-4704-a518-b45a0f8b56f5"
4986
4981
  }
4987
4982
  ],
4988
4983
  functionParameter: {
4989
- number: { name: "number", detail: "The Arabic numeral you want converted." },
4990
- form: { name: "form", detail: "A number specifying the type of roman numeral you want. The roman numeral style ranges from Classic to Simplified, becoming more concise as the value of form increases." }
4984
+ number: { name: "число", detail: "Преобразуемое арабское число." },
4985
+ form: { name: "форма", detail: "Число, указывающее нужный тип римской цифры. Римский стиль числовых значений варьируется от классического до упрощенного, становясь более кратким по мере увеличения значения формы." }
4991
4986
  }
4992
4987
  },
4993
4988
  ROUND: {
4994
- description: "Rounds a number to a specified number of digits",
4995
- abstract: "Rounds a number to a specified number of digits",
4989
+ description: "Округляет число до указанного количества дробных разрядов",
4990
+ abstract: "Округляет число до указанного количества дробных разрядов",
4996
4991
  links: [
4997
4992
  {
4998
- title: "Instruction",
4999
- url: "https://support.microsoft.com/en-us/office/round-function-c018c5d8-40fb-4053-90b1-b3e7f61a213c"
4993
+ title: "Инструкция",
4994
+ 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%BA%D1%80%D1%83%D0%B3%D0%BB-c018c5d8-40fb-4053-90b1-b3e7f61a213c"
5000
4995
  }
5001
4996
  ],
5002
4997
  functionParameter: {
5003
- number: { name: "number", detail: "The number that you want to round." },
5004
- numDigits: { name: "num_digits", detail: "The number of digits to which you want to round the number argument." }
4998
+ number: { name: "число", detail: "Округляемое числовое значение." },
4999
+ numDigits: { name: "число разрядов", detail: "Количество дробных разрядов, до которого требуется округлить число." }
5005
5000
  }
5006
5001
  },
5007
5002
  ROUNDBANK: {
5008
- description: "Rounds a number in banker's rounding",
5009
- abstract: "Rounds a number in banker's rounding",
5003
+ description: "Округляет число по банковскому методу",
5004
+ abstract: "Округляет число по банковскому методу",
5010
5005
  links: [
5011
5006
  {
5012
- title: "Instruction",
5007
+ title: "Инструкция",
5013
5008
  url: ""
5014
5009
  }
5015
5010
  ],
5016
5011
  functionParameter: {
5017
- number: { name: "number", detail: "The number that you want to round in banker's rounding." },
5018
- numDigits: { name: "num_digits", detail: "The number of digits to which you want to round in banker's rounding." }
5012
+ number: { name: "число", detail: "Число, которое вы хотите округлить по банковскому методу." },
5013
+ numDigits: { name: "число разрядов", detail: "Количество цифр, до которого вы хотите округлить число при банковском округлении." }
5019
5014
  }
5020
5015
  },
5021
5016
  ROUNDDOWN: {
5022
- description: "Rounds a number down, toward zero",
5023
- abstract: "Rounds a number down, toward zero",
5017
+ description: "Округляет число до ближайшего меньшего по модулю значения",
5018
+ abstract: "Округляет число до ближайшего меньшего по модулю значения",
5024
5019
  links: [
5025
5020
  {
5026
- title: "Instruction",
5027
- url: "https://support.microsoft.com/en-us/office/rounddown-function-2ec94c73-241f-4b01-8c6f-17e6d7968f53"
5021
+ title: "Инструкция",
5022
+ url: "https://support.microsoft.com/ru-ru/office/%D0%BE%D0%BA%D1%80%D1%83%D0%B3%D0%BB%D0%B2%D0%BD%D0%B8%D0%B7-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BE%D0%BA%D1%80%D1%83%D0%B3%D0%BB%D0%B2%D0%BD%D0%B8%D0%B7-2ec94c73-241f-4b01-8c6f-17e6d7968f53"
5028
5023
  }
5029
5024
  ],
5030
5025
  functionParameter: {
5031
- number: { name: "number", detail: "The number that you want to round." },
5032
- numDigits: { name: "num_digits", detail: "The number of digits to which you want to round the number argument." }
5026
+ number: { name: "число", detail: "Округляемое числовое значение." },
5027
+ numDigits: { name: "число разрядов", detail: "Количество дробных разрядов, до которого требуется округлить число." }
5033
5028
  }
5034
5029
  },
5035
5030
  ROUNDUP: {
5036
- description: "Rounds a number up, away from zero",
5037
- abstract: "Rounds a number up, away from zero",
5031
+ description: "Округляет число до ближайшего большего по модулю",
5032
+ abstract: "Округляет число до ближайшего большего по модулю",
5038
5033
  links: [
5039
5034
  {
5040
- title: "Instruction",
5041
- url: "https://support.microsoft.com/en-us/office/roundup-function-f8bc9b23-e795-47db-8703-db171d0c42a7"
5035
+ title: "Инструкция",
5036
+ url: "https://support.microsoft.com/ru-ru/office/%D0%BE%D0%BA%D1%80%D1%83%D0%B3%D0%BB%D0%B2%D0%B2%D0%B5%D1%80%D1%85-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BE%D0%BA%D1%80%D1%83%D0%B3%D0%BB%D0%B2%D0%B2%D0%B5%D1%80%D1%85-f8bc9b23-e795-47db-8703-db171d0c42a7"
5042
5037
  }
5043
5038
  ],
5044
5039
  functionParameter: {
5045
- number: { name: "number", detail: "The number that you want to round." },
5046
- numDigits: { name: "num_digits", detail: "The number of digits to which you want to round the number argument." }
5040
+ number: { name: "число", detail: "Округляемое числовое значение." },
5041
+ numDigits: { name: "число разрядов", detail: "Количество дробных разрядов, до которого требуется округлить число." }
5047
5042
  }
5048
5043
  },
5049
5044
  SEC: {
5050
- description: "Returns the secant of an angle",
5051
- abstract: "Returns the secant of an angle",
5045
+ description: "Возвращает секанс угла",
5046
+ abstract: "Возвращает секанс угла",
5052
5047
  links: [
5053
5048
  {
5054
- title: "Instruction",
5055
- url: "https://support.microsoft.com/en-us/office/sec-function-ff224717-9c87-4170-9b58-d069ced6d5f7"
5049
+ title: "Инструкция",
5050
+ url: "https://support.microsoft.com/ru-ru/office/sec-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-sec-ff224717-9c87-4170-9b58-d069ced6d5f7"
5056
5051
  }
5057
5052
  ],
5058
5053
  functionParameter: {
5059
- number: { name: "number", detail: "Number is the angle in radians for which you want the secant." }
5054
+ number: { name: "число", detail: "Число угол в радианах, для которого определяется секанс." }
5060
5055
  }
5061
5056
  },
5062
5057
  SECH: {
5063
- description: "Returns the hyperbolic secant of an angle",
5064
- abstract: "Returns the hyperbolic secant of an angle",
5058
+ description: "Возвращает гиперболический секанс угла",
5059
+ abstract: "Возвращает гиперболический секанс угла",
5065
5060
  links: [
5066
5061
  {
5067
- title: "Instruction",
5068
- url: "https://support.microsoft.com/en-us/office/sech-function-e05a789f-5ff7-4d7f-984a-5edb9b09556f"
5062
+ title: "Инструкция",
5063
+ url: "https://support.microsoft.com/ru-ru/office/sech-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-sech-e05a789f-5ff7-4d7f-984a-5edb9b09556f"
5069
5064
  }
5070
5065
  ],
5071
5066
  functionParameter: {
5072
- number: { name: "number", detail: "Number is the angle in radians for which you want the hyperbolic secant." }
5067
+ number: { name: "число", detail: "Число угол в радианах, для которого определяется гиперболический секанс." }
5073
5068
  }
5074
5069
  },
5075
5070
  SERIESSUM: {
5076
- description: "Returns the sum of a power series based on the formula",
5077
- abstract: "Returns the sum of a power series based on the formula",
5071
+ description: "Возвращает сумму степенного ряда, вычисленную по формуле",
5072
+ abstract: "Возвращает сумму степенного ряда, вычисленную по формуле",
5078
5073
  links: [
5079
5074
  {
5080
- title: "Instruction",
5081
- url: "https://support.microsoft.com/en-us/office/seriessum-function-a3ab25b5-1093-4f5b-b084-96c49087f637"
5075
+ title: "Инструкция",
5076
+ url: "https://support.microsoft.com/ru-ru/office/%D1%80%D1%8F%D0%B4-%D1%81%D1%83%D0%BC%D0%BC-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%80%D1%8F%D0%B4-%D1%81%D1%83%D0%BC%D0%BC-a3ab25b5-1093-4f5b-b084-96c49087f637"
5082
5077
  }
5083
5078
  ],
5084
5079
  functionParameter: {
5085
- x: { name: "x", detail: "The input value to the power series." },
5086
- n: { name: "n", detail: "The initial power to which you want to raise x." },
5087
- m: { name: "m", detail: "The step by which to increase n for each term in the series." },
5088
- coefficients: { name: "coefficients", detail: "A set of coefficients by which each successive power of x is multiplied." }
5080
+ x: { name: "x", detail: "Значение переменной степенного ряда." },
5081
+ n: { name: "n", detail: "Показатель степени x для первого члена степенного ряда." },
5082
+ m: { name: "m", detail: "Шаг, на который увеличивается показатель степени n для каждого следующего члена степенного ряда." },
5083
+ coefficients: { name: "коэффициенты", detail: "Набор коэффициентов при соответствующих степенях x." }
5089
5084
  }
5090
5085
  },
5091
5086
  SEQUENCE: {
5092
- description: "Generates a list of sequential numbers in an array, such as 1, 2, 3, 4",
5093
- abstract: "Generates a list of sequential numbers in an array, such as 1, 2, 3, 4",
5087
+ description: "Позволяет создать список последовательных чисел в массиве, например 1, 2, 3, 4.",
5088
+ abstract: "Позволяет создать список последовательных чисел в массиве, например 1, 2, 3, 4.",
5094
5089
  links: [
5095
5090
  {
5096
- title: "Instruction",
5097
- url: "https://support.microsoft.com/en-us/office/sequence-function-57467a98-57e0-4817-9f14-2eb78519ca90"
5091
+ title: "Инструкция",
5092
+ url: "https://support.microsoft.com/ru-ru/office/%D0%BF%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BE%D0%B2-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BF%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BE%D0%B2-57467a98-57e0-4817-9f14-2eb78519ca90"
5098
5093
  }
5099
5094
  ],
5100
5095
  functionParameter: {
5101
- rows: { name: "rows", detail: "The number of rows to return." },
5102
- columns: { name: "columns", detail: "The number of columns to return." },
5103
- start: { name: "start", detail: "The first number in the sequence." },
5104
- step: { name: "step", detail: "The amount to increment each subsequent value in the array." }
5096
+ rows: { name: "строки", detail: "Количество возвращаемых строк." },
5097
+ columns: { name: "столбцы", detail: "Количество возвращаемых столбцов." },
5098
+ start: { name: "начало", detail: "Первое число в последовательности." },
5099
+ step: { name: "шаг", detail: "Величина приращения каждого последующего значения в массиве." }
5105
5100
  }
5106
5101
  },
5107
5102
  SIGN: {
5108
- description: "Returns the sign of a number",
5109
- abstract: "Returns the sign of a number",
5103
+ description: "Определяет знак числа",
5104
+ abstract: "Определяет знак числа",
5110
5105
  links: [
5111
5106
  {
5112
- title: "Instruction",
5113
- url: "https://support.microsoft.com/en-us/office/sign-function-109c932d-fcdc-4023-91f1-2dd0e916a1d8"
5107
+ title: "Инструкция",
5108
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%B7%D0%BD%D0%B0%D0%BA-109c932d-fcdc-4023-91f1-2dd0e916a1d8"
5114
5109
  }
5115
5110
  ],
5116
5111
  functionParameter: {
5117
- number: { name: "number", detail: "Any real number." }
5112
+ number: { name: "число", detail: "Любое вещественное число." }
5118
5113
  }
5119
5114
  },
5120
5115
  SIN: {
5121
- description: "Returns the sine of the given angle",
5122
- abstract: "Returns the sine of the given angle",
5116
+ description: "Возвращает синус заданного угла",
5117
+ abstract: "Возвращает синус заданного угла",
5123
5118
  links: [
5124
5119
  {
5125
- title: "Instruction",
5126
- url: "https://support.microsoft.com/en-us/office/sin-function-cf0e3432-8b9e-483c-bc55-a76651c95602"
5120
+ title: "Инструкция",
5121
+ url: "https://support.microsoft.com/ru-ru/office/sin-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-sin-cf0e3432-8b9e-483c-bc55-a76651c95602"
5127
5122
  }
5128
5123
  ],
5129
5124
  functionParameter: {
5130
- number: { name: "number", detail: "The angle in radians for which you want the sine." }
5125
+ number: { name: "число", detail: "Угол в радианах, для которого вычисляется синус." }
5131
5126
  }
5132
5127
  },
5133
5128
  SINH: {
5134
- description: "Returns the hyperbolic sine of a number",
5135
- abstract: "Returns the hyperbolic sine of a number",
5129
+ description: "Возвращает гиперболический синус числа",
5130
+ abstract: "Возвращает гиперболический синус числа",
5136
5131
  links: [
5137
5132
  {
5138
- title: "Instruction",
5139
- url: "https://support.microsoft.com/en-us/office/sinh-function-1e4e8b9f-2b65-43fc-ab8a-0a37f4081fa7"
5133
+ title: "Инструкция",
5134
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-sinh-1e4e8b9f-2b65-43fc-ab8a-0a37f4081fa7"
5140
5135
  }
5141
5136
  ],
5142
5137
  functionParameter: {
5143
- number: { name: "number", detail: "Any real number." }
5138
+ number: { name: "число", detail: "Любое вещественное число." }
5144
5139
  }
5145
5140
  },
5146
5141
  SQRT: {
5147
- description: "Returns a positive square root",
5148
- abstract: "Returns a positive square root",
5142
+ description: "Возвращает положительное значение квадратного корня",
5143
+ abstract: "Возвращает положительное значение квадратного корня",
5149
5144
  links: [
5150
5145
  {
5151
- title: "Instruction",
5152
- url: "https://support.microsoft.com/en-us/office/sqrt-function-654975c2-05c4-4831-9a24-2c65e4040fdf"
5146
+ title: "Инструкция",
5147
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BA%D0%BE%D1%80%D0%B5%D0%BD%D1%8C-654975c2-05c4-4831-9a24-2c65e4040fdf"
5153
5148
  }
5154
5149
  ],
5155
5150
  functionParameter: {
5156
- number: { name: "number", detail: "The number for which you want the square root." }
5151
+ number: { name: "число", detail: "Число, для которого вычисляется квадратный корень." }
5157
5152
  }
5158
5153
  },
5159
5154
  SQRTPI: {
5160
- description: "Returns the square root of (number * pi)",
5161
- abstract: "Returns the square root of (number * pi)",
5155
+ description: "Возвращает квадратный корень из значения выражения (число * пи).",
5156
+ abstract: "Возвращает квадратный корень из значения выражения (число * пи).",
5162
5157
  links: [
5163
5158
  {
5164
- title: "Instruction",
5165
- url: "https://support.microsoft.com/en-us/office/sqrtpi-function-1fb4e63f-9b51-46d6-ad68-b3e7a8b519b4"
5159
+ title: "Инструкция",
5160
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BA%D0%BE%D1%80%D0%B5%D0%BD%D1%8C%D0%BF%D0%B8-1fb4e63f-9b51-46d6-ad68-b3e7a8b519b4"
5166
5161
  }
5167
5162
  ],
5168
5163
  functionParameter: {
5169
- number: { name: "number", detail: "The number by which pi is multiplied." }
5164
+ number: { name: "число", detail: 'Число, которое умножается на число "пи".' }
5170
5165
  }
5171
5166
  },
5172
5167
  SUBTOTAL: {
5173
- description: "Returns a subtotal in a list or database.",
5174
- abstract: "Returns a subtotal in a list or database",
5168
+ description: "Возвращает промежуточный итог в список или базу данных",
5169
+ abstract: "Возвращает промежуточный итог в список или базу данных",
5175
5170
  links: [
5176
5171
  {
5177
- title: "Instruction",
5178
- url: "https://support.microsoft.com/en-us/office/subtotal-function-7b027003-f060-4ade-9040-e478765b9939"
5172
+ title: "Инструкция",
5173
+ 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%D0%BC%D0%B5%D0%B6%D1%83%D1%82%D0%BE%D1%87%D0%BD%D1%8B%D0%B5-%D0%B8%D1%82%D0%BE%D0%B3%D0%B8-7b027003-f060-4ade-9040-e478765b9939"
5179
5174
  }
5180
5175
  ],
5181
5176
  functionParameter: {
5182
- functionNum: { name: "function_num", detail: "The number 1-11 or 101-111 that specifies the function to use for the subtotal. 1-11 includes manually-hidden rows, while 101-111 excludes them; filtered-out cells are always excluded." },
5183
- ref1: { name: "ref1", detail: "The first named range or reference for which you want the subtotal." },
5184
- ref2: { name: "ref2", detail: "Named ranges or references 2 to 254 for which you want the subtotal." }
5177
+ functionNum: { name: "номер функции", detail: "Число от 1 до 11 или от 101 до 111, которое обозначает функцию, используемую для расчета промежуточных итогов. Функции с 1 по 11 учитывают строки, скрытые вручную, в то время как функции с 101 по 111 пропускают такие строки; отфильтрованные ячейки всегда исключаются." },
5178
+ ref1: { name: "ссылка1", detail: "Первый именованный диапазон или ссылка, для которых требуется вычислить промежуточные итоги." },
5179
+ ref2: { name: "ссылка2", detail: "Именованные диапазоны или ссылки 2254, для которых требуется вычислить промежуточные итоги." }
5185
5180
  }
5186
5181
  },
5187
5182
  SUM: {
5188
- description: "You can add individual values, cell references or ranges or a mix of all three.",
5189
- abstract: "Adds its arguments",
5183
+ description: "Вы можете складывать отдельные значения, диапазоны ячеек, ссылки на ячейки или данные всех этих трех видов.",
5184
+ abstract: "Складывает значения",
5190
5185
  links: [
5191
5186
  {
5192
- title: "Instruction",
5193
- url: "https://support.microsoft.com/en-us/office/sum-function-043e1c7d-7726-4e80-8f32-07b23e057f89"
5187
+ title: "Инструкция",
5188
+ url: "https://support.microsoft.com/ru-ru/office/%D1%81%D1%83%D0%BC%D0%BC-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%81%D1%83%D0%BC%D0%BC-043e1c7d-7726-4e80-8f32-07b23e057f89"
5194
5189
  }
5195
5190
  ],
5196
5191
  functionParameter: {
5197
5192
  number1: {
5198
- name: "Number 1",
5199
- detail: "The first number you want to add. The number can be like 4, a cell reference like B6, or a cell range like B2:B8."
5193
+ name: "Число 1",
5194
+ detail: "Первое число для сложения. Это может быть число 4, ссылка на ячейку, например B6, или диапазон ячеек, например B2:B8."
5200
5195
  },
5201
5196
  number2: {
5202
- name: "Number 2",
5203
- detail: "This is the second number you want to add. You can specify up to 255 numbers in this way."
5197
+ name: "Число 2",
5198
+ detail: "то второе число для сложения. Можно указать до 255 чисел."
5204
5199
  }
5205
5200
  }
5206
5201
  },
5207
5202
  SUMIF: {
5208
- description: "Sum the values in a range that meet criteria that you specify.",
5209
- abstract: "Adds the cells specified by a given criteria",
5203
+ description: "Используется, если необходимо просуммировать значения диапазона, соответствующие заданным условиям",
5204
+ abstract: "Складывает ячейки, соответствующие заданным условиям",
5210
5205
  links: [
5211
5206
  {
5212
- title: "Instruction",
5213
- url: "https://support.microsoft.com/en-us/office/sumif-function-169b8c99-c05c-4483-a712-1697a653039b"
5207
+ title: "Инструкция",
5208
+ 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%83%D0%BC%D0%BC%D0%B5%D1%81%D0%BB%D0%B8-169b8c99-c05c-4483-a712-1697a653039b"
5214
5209
  }
5215
5210
  ],
5216
5211
  functionParameter: {
5217
5212
  range: {
5218
- name: "range",
5219
- detail: "The range of cells that you want evaluated by criteria."
5213
+ name: "диапазон",
5214
+ detail: "Диапазон ячеек, оцениваемых на соответствие условиям."
5220
5215
  },
5221
5216
  criteria: {
5222
- name: "criteria",
5223
- detail: "The criteria in the form of a number, expression, a cell reference, text, or a function that defines which cells will be added. Wildcard characters can be included - a question mark (?) to match any single character, an asterisk (*) to match any sequence of characters. If you want to find an actual question mark or asterisk, type a tilde (~) preceding the character."
5217
+ name: "условие",
5218
+ detail: 'Условие в форме числа, выражения, ссылки на ячейку, текста или функции, определяющее, какие ячейки необходимо суммировать. Можно включить подстановочные знаки : вопросительный знак (?) для сопоставления с любым одним символом, звездочка (*) для соответствия любой последовательности символов. Если требуется найти непосредственно вопросительный знак (или звездочку), необходимо поставить перед ним знак "тильда" (~).'
5224
5219
  },
5225
5220
  sumRange: {
5226
- name: "sum_range",
5227
- detail: "The actual cells to add, if you want to add cells other than those specified in the range argument. If the sum_range argument is omitted, Excel adds the cells that are specified in the range argument (the same cells to which the criteria is applied)."
5221
+ name: "диапазон суммирования",
5222
+ detail: 'Ячейки, значения из которых суммируются, если они отличаются от ячеек, указанных в качестве диапазона. Если аргумент "диапазон суммирования" опущен, Excel суммирует ячейки, указанные в аргументе "диапазон" (те же ячейки, к которым применяется условие).'
5228
5223
  }
5229
5224
  }
5230
5225
  },
5231
5226
  SUMIFS: {
5232
- description: "Adds all of its arguments that meet multiple criteria.",
5233
- abstract: "Adds all of its arguments that meet multiple criteria.",
5227
+ description: "Cуммирует все аргументы, удовлетворяющие нескольким условиям",
5228
+ abstract: "Cуммирует все аргументы, удовлетворяющие нескольким условиям",
5234
5229
  links: [
5235
5230
  {
5236
- title: "Instruction",
5237
- url: "https://support.microsoft.com/en-us/office/sumifs-function-c9e748f5-7ea7-455d-9406-611cebce642b"
5231
+ title: "Инструкция",
5232
+ 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%83%D0%BC%D0%BC%D0%B5%D1%81%D0%BB%D0%B8%D0%BC%D0%BD-c9e748f5-7ea7-455d-9406-611cebce642b"
5238
5233
  }
5239
5234
  ],
5240
5235
  functionParameter: {
5241
- sumRange: { name: "sum_range", detail: "The range of cells to sum." },
5242
- criteriaRange1: { name: "criteria_range1 ", detail: "The range that is tested using criteria1. criteria_range1 and criteria1 set up a search pair whereby a range is searched for specific criteria. Once items in the range are found, their corresponding values in sum_range are added." },
5243
- criteria1: { name: "criteria1", detail: 'The criteria that defines which cells in criteria_range1 will be added. For example, criteria can be entered as 32, ">32", B4, "apples", or "32".' },
5244
- criteriaRange2: { name: "criteriaRange2", detail: "Additional ranges. You can enter up to 127 range pairs." },
5245
- criteria2: { name: "criteria2", detail: "Additional associated criteria. You can enter up to 127 criteria pairs." }
5236
+ sumRange: { name: "диапазон суммирования", detail: "Диапазон ячеек для суммирования." },
5237
+ criteriaRange1: { name: "диапазон условия1", detail: ' Диапазон, в котором проверяется "условие1". "Диапазон условия1" и "условие1" составляют пару, определяющую, к какому диапазону применяется определенное условие при поиске. Соответствующие значения найденных в этом диапазоне ячеек суммируются в пределах аргумента "диапазон суммирования".' },
5238
+ criteria1: { name: "условие1", detail: 'Условие, определяющее, какие ячейки суммируются в аргументе "диапазон условия1". Например, условия могут вводится в следующем виде: 32, ">32", B4, "яблоки" или "32".' },
5239
+ criteriaRange2: { name: "диапазон условия2", detail: "Дополнительный диапазон. Можно ввести до 127 пар диапазонов." },
5240
+ criteria2: { name: "условие2", detail: "Дополнительное условие. Можно ввести до 127 пар условий." }
5246
5241
  }
5247
5242
  },
5248
5243
  SUMPRODUCT: {
5249
- description: "Returns the sum of the products of corresponding array components",
5250
- abstract: "Returns the sum of the products of corresponding array components",
5244
+ description: "Возвращает сумму продуктов соответствующих диапазонов или массивов",
5245
+ abstract: "Возвращает сумму продуктов соответствующих диапазонов или массивов",
5251
5246
  links: [
5252
5247
  {
5253
- title: "Instruction",
5254
- url: "https://support.microsoft.com/en-us/office/sumproduct-function-16753e75-9f68-4874-94ac-4d2145a2fd2e"
5248
+ title: "Инструкция",
5249
+ url: "https://support.microsoft.com/ru-ru/office/%D1%81%D1%83%D0%BC%D0%BC%D0%BF%D1%80%D0%BE%D0%B8%D0%B7%D0%B2-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%81%D1%83%D0%BC%D0%BC%D0%BF%D1%80%D0%BE%D0%B8%D0%B7%D0%B2-16753e75-9f68-4874-94ac-4d2145a2fd2e"
5255
5250
  }
5256
5251
  ],
5257
5252
  functionParameter: {
5258
- array1: { name: "array", detail: "The first array argument whose components you want to multiply and then add." },
5259
- array2: { name: "array", detail: "Array arguments 2 to 255 whose components you want to multiply and then add." }
5253
+ array1: { name: "массив1", detail: "Первый массив, компоненты которого нужно перемножить, а затем сложить результаты." },
5254
+ array2: { name: "массив2", detail: "От 2 до 255 массивов, компоненты которых нужно перемножить, а затем сложить результаты." }
5260
5255
  }
5261
5256
  },
5262
5257
  SUMSQ: {
5263
- description: "Returns the sum of the squares of the arguments",
5264
- abstract: "Returns the sum of the squares of the arguments",
5258
+ description: "Возвращает сумму квадратов аргументов",
5259
+ abstract: "Возвращает сумму квадратов аргументов",
5265
5260
  links: [
5266
5261
  {
5267
- title: "Instruction",
5268
- url: "https://support.microsoft.com/en-us/office/sumsq-function-e3313c02-51cc-4963-aae6-31442d9ec307"
5262
+ title: "Инструкция",
5263
+ 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%83%D0%BC%D0%BC%D0%BA%D0%B2-e3313c02-51cc-4963-aae6-31442d9ec307"
5269
5264
  }
5270
5265
  ],
5271
5266
  functionParameter: {
5272
- number1: { name: "number1", detail: "To square and find the first number, you can also use a single array or a reference to an array instead of comma-separated parameters." },
5273
- number2: { name: "number2", detail: "The second number to be squared and summed. Up to 255 numbers can be specified in this way." }
5267
+ number1: { name: "число1", detail: "Чтобы возвести в квадрат и найти первое число, вы также можете использовать один массив или ссылку на массив вместо параметров, разделенных запятыми." },
5268
+ number2: { name: "число2", detail: "Второе число, которое нужно возвести в квадрат и суммировать. Можно указать до 255 чисел." }
5274
5269
  }
5275
5270
  },
5276
5271
  SUMX2MY2: {
5277
- description: "Returns the sum of the difference of squares of corresponding values in two arrays",
5278
- abstract: "Returns the sum of the difference of squares of corresponding values in two arrays",
5272
+ description: "Возвращает сумму разности квадратов соответствующих значений в двух массивах",
5273
+ abstract: "Возвращает сумму разности квадратов соответствующих значений в двух массивах",
5279
5274
  links: [
5280
5275
  {
5281
- title: "Instruction",
5282
- url: "https://support.microsoft.com/en-us/office/sumx2my2-function-9e599cc5-5399-48e9-a5e0-e37812dfa3e9"
5276
+ title: "Инструкция",
5277
+ url: "https://support.microsoft.com/ru-ru/office/%D1%81%D1%83%D0%BC%D0%BC%D1%80%D0%B0%D0%B7%D0%BD%D0%BA%D0%B2-%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D1%81%D1%83%D0%BC%D0%BC%D1%80%D0%B0%D0%B7%D0%BD%D0%BA%D0%B2-9e599cc5-5399-48e9-a5e0-e37812dfa3e9"
5283
5278
  }
5284
5279
  ],
5285
5280
  functionParameter: {
5286
- arrayX: { name: "array_x", detail: "The first array or range of values." },
5287
- arrayY: { name: "array_y", detail: "The second array or range of values." }
5281
+ arrayX: { name: "массив X", detail: "Первый массив или диапазон значений." },
5282
+ arrayY: { name: "массив Y", detail: "Второй массив или диапазон значений." }
5288
5283
  }
5289
5284
  },
5290
5285
  SUMX2PY2: {
5291
- description: "Returns the sum of the sum of squares of corresponding values in two arrays",
5292
- abstract: "Returns the sum of the sum of squares of corresponding values in two arrays",
5286
+ description: "Возвращает сумму сумм квадратов соответствующих элементов двух массивов",
5287
+ abstract: "Возвращает сумму сумм квадратов соответствующих элементов двух массивов",
5293
5288
  links: [
5294
5289
  {
5295
- title: "Instruction",
5296
- url: "https://support.microsoft.com/en-us/office/sumx2py2-function-826b60b4-0aa2-4e5e-81d2-be704d3d786f"
5290
+ title: "Инструкция",
5291
+ 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%83%D0%BC%D0%BC%D1%81%D1%83%D0%BC%D0%BC%D0%BA%D0%B2-826b60b4-0aa2-4e5e-81d2-be704d3d786f"
5297
5292
  }
5298
5293
  ],
5299
5294
  functionParameter: {
5300
- arrayX: { name: "array_x", detail: "The first array or range of values." },
5301
- arrayY: { name: "array_y", detail: "The second array or range of values." }
5295
+ arrayX: { name: "массив X", detail: "Первый массив или диапазон значений." },
5296
+ arrayY: { name: "массив Y", detail: "Второй массив или диапазон значений." }
5302
5297
  }
5303
5298
  },
5304
5299
  SUMXMY2: {
5305
- description: "Returns the sum of squares of differences of corresponding values in two arrays",
5306
- abstract: "Returns the sum of squares of differences of corresponding values in two arrays",
5300
+ description: "Возвращает сумму квадратов различий соответствующих значений в двух массивах",
5301
+ abstract: "Возвращает сумму квадратов различий соответствующих значений в двух массивах",
5307
5302
  links: [
5308
5303
  {
5309
- title: "Instruction",
5310
- url: "https://support.microsoft.com/en-us/office/sumxmy2-function-9d144ac1-4d79-43de-b524-e2ecee23b299"
5304
+ title: "Инструкция",
5305
+ 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%83%D0%BC%D0%BC%D0%BA%D0%B2%D1%80%D0%B0%D0%B7%D0%BD-9d144ac1-4d79-43de-b524-e2ecee23b299"
5311
5306
  }
5312
5307
  ],
5313
5308
  functionParameter: {
5314
- arrayX: { name: "array_x", detail: "The first array or range of values." },
5315
- arrayY: { name: "array_y", detail: "The second array or range of values." }
5309
+ arrayX: { name: "массив X", detail: "Первый массив или диапазон значений." },
5310
+ arrayY: { name: "массив Y", detail: "Второй массив или диапазон значений." }
5316
5311
  }
5317
5312
  },
5318
5313
  TAN: {
5319
- description: "Returns the tangent of a number.",
5320
- abstract: "Returns the tangent of a number",
5314
+ description: "Возвращает тангенс заданного угла",
5315
+ abstract: "Возвращает тангенс заданного угла",
5321
5316
  links: [
5322
5317
  {
5323
- title: "Instruction",
5324
- url: "https://support.microsoft.com/en-us/office/tan-function-08851a40-179f-4052-b789-d7f699447401"
5318
+ title: "Инструкция",
5319
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-tan-08851a40-179f-4052-b789-d7f699447401"
5325
5320
  }
5326
5321
  ],
5327
5322
  functionParameter: {
5328
- number: { name: "number", detail: "The angle in radians for which you want the tangent." }
5323
+ number: { name: "число", detail: "Угол в радианах, для которого вычисляется тангенс." }
5329
5324
  }
5330
5325
  },
5331
5326
  TANH: {
5332
- description: "Returns the hyperbolic tangent of a number.",
5333
- abstract: "Returns the hyperbolic tangent of a number",
5327
+ description: "Возвращает гиперболический тангенс числа",
5328
+ abstract: "Возвращает гиперболический тангенс числа",
5334
5329
  links: [
5335
5330
  {
5336
- title: "Instruction",
5337
- url: "https://support.microsoft.com/en-us/office/tanh-function-017222f0-a0c3-4f69-9787-b3202295dc6c"
5331
+ title: "Инструкция",
5332
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-tanh-017222f0-a0c3-4f69-9787-b3202295dc6c"
5338
5333
  }
5339
5334
  ],
5340
5335
  functionParameter: {
5341
- number: { name: "number", detail: "Any real number." }
5336
+ number: { name: "число", detail: "Любое вещественное число." }
5342
5337
  }
5343
5338
  },
5344
5339
  TRUNC: {
5345
- description: "Truncates a number to an integer",
5346
- abstract: "Truncates a number to an integer",
5340
+ description: "Усекает число до целого числа, удаляя дробную часть числа",
5341
+ abstract: "Усекает число до целого числа, удаляя дробную часть числа",
5347
5342
  links: [
5348
5343
  {
5349
- title: "Instruction",
5350
- url: "https://support.microsoft.com/en-us/office/trunc-function-8b86a64c-3127-43db-ba14-aa5ceb292721"
5344
+ title: "Инструкция",
5345
+ url: "https://support.microsoft.com/ru-ru/office/%D1%84%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F-%D0%BE%D1%82%D0%B1%D1%80-8b86a64c-3127-43db-ba14-aa5ceb292721"
5351
5346
  }
5352
5347
  ],
5353
5348
  functionParameter: {
5354
- number: { name: "number", detail: "The number you want to truncate." },
5355
- numDigits: { name: "num_digits", detail: "A number specifying the precision of the truncation. The default value for num_digits is 0 (zero)." }
5349
+ number: { name: "число", detail: "Усекаемое число." },
5350
+ numDigits: { name: "число разрядов", detail: "Число, определяющее точность усечения. Значение по умолчанию 0 (нуль)." }
5356
5351
  }
5357
5352
  }
5358
- }, v = {
5353
+ }, D = {
5359
5354
  AVEDEV: {
5360
5355
  description: "Returns the average of the absolute deviations of data points from their mean.",
5361
5356
  abstract: "Returns the average of the absolute deviations of data points from their mean",
@@ -6307,7 +6302,7 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
6307
6302
  ],
6308
6303
  functionParameter: {
6309
6304
  maxRange: { name: "sum_range", detail: "The range of cells to max." },
6310
- criteriaRange1: { name: "criteria_range1 ", detail: "Is the set of cells to evaluate with the criteria." },
6305
+ criteriaRange1: { name: "criteria_range1", detail: "Is the set of cells to evaluate with the criteria." },
6311
6306
  criteria1: { name: "criteria1", detail: "Is the criteria in the form of a number, expression, or text that defines which cells will be evaluated as maximum. " },
6312
6307
  criteriaRange2: { name: "criteriaRange2", detail: "Additional ranges. You can enter up to 127 ranges." },
6313
6308
  criteria2: { name: "criteria2", detail: "Additional associated criteria. You can enter up to 127 criteria." }
@@ -7041,7 +7036,7 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
7041
7036
  sigma: { name: "sigma", detail: "The population (known) standard deviation. If omitted, the sample standard deviation is used." }
7042
7037
  }
7043
7038
  }
7044
- }, g = {
7039
+ }, B = {
7045
7040
  ASC: {
7046
7041
  description: "Преобразует символы полного (двойного) байта английских букв или катаканы внутри строки символов в символы половинного (одинарного) байта",
7047
7042
  abstract: "Преобразует символы полного (двойного) байта английских букв или катаканы внутри строки символов в символы половинного (одинарного) байта",
@@ -7776,7 +7771,7 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
7776
7771
  number2: { name: "number2", detail: "второй" }
7777
7772
  }
7778
7773
  }
7779
- }, T = {}, w = T, R = {
7774
+ }, v = {}, y = v, g = {
7780
7775
  ENCODEURL: {
7781
7776
  description: "Возвращает строку, закодированную в формате URL",
7782
7777
  abstract: "Возвращает строку, закодированную в формате URL",
@@ -7818,7 +7813,7 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
7818
7813
  number2: { name: "number2", detail: "второй" }
7819
7814
  }
7820
7815
  }
7821
- }, I = {
7816
+ }, T = {
7822
7817
  shortcut: {
7823
7818
  "sheets-formula-ui": {
7824
7819
  "quick-sum": "Быстрая сумма"
@@ -7835,21 +7830,21 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
7835
7830
  more: "Другие функции..."
7836
7831
  },
7837
7832
  functionList: {
7838
- ...l,
7833
+ ...c,
7839
7834
  ...o,
7840
- ...y,
7841
- ...v,
7842
- ...b,
7843
- ...r,
7844
- ...g,
7845
7835
  ...h,
7846
- ...f,
7836
+ ...D,
7837
+ ...p,
7838
+ ...r,
7839
+ ...B,
7840
+ ...d,
7841
+ ...m,
7847
7842
  ...u,
7848
7843
  ...n,
7849
7844
  ...a,
7850
- ...R,
7845
+ ...g,
7851
7846
  ...e,
7852
- ...w
7847
+ ...y
7853
7848
  },
7854
7849
  prompt: {
7855
7850
  helpExample: "ПРИМЕР",
@@ -7905,5 +7900,5 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
7905
7900
  }
7906
7901
  };
7907
7902
  export {
7908
- I as default
7903
+ T as default
7909
7904
  };