Математические functions

[ ] indicates optional parameters

ABS(число)
ACOS(число)
ACOSH(число)
ASIN(число)
ASINH(число)
ATAN(число)
ATAN2(x_num, y_num)
ATANH(число)
COS(число)
COSH(число)
EXP(число)
LN(число)
LOG(число, [основание_логарифма])
LOG10(число)
SIN(число)
SINH(число)
TAN(число)
TANH(число)
ГРАДУСЫ(угол)
ЗНАК(число)
КОРЕНЬ(число)
КОРЕНЬПИ(число)
МОБР(массив)
МОПРЕД(массив)
МУЛЬТИНОМ(число1, [число2, ...])
МУМНОЖ(массив1, массив2)
НЕЧЁТ(число)
НОД(число1, [число2, ...])
НОК(число1, [число2, ...])
ОКРВВЕРХ(число, значимость)
ОКРВНИЗ(число, значимость)
ОКРУГЛ(число, количество_цифр)
ОКРУГЛВВЕРХ(число, [количество_цифр])
ОКРУГЛВНИЗ(число, [количество_цифр])
ОКРУГЛТ(число, multiple)
ОСТАТ(число, делитель)
ОТБР(число, [количество_цифр])
ПИ()
ПРОИЗВЕД(число1, [число2, ...])
ПРОМЕЖУТОЧНЫЕ.ИТОГИ(номер_функции, ссылка1, [ссылка2, ...])
РАДИАНЫ(угол)
РИМСКОЕ(число, [форма])
РЯД.СУММ(x, n, m, coefficients)
СЛУЧМЕЖДУ(наименьшее, наибольшее)
СЛЧИС()
СТЕПЕНЬ(число, степень)
СУММ(число1, [число2, ...])
СУММЕСЛИ(диапазон, условие, [диапазон_суммирования])
СУММКВ(число1, [число2, ...])
СУММКВРАЗН(массив_x, массив_y)
СУММПРОИЗВ(массив1, [массив2, ...])
СУММРАЗНКВ(массив_x, массив_y)
СУММСУММКВ(массив_x, массив_y)
СЧЁТЕСЛИ(диапазон, условие)
ФАКТР(число)
ЦЕЛОЕ(число)
ЧЁТН(число)
ЧАСТНОЕ(numerator, denominator)
ЧИСЛКОМБ(число, выбранное_число)


Математические functions

ABS(число)

Returns the absolute value of a number.

числоThe number for which you want the absolute value.


ACOS(число)

Returns the angle in radians corresponding to the arccosine of a number.

числоThe number for which you want the arccosine.


ACOSH(число)

Returns the angle in radians corresponding to the inverse hyperbolic cosine of a number.

числоThe number for which you want the inverse hyperbolic cosine.


ASIN(число)

Returns the angle in radians corresponding to the arcsine of a number.

числоThe number for which you want the arcsine.


ASINH(число)

Returns the angle in radians corresponding to the inverse hyperbolic sine of a number.

числоThe number for which you want the inverse hyperbolic sine.


ATAN(число)

Returns the angle in radians corresponding to the arctangent of a number.

числоThe number for which you want the arctangent.


ATAN2(x_num, y_num)

Returns the angle in radians corresponding to a pair of co-ordinates.

x_numThe x co-ordinate for which you want the angle.
y_numThe y co-ordinate for which you want the angle.


ATANH(число)

Returns the angle in radians corresponding to the inverse hyperbolic tangent of a number.

числоThe number for which you want the inverse hyperbolic tangent.


COS(число)

Returns the cosine of an angle.

числоThe angle for which you want the cosine. It must be specified in radians.


COSH(число)

Returns the hyperbolic cosine of an angle.

числоThe angle for which you want the hyperbolic cosine. It must be specified in radians.


EXP(число)

Returns the e raised to the power number.

числоThe power to which you want to raise e.


LN(число)

Returns the natural logarithm of a number.

числоThe number for which you want the natural logarithm.


LOG(число, [основание_логарифма])

Returns the logarithm of a number in a specified base.

числоThe number for which you want the logarithm.
основание_логарифмаThe base in which you want the logarithm. If this parameter is omitted it defaults to 10.


LOG10(число)

Returns the base 10 logarithm of a number.

числоThe number for which you want the base 10 logarithm.


SIN(число)

Returns the sine of an angle.

числоThe angle for which you want the sine. It must be specified in radians.


SINH(число)

Returns the hyperbolic sine of an angle.

числоThe angle for which you want the hyperbolic sine. It must be specified in radians.


TAN(число)

Returns the tangent of an angle.

числоThe angle for which you want the tangent. It must be specified in radians.


TANH(число)

Returns the hyperbolic tangent of an angle.

числоThe angle for which you want the hyperbolic tangent. It must be specified in radians.


ГРАДУСЫ(угол)

Converts an angle from radians to degrees.

уголThe angle that you want to convert.


ЗНАК(число)

Returns the sign of a number; 1 for positive, -1 for negative and 0 for zero.

числоThe number of which you want the sign.


КОРЕНЬ(число)

Returns the square root of a number.

числоThe number of which you want the square root.


КОРЕНЬПИ(число)

Returns the square root of a number after it is multiplied by Pi.

числоThe number which you want to multiply by Pi and then take the square root.


МОБР(массив)

Returns the inverse of a matrix.

массивAn array or reference to cells containing the matrix.


МОПРЕД(массив)

Returns the determinant of a matrix.

массивAn array or reference to cells containing the matrix.


МУЛЬТИНОМ(число1, [число2, ...])

Returns the factorial of the sum of the values divided by the product of their factorials.

число1, ...The numbers of which you want the multinomial.

y

МУМНОЖ(массив1, массив2)

Returns the product of two matrices.

массив1An array or reference to cells containing the first matrix.
массив2An array or reference to cells containing the second matrix.


НЕЧЁТ(число)

Returns the number rounded up to the next odd number.

числоThe number which you want rounded.


НОД(число1, [число2, ...])

Returns the greatest common divisor of a set of numbers.

число1, ...The numbers of which you want the greatest common divisor.


НОК(число1, [число2, ...])

Returns the lowest common multiple of a set of numbers.

число1, ...The numbers of which you want the lowest common multiple.


ОКРВВЕРХ(число, значимость)

Returns the number rounded up (away from zero) to the next multiple of significance.

числоThe number which you want rounded.
значимостьThe units you want to use for rounding.


ОКРВНИЗ(число, значимость)

Returns the number rounded down (towards zero) to the next multiple of significance.

числоThe number which you want rounded.
значимостьThe units you want to use for rounding.


ОКРУГЛ(число, количество_цифр)

Returns a number rounded to the number of decimal places specified.

числоThe number that you want rounded.
количество_цифрThe number of decimal places to round to (may be negative).


ОКРУГЛВВЕРХ(число, [количество_цифр])

Returns a number rounded up to the number of decimal places specified.

числоThe number that you want rounded.
количество_цифрThe number of decimal places to round to (may be negative). If this parameter is omitted it defaults to 0.


ОКРУГЛВНИЗ(число, [количество_цифр])

Returns a number rounded down to the number of decimal places specified.

числоThe number that you want rounded.
количество_цифрThe number of decimal places to round to (may be negative). If this parameter is omitted it defaults to 0.


ОКРУГЛТ(число, multiple)

Returns the number rounded to a multiple.

числоThe number that you want rounded.
multipleThe multiple to which you want the number rounded.


ОСТАТ(число, делитель)

Returns the remainder of a division.

числоThe dividend.
делительThe divisor.


ОТБР(число, [количество_цифр])

Returns a number truncated to the number of decimal places specified.

числоThe number that you want truncated.
количество_цифрThe number of decimal places to truncate to (may be negative).


ПИ()

Returns the value of Pi.



ПРОИЗВЕД(число1, [число2, ...])

Returns the product of a list of numbers.

число1, ...The numbers that you want to multiply together.


ПРОМЕЖУТОЧНЫЕ.ИТОГИ(номер_функции, ссылка1, [ссылка2, ...]);

Returns the subtotal of values in one or more ranges, excluding other subtotal figures.

номер_функцииThe subtotal function that you want. The possible values are:
1СРЗНАЧ
2СЧЁТ
3СЧЁТЗ
4МАКС
5МИН
6ПРОИЗВЕД
7СТАНДОТКЛОН
8СТАНДОТКЛОНП
9СУММ
10ДИСП
11ДИСПР
ссылка1, ...The ranges of cells that you want subtotalled.


РАДИАНЫ(угол)

Converts an angle from degrees to radians.

уголThe angle that you want to convert.


РИМСКОЕ(число, [форма])

Returns a string representing a number converted to roman numerals.

числоThe number that you want to convert.
формаSpecifies the compactness of the representation. The possible values are:
0Classic
1More compact
2More compact
3More compact
4Simplified
ИСТИНАClassic
ЛОЖЬSimplified
If this parameter is omitted it defaults to 0.


РЯД.СУММ(x, n, m, coefficients)

Returns the value of a polynomial.

xThe number to be raised to a power.
nThe power of the first term in the series.
mThe difference between successive powers in the series.
coefficientsAn array or reference to cells containing the coefficients.


СЛУЧМЕЖДУ(наименьшее, наибольшее)

Returns a random integer in the range you specify.

наименьшееThe lower limit of the range.
наибольшееThe upper limit of the range.


СЛЧИС()

Returns a random number between 0 and 1.



СТЕПЕНЬ(число, степень)

Returns the number raised to the power.

числоThe number which you want raised to a power.
степеньThe power to which you want to raise the number.


СУММ(число1, [число2, ...])

Returns the sum of a list of numbers.

число1, ...The numbers that you want to add together.


СУММЕСЛИ(диапазон, условие, [диапазон_суммирования])

Returns the sum of cells in a specified range that meet the specified criteria.

диапазонA reference to the cells you want to check.
условиеA string containing a comparison expression.
диапазон_суммированияA range containing values to be summed where the values in the first range meet the specified criteria. If this parameter is omitted then the values in the first range are summed.


СУММКВ(число1, [число2, ...])

Returns the sum of the squares of the numbers in the list.

число1, ...The numbers that are to be squared and then summed.


СУММКВРАЗН(массив_x, массив_y)

Returns the sum of the squares of the differences of the numbers in the ranges.

массив_xThe first range of numbers.
массив_yThe second range of numbers.


СУММПРОИЗВ(массив1, [массив2, ...])

Returns the sum of the products of the cells in one or more ranges.

массив1, ...The ranges of cells where corresponding values are multiplied together and then summed.


СУММРАЗНКВ(массив_x, массив_y)

Returns the sum of the differences of the squares of the numbers in the ranges.

массив_xThe first range of numbers.
массив_yThe second range of numbers.


СУММСУММКВ(массив_x, массив_y)

Returns the sum of the sums of the squares of the numbers in the ranges.

массив_xThe first range of numbers.
массив_yThe second range of numbers.


СЧЁТЕСЛИ(диапазон, условие)

Returns the number of cells in a specified range that meet the specified criteria.

диапазонA reference to the cells you want to count.
условиеA string containing a comparison expression.


ФАКТР(число)

Returns the factorial of a number.

числоThe number of which you want the factorial.


ЦЕЛОЕ(число)

Returns the number rounded down to the next integer.

числоThe number which you want rounded.


ЧЁТН(число)

Returns the number rounded up to the next even number.

числоThe number which you want rounded.


ЧАСТНОЕ(numerator, denominator)

Returns the integer result of a division.

numeratorThe dividend.
denominatorThe divisor.


ЧИСЛКОМБ(число, выбранное_число)

Returns the number of combinations in which a number of items can be chosen from a total number.

числоThe total number of items.
выбранное_числоThe number of items chosen.