Функтсияҳои Риёзӣ

This category contains the Mathematical functions for Calc. To open the Function Wizard, choose Insert - Function.

[text/scalc/01/func_aggregate.xhp#aggregate_head not found].

This function returns an aggregate result of the calculations in the range. You can use different aggregate functions listed below. The Aggregate function enables you to omit hidden rows, errors, SUBTOTAL and other AGGREGATE function results in the calculation.

RAWSUBTRACT

Subtracts a set of numbers and gives the result without eliminating small roundoff errors.

САНА

Return a numeric value calculated by a combination of three colors (red, green and blue) and the alpha channel, in the RGBA color system. The result depends on the color system used by your computer.

[text/scalc/01/func_sumifs.xhp#sumifs_head not found].

Returns the sum of the values of cells in a range that meets multiple criteria in multiple ranges.

ABS

Рақами бутуни ададро бармегардонад.

Syntax

YEAR(рақам)

Number арзише, ки арзишии бутуни он ҳисоб карда мешавад.

Example

Дохилкунии -56 арзиши 56 ро бармегардонад.

Дохилкунии 56 арзиши 56 ро бармегардонад.

Арксинуси -1 ба -1.57 баробар аст.

ACOS

Арксинуси рақамро медиҳад.

Syntax

YEAR(рақам)

Number арзиши ҳисобшаванда.

To return the angle in degrees, use the DEGREES function.

Example

Арксинуси -1 арзиши 3.14 ро медиҳад.

=DEGREES(ACOS(0.5)) returns 60. The cosine of 60 degrees is 0.5.

ACOSH

Косинуси гиперболии арзишро медиҳад.

Syntax

YEAR(рақам)

Numberарзише, ки Косинуси гиперболии он ҳисоб карда мешавад.

Number must be greater than or equal to 1.

Example

Косинуси гиперболии 1 ба 0 баробар аст.

Косинуси гиперболии 1 ба 0 баробар аст.

ACOT

Котангенси гиперболии арзишро медиҳад.

Syntax

YEAR(рақам)

Numberарзише, ки Котангенси гиперболии он ҳисоб карда мешавад.

To return the angle in degrees, use the DEGREES function.

Example

Котангенси гиперболии -1 ба 2.36 баробар аст.

=DEGREES(ACOT(1)) returns 45. The tangent of 45 degrees is 1.

ACOTH

Котангенси гиперболии арзишро медиҳад.

Syntax

YEAR(рақам)

Number арзише, ки Котангенси гиперболии он ҳисоб карда мешавад.

An error results if Number is between -1 and 1 inclusive.

Example

Котангенси гиперболии 1.1 ба 1.52 баробар аст.

ASIN

Арксинуси арзишро медиҳад.

Syntax

YEAR(рақам)

Number арзише, ки арксинуси он ҳисоб карда мешавад.

To return the angle in degrees, use the DEGREES function.

Example

Арксинуси -1 ба -1.57 баробар аст.

Арктангенси -1 ба -0.79 баробар аст.

=DEGREES(ASIN(0.5)) returns 30. The sine of 30 degrees is 0.5.

ASINH

Косинуси гиперболии арзишро медиҳад.

Syntax

YEAR(рақам)

Number арзише, ки Косинуси гиперболии он ҳисоб карда мешавад.

Example

Косинуси гиперболии -90 ба -5.19 баробар аст.

Арксинуси -1 ба -1.57 баробар аст.

ATAN

Арктангенси рақарро бармегардонад.

Syntax

YEAR(рақам)

Number арзише, ки арктангенсаш ҳисоб карда мешавад.

To return the angle in degrees, use the DEGREES function.

Example

Арктангенси -1 ба -0.79 баробар аст.

=DEGREES(ATAN(1)) returns 45. The tangent of 45 degrees is 1.

ATAN2

Арктангенси координтаҳои x ва y ро ҳисоб мекунад.

Syntax

ATAN2(NumberX; NumberY)

Number x арзиши x.

Number y арзиши y.

ATAN2 returns the inverse trigonometric tangent, that is, the angle (in radians) between the x-axis and a line from point NumberX, NumberY to the origin. The angle returned is between -PI and PI.

To return the angle in degrees, use the DEGREES function.

Example

Бо арзиши 45 ба координати x ва 90 ба координати y арзиши 1.11 ро медиҳад.

=DEGREES(ATAN2(12.3;12.3)) returns 45. The tangent of 45 degrees is 1.

ATANH

Арзиши муқобили тангенси гипербохии рақамро медиҳад.

Syntax

YEAR(рақам)

Number ададе, ки тангенси муқобили гиперболиаш ҳисоб карда мешавад.

Number must obey the condition -1 < number < 1.

Example

Тангенси муқобили гиперболии 0.99 ба 2.65 баробар аст.

CEILING

Ададро ба наздиктарин адади бутун табдил медиҳад.

Syntax

CEILING(Number; Significance; Mode)

Number арзиш.

Increment қадам.

Mode is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number, i.e. negative numbers are rounded away from zero. If the Mode value is equal to zero or is not given, negative numbers are rounded towards zero.

Тасвири Огоҳикунанда

If the spreadsheet is exported to Microsoft Excel, the CEILING function is exported as the equivalent CEILING.MATH function that exists since Excel 2013. If you plan to use the spreadsheet with earlier Excel versions, use either CEILING.PRECISE that exists since Excel 2010, or CEILING.XCL that is exported as the CEILING function compatible with all Excel versions. Note that CEILING.XCL always rounds away from zero.


Example

=CEILING( -11; -2) натиҷа -10

=CEILING( -11; -2; 0) натиҷа -10

=CEILING( -11; -2; 1) натиҷа -12

CEILING.MATH

Rounds a number up to the nearest multiple of Significance.

Syntax

CEILING.MATH(Number; Significance; Mode)

Number is the number that is to be rounded up.

Significance is the number to whose multiple the value is to be rounded up.

Mode is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number, i.e. negative numbers are rounded away from zero. If the Mode value is equal to zero or is not given, negative numbers are rounded towards zero.

Тасвири Огоҳикунанда

This function exists for interoperability with Microsoft Excel 2013 or newer.


Example

=CEILING.MATH(-10;-3) returns -9

=CEILING.MATH(-10;-3;0) returns -9

=CEILING.MATH(-10;-3;1) returns -12

CEILING.PRECISE

Rounds a number up to the nearest multiple of Significance, regardless of sign of Significance

Syntax

CEILING.PRECISE(Number; Significance)

Number арзиш.

Increment қадам.

Example

=CEILING( -11; -2) натиҷа -10

CEILING.XCL

Rounds a number away from zero to the nearest multiple of Significance.

Syntax

CEILING.XCL(Number; Significance)

Number is the number that is to be rounded.

Significance is the number to whose multiple the value is to be rounded.

Тасвири Огоҳикунанда

This function exists for interoperability with Microsoft Excel 2007 or older versions.


Example

=CEILING.XCL(1;3) returns 3

=CEILING.XCL(7;4) returns 8

=CEILING.XCL(-10;-3) returns -12

COMBIN

Шумораи комбинатсияҳоро барои объектҳои додашуда ҳисоб мекунад.

Syntax

COMBIN(Count1; Count2)

Count 1 шумораи умумии элементҳо.

Count 2 шумораи интихоби элемент.

COMBIN returns the number of ordered ways to choose these items. For example if there are 3 items A, B and C in a set, you can choose 2 items in 3 different ways, namely AB, AC and BC.

COMBIN implements the formula: Count1!/(Count2!*(Count1-Count2)!)

Example

Дохилкунии 2 дар қуттии Count 1 ва 2, натиҷаи 1 медиҳад.

COMBINA

Шумораи комбинатсияҳоро барои объектҳои додашуда ҳисоб мекунад (бо такрор).

Syntax

COMBINA(Count1; Count2)

Count 1 шумораи умумии элементҳо.

Count 2 шумораи интихоби элемент.

COMBINA returns the number of unique ways to choose these items, where the order of choosing is irrelevant, and repetition of items is allowed. For example if there are 3 items A, B and C in a set, you can choose 2 items in 6 different ways, namely AA, AB, AC, BB, BC and CC.

COMBINA implements the formula: (Count1+Count2-1)! / (Count2!(Count1-1)!)

Example

Дохилкунии 2 дар қуттии Count 1 ва 2, натиҷаи 3 медиҳад.

CONVERT_OOO

Converts a value from one unit of measurement to another unit of measurement. The conversion factors are given in a list in the configuration.

At one time the list of conversion factors included the legacy European currencies and the Euro (see examples below). We suggest using the new function EUROCONVERT for converting these currencies.

Syntax

CONVERT_OOO(value;"text";"text")

Example

=CONVERT_OOO(100;"ATS";"EUR") returns the Euro value of 100 Austrian Schillings.

=CONVERT_OOO(100;"EUR";"DEM") converts 100 Euros into German Marks.

COS

Косинуси рақамро медиҳад.

Syntax

YEAR(рақам)

Number арзиш.

To return the cosine of an angle in degrees, use the RADIANS function.

Example

Кунҷи 6.28 (2Pi) косинуси 1 ро медиҳад.

Кунҷи 3.14 (2Pi) косинуси -1 ро медиҳад.

COSH

Косинуси гиперболии рақамро медиҳад.

Syntax

YEAR(рақам)

Number арзиш.

Example

Арзиши -5 косинуси гиперболии 74.21 ро медиҳад.

COT

Котангенси кунҷи додашударо медиҳад.

Syntax

YEAR(рақам)

Number арзиш.

To return the cotangent of an angle in degrees, use the RADIANS function.

The cotangent of an angle is equivalent to 1 divided by the tangent of that angle.

Намуна:

Кунҷи -45 Котангенси -0.62 ро медиҳад.

Кунҷи 90 Котангенси -0.5 ро медиҳад.

COTH

Котангенси гиперболии кунҷро медиҳад.

Syntax

YEAR(рақам)

Number арзиш.

Example

Арзиши 90 Котангенси гиперболии 1 ро медиҳад.

CSC

Returns the cosecant of the given angle (in radians). The cosecant of an angle is equivalent to 1 divided by the sine of that angle

Syntax

YEAR(рақам)

Number арзиш.

To return the cosecant of an angle in degrees, use the RADIANS function.

Example

=CSC(PI()/4) returns approximately 1.4142135624, the inverse of the sine of PI/4 radians.

Кунҷи 3.14 (2Pi) косинуси -1 ро медиҳад.

CSCH

Косинуси гиперболии рақамро медиҳад.

Syntax

YEAR(рақам)

Number арзиш.

Example

=CSCH(1) returns approximately 0.8509181282, the hyperbolic cosecant of 1.

DEGREES

Радианро ба дараҷа табдил медиҳад.

Syntax

DEGREES(Number)

Number арзиш.

Example

=DEGREES(PI()) returns 180 degrees.

EUROCONVERT

Converts between old European national currency and to and from Euros.

Syntax

EUROCONVERT(Value; "From_currency"; "To_currency", full_precision, triangulation_precision)

Value суммаи арзи табдилшаванда.

Text номи расмии арз (мисол, "EUR"). Аввалин параметриText арзиши рамзи табдилшаванда, дуюми Text арзиши арзӣ ниҳоӣ мебошад.

Full_precision is optional. If omitted or False, the result is rounded according to the decimals of the To currency. If Full_precision is True, the result is not rounded.

Triangulation_precision is optional. If Triangulation_precision is given and >=3, the intermediate result of a triangular conversion (currency1,EUR,currency2) is rounded to that precision. If Triangulation_precision is omitted, the intermediate result is not rounded. Also if To currency is "EUR", Triangulation_precision is used as if triangulation was needed and conversion from EUR to EUR was applied.

Намуна:

=CONVERT(100;"ATS";"EUR") 100 Шиллинги Австралиро ба Евро мегардонад.

=CONVERT(100;"EUR";"DEM") 100 Евроро ба Маркаи Олмони мегардонад.

EVEN

Ададро ба наздиктарин адади бутуни ҷуфт табдил медиҳад.

Syntax

YEAR(рақам)

Number арзиш.

Example

Агар шумо адади 0.01-ро дохил кунед, натиҷа 2 мешавад.

Агар шумо адади 0.01-ро дохил кунед, натиҷа 2 мешавад.

Арксинуси -1 ба -1.57 баробар аст.

Агар шумо адади 0.01-ро дохил кунед, натиҷа 2 мешавад.

EXP

е-ро ба дараҷаи рақам мебарорад.

Syntax

YEAR(рақам)

Number дараҷае, ки ба он е бардошта мешавад.

Example

Натиҷаиба дараҷаи -4-и e 0.02 аст.

FACT

Факториали рақамро бармегардонад.

Syntax

YEAR(рақам)

Numberарзиш.

=FACT(0) returns 1 by definition.

The factorial of a negative number returns the "invalid argument" error.

Example

FACT(10) 3628800 ро бармегардонад.

FACT(0) 1ро бармегардонад.

FLOOR

Рақамро ба поён бутун мегардонад.

Syntax

FLOOR(Number; Significance; Mode)

Number арзиш.

Significance ададе, ки ба зарби он адад бутун карда мешавад.

Mode is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number, i.e. negative numbers are rounded towards zero. If the Mode value is equal to zero or is not given, negative numbers are rounded away from zero.

Тасвири Огоҳикунанда

If the spreadsheet is exported to Microsoft Excel, the FLOOR function is exported as the equivalent FLOOR.MATH function that exists since Excel 2013. If you plan to use the spreadsheet with earlier Excel versions, use either FLOOR.PRECISE that exists since Excel 2010, or FLOOR.XCL that is exported as the FLOOR function compatible with all Excel versions. Note that FLOOR.XCL always rounds towards zero.


Example

=FLOOR( -11; -2) натиҷа -12

=FLOOR( -11; -2; 0) натиҷа -12

=FLOOR( -11; -2; 1) натиҷа -10

FLOOR.PRECISE

Rounds a number down to the nearest multiple of Significance, regardless of sign of Significance

Syntax

FLOOR.PRECISE(Number; Significance)

Number арзиш.

Significance ададе, ки ба зарби он адад бутун карда мешавад.

Example

=FLOOR( -11; -2) натиҷа -12

GCD

Тақсимкунандаи умумии ду ва зиёда ададҳоро медиҳад.

The greatest common divisor is the positive largest integer which will divide, without remainder, each of the given integers.

Syntax

GCD(адад аз 1 то 30)

Адад аз 1 то 30 арзишҳои ҳисобшаванда

Example

=GCD(16;32;24) gives the result 8, because 8 is the largest number that can divide 16, 24 and 32 without a remainder.

=GCD(B1:B3) where cells B1, B2, B3 contain 9, 12, 9 gives 3.

GCD_EXCEL2003

The result is the greatest common divisor of a list of numbers.

Тасвири эзоҳ

The functions whose names end with _ADD or _EXCEL2003 return the same results as the corresponding Microsoft Excel 2003 functions without the suffix. Use the functions without suffix to get results based on international standards.


Syntax

GCD_EXCEL2003(Number(s))

Number(s): рӯйхати ададҳо (то 30 адад).

Example

=GCD_EXCEL2003(5;15;25) returns 5.

INT

Рақамро ба наздиктарин адади бутун табдил медиҳад.

Syntax

YEAR(рақам)

Number арзиш.

Negative numbers round down to the integer below.

Example

Адади -0.1, -1 ро медиҳад.

Адади -23.74, 23 ро медиҳад.

ISO.CEILING

Rounds a number up to the nearest multiple of Significance, regardless of sign of Significance

Syntax

ISO.CEILING(Number; Significance)

Number арзиш.

Increment қадам.

Example

=CEILING( -11; -2) натиҷа -10

LCM

Хурдтарин зарбшавандаи умумии ду ва зиёда ададро медиҳад.

Syntax

GCD(адад аз 1 то 30)

Integer 1 to 30 то 30 рақам, ки хурдтарин зарбшавандаи онҳо ҳисоб карда мешавад.

Example

Ададҳои 512;1024 ва 2000 ро дар қуттиҳои 1;2 ва 3 дохил кунед, 128000 баргардонида мешавад.

LCM_EXCEL2003

The result is the lowest common multiple of a list of numbers.

Тасвири эзоҳ

The functions whose names end with _ADD or _EXCEL2003 return the same results as the corresponding Microsoft Excel 2003 functions without the suffix. Use the functions without suffix to get results based on international standards.


Syntax

LCM_EXCEL2003(Number(s))

Number(s): рӯйхати ададҳо (то 30 адад).

Example

=LCM_EXCEL2003(5;15;25) returns 75.

LN

Логарифми натуралии e-и (2.71828182845904) рақамро медиҳад.

Syntax

YEAR(рақам)

Number арзиши рақам.

Example

Логарифми натуралӣ ба асоси е-и 3 ба 1.1 баробар аст.

Агар шумо адади 0.01-ро дохил кунед, натиҷа 2 мешавад.

LOG

Логарифми ададро ба асоси додашуда ҳисоб мекунад.

Syntax

LOG(Number; Base)

Numberарзиши адад.

Base асос.

Example

Логарифми адади 10 бо асоси 3 ба 2.1 баробар аст.

Адади -0.1, -1 ро медиҳад.

LOG10

Логарифми асоси 10 -и ададро медиҳад.

Syntax

LOG10(Number)

Number арзиши адад.

Example

Логарифми адади 3 бо асоси 10 ба 0.48 баробар аст.

MOD

Бақияро бармегардонаб пас тақсим.

Syntax

MOD(Dividend; Divisor)

Dividend ададе, ки аз он бақия гирифта мешавад.

Divisor тақсимкунанда.

Example

Арзиши17 дар қутти тақсимшаванда ба тақсимкунандаи -1.4 тақсим карда мешавад.Натиҷа (бақия) -1.2.

Дохилкунии 56 арзиши 56 ро бармегардонад.

MROUND

Натиҷа адади бутуни зарби рақамҳост.

Syntax

MROUND(Number; Multiple)

Returns Number rounded to the nearest multiple of Multiple.

An alternative implementation would be Multiple * ROUND(Number/Multiple).

Example

Кадом адади бутун зарби 3 ба 15.5 наздиктар аст?

=MROUND(1.6;0.5) натиҷа 1.5

MULTINOMIAL

Returns the factorial of the sum of the arguments divided by the product of the factorials of the arguments.

Syntax

MULTINOMIAL(Number(s))

Number(s): рӯйхати ададҳо (то 30 адад).

Example

=MULTINOMIAL(F11:H11) натиҷа 1260, агар F11 то H11 арзишҳои 2, 3 ва 4 дошта бошанд. Ин ба формулаи =(2+3+4)! / (2!*3!*4!) мувофиқ аст

ODD

Рақамро ба наздиктарин рақами тоқ бутун месозад.

Syntax

YEAR(рақам)

Number арзиш.

Example

Дохилкунии рақами 1.01, натиҷаи 3 медиҳад.

Дохилкунии рақами 1.01, натиҷаи 3 медиҳад.

Дохилкунии рақами 1.01, натиҷаи 3 медиҳад.

Дохилкунии рақами 1.01, натиҷаи 3 медиҳад.

POWER

Натиҷа ба дараҷа бардоштани адад мебошад.

Syntax

POWER(base; power) ё base ^ power

Base адади ба дараҷа бардошташаванда.

The same result may be achieved by using the exponentiation operator ^:

Base^Exponent

Example

Дохилкунии 3 ҳамчун асос ва -2 ҳамчун дараҷа натиҷаи 0.11 ро медиҳад.

=4^3 also returns 4 to the power of 3.

QUOTIENT

Returns the integer part of a division operation.

Syntax

QUOTIENT(Numerator; Denominator)

Returns the integer part of Numerator divided by Denominator.

QUOTIENT is equivalent to INT(numerator/denominator) for same-sign numerator and denominator, except that it may report errors with different error codes. More generally, it is equivalent to INT(numerator/denominator/SIGN(numerator/denominator))*SIGN(numerator/denominator).

Example

=QUOTIENT(11;3) returns 3. The remainder of 2 is lost.

RADIANS

Дараҷаро ба радиан табдил медиҳад.

Syntax

RADIANS(Number)

Number кунҷ дар дараҷа.

Example

=RADIANS(90) returns 1.5707963267949, which is PI/2 to Calc's accuracy.

RANDBETWEEN

Адади бутуни тақрибиро аз фосилаи ду адад медиҳад - Bottom ва Top (ҳарду дохиланд). Барои азнарҳисобкунӣ Shift+Ctrl+F9 пахш кунед.

Syntax

RANDBETWEEN(Bottom; Top)

Returns an integer random number between integers Bottom and Top (both inclusive).

This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press F9.

To generate random numbers which never recalculate, copy cells containing this function, and use Edit - Paste Special (with Paste All and Formulas not marked and Numbers marked).

Example

=RANDBETWEEN (20;30) адади бутунро аз миёни 20 ва 30 медиҳад.

ROUND

Rounds a number to a certain number of decimal places.

Syntax

ROUND(Number; Count)

number арзиш.

This function rounds to the nearest number. See ROUNDDOWN and ROUNDUP for alternatives.

Example

Агар адади 17.546 дар қуттии number ва 1 шумораи бутункунӣ, 17.5 баргардонида мешавад.

=ROUND(-32.4834; 3) натиҷа -32.483.

Агар адади 17.546 дар қуттии number ва 1 шумораи бутункунӣ, 17.5 баргардонида мешавад.

Дохилкунии рақами 1.01, натиҷаи 3 медиҳад.

Дохилкунии 123.343 ва арзиши 2 дар қуттии count натиҷаи 123.35 медиҳад.

ROUNDDOWN

Ададро ба самти сифр бутун мекунад.

Syntax

ROUNDDOWN(Number; Count)

numberарзиш.

This function rounds towards zero. See ROUNDUP and ROUND for alternatives.

Example

Дохилкунии 567.567 ва арзиши 2 дар қуттии count натиҷаи 567.56 медиҳад.

Дохилкунии 567.567 ва арзиши 2 дар қуттии count натиҷаи 567.56 медиҳад.

Дохилкунии 567.567 ва арзиши 2 дар қуттии count натиҷаи 567.56 медиҳад.

Дохилкунии 567.567 ва арзиши 2 дар қуттии count натиҷаи 567.56 медиҳад.

ROUNDUP

Рақамро ба боло бутун месозад, мувофиқи шумораи додашуда.

Syntax

ROUNDUP(Number; Count)

number арзиш.

This function rounds away from zero. See ROUNDDOWN and ROUND for alternatives.

Example

Дохилкунии 123.343 ва арзиши 2 дар қуттии count натиҷаи 123.35 медиҳад.

Дохилкунии 567.567 ва арзиши 2 дар қуттии count натиҷаи 567.56 медиҳад.

Дохилкунии 123.343 ва арзиши 2 дар қуттии count натиҷаи 123.35 медиҳад.

Дохилкунии -4.5, натиҷаи -1 медиҳад.

Дохилкунии 123.343 ва арзиши 2 дар қуттии count натиҷаи 123.35 медиҳад.

SEC

Returns the secant of the given angle (in radians). The secant of an angle is equivalent to 1 divided by the cosine of that angle

Syntax

YEAR(рақам)

Number кунҷ дар радиан.

To return the secant of an angle in degrees, use the RADIANS function.

Example

=SEC(PI()/4) returns approximately 1.4142135624, the inverse of the cosine of PI/4 radians.

Кунҷи 3.14 (2Pi) косинуси -1 ро медиҳад.

SECH

Синуси гиперболии ададро медиҳад.

Syntax

YEAR(рақам)

Number арзиш.

Example

Дохилкунии арзиши -5 натиҷаи 74.2 медиҳад.

SERIESSUM

Суммаи дараҷаҳои x ро медиҳад мувофиқи:

SERIESSUM(x;n;m;coefficients) = coefficient_1*x^n + coefficient_2*x^(n+m) + coefficient_3*x^(n+2m) +...+ coefficient_i*x^(n+(i-1)m)

Syntax

SERIESSUM(X; N; M; Coefficients)

x: арзиш

n: дараҷа

m: қадам

coefficients: коэффитсиетҳо.

SIGN

Синуси рақамро медиҳад.

Syntax

YEAR(рақам)

Number арзиш.

Example

Дохилкунии 3.4, натиҷаи 1 медиҳад.

Дохилкунии -4.5, натиҷаи -1 медиҳад.

SIN

Синуси рақами додашударо медиҳад.

Syntax

YEAR(рақам)

Number кунҷ дар радиан.

To return the sine of an angle in degrees, use the RADIANS function.

Example

Синуси радиании 3.14 (Pi) 0 аст.

Кунҷи 3.14 (2Pi) косинуси -1 ро медиҳад.

SINH

Синуси гиперболии ададро медиҳад.

Syntax

YEAR(рақам)

Number арзиш.

Example

Дохилкунии арзиши -5 натиҷаи 74.2 медиҳад.

SQRT

Решаи квадратии мутлақи ададро медиҳад.

Syntax

YEAR(рақам)

Number арзиш.

Number must be positive.

Example

Решаи квадратии 16 ба 4 баробар аст.

=SQRT(-16) returns an invalid argument error.

SQRTPI

Решаи квадратии адад *PI-ро медиҳад.

Syntax

YEAR(рақам)

Returns the positive square root of (PI multiplied by Number).

This is equivalent to SQRT(PI()*Number).

Example

=SQRTPI(2) натиҷа 2.506628.

SUBTOTAL

Зерсуммаҳоро ҳисоб мекунад. Агар диапазон аллакай зерсумма дошта бошад, онгоҳ ин истифода намешавад.

Syntax

SUBTOTAL(Function; Range)

Function рақаме, ки ба яке аз ин функтсияҳо мувофиқ аст:

Индекси функтсия

(includes hidden values)

Function index

(ignores hidden values)

Функтсия

1

101

АРЗМИЁНА

2

102

ШУМОРА

3

103

ШУМОРАИA

4

104

МАКС

5

105

МИН

6

106

ҲОСИЛ

7

107

ФАРҚРСТАНД

8

108

ФАРҚРСТАНД

9

109

СУММА

10

110

ФАР

11

111

ФАРП


Use numbers 1-11 to include manually hidden rows or 101-111 to exclude them; filtered-out cells are always excluded.

Range диапазоне, ки арзишҳояш дохил шудаанд.

Example

You have a table in the cell range A1:B6 containing a bill of material for 10 students. Row 2 (Pen) is manually hidden. You want to see the sum of the figures that are displayed; that is, just the subtotal for the filtered rows. In this case the correct formula would be:

A

B

1

ITEM

QUANTITY

2

Pen

10

3

Pencil

10

4

Notebook

10

5

Rubber

10

6

Sharpener

10


=SUBTOTAL(9;B2:B6) returns 50.

=SUBTOTAL(109;B2:B6) returns 40.

SUM

Суммаи ададҳои диапазонро медиҳад.

Syntax

SUM(Number1; Number2; ...; Number30)

Number 1 to number 30 аз 1 то 30 адад, ки ҳосили ҷамъашон ҳисоб карда мешавад.

Example

Агар ададҳои 2; 3 ва 4 дар қуттии Number 1; 2 ва 3 дохил кунед, ҷавоб 9 мешавад.

SUM(A1;A3;B5) ҳосили ҷамъи 3 рақамро ва SUM (A1:E10) арзиши чашмакҳои аз A1 то E10 ҷамъ мекунад.

Шартҳо ба мисли AND бо функтсияи SUM() истифода мешаванд:

Мисол: Шумо инвойсро ба ҷадвал дохил мекунед. Сутуни A санаи инвойс, сутуни B суммаи инвойсро доранд. Акнун шумо мехоҳед, ки суммаи инвойсҳои як моҳро ҳисоб кунед, мисол >=1.1.99 to <1.2.99. Диапазони сана A1:A40 ва диапазони сумма B1:B40 мебошанд. C1 санаи аввали инвойс 1.1.99 ва C2 санаи 1.2.99, дохил карда намешавад.

Ин формуларо ҳамчун массив дохил кунед:

=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)

Барои ҳамчун массив дохил кардани формула Фармони Shift + Enter-ро пахш кунед ба ҷои танҳо пахш кардани Enter. Формула дар лавҳаи Формула дар дохили қавсайн пайдо мешавад.

{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}

The formula is based on the fact that the result of a comparison is 1 if the criterion is met and 0 if it is not met. The individual comparison results will be treated as an array and used in matrix multiplication, and at the end the individual values will be totaled to give the result matrix.

SUMIF

Ҳосили ҷамъи чашмакҳои ба шарти додашуда ҷавобгӯйро медиҳад.

The search supports regular expressions. You can enter "all.*", for example to find the first location of "all" followed by any characters. If you want to search for a text that is also a regular expression, you must precede every character with a "\" character. You can switch the automatic evaluation of regular expression on and off in - LibreOffice Calc - Calculate.

Syntax

SUMIF(Range; Criteria; SumRange)

Range диапазоне, ки дар он шарт санҷида мешавад.

Criteria критерияи ҷустуҷӯ.

Sum_range диапазоне, ки дар он амали ҷамъ гузаронида мешавад. Агар ин параметр муайян нашуда бошад, арзиши дар Қитъа буда ҷамъ карда мешаванд.

Тасвири эзоҳ

SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given.


Example

Намуна дар SUM() оварда шудааст.

=SUMIF(A1:A10;">0";B1:10) - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0.

See COUNTIF() for some more syntax examples that can be used with SUMIF().

SUMSQ

Барои ҳисоб кардани суммаи квадрати рақамҳо, инро да майдонҳо дохил кунед.

Syntax

SUMSQ(Number1; Number2; ...; Number30)

Number 1 to number 30 аз 1 то 30 адад.

Example

Дохилкунии ададҳои 2; 3 ва 4 дар қуттиҳоиNumber 1; 2 3 3 натиҷа 29 мешавад.

TAN

Тангенси кунҷи додашударо медиҳад.

Syntax

YEAR(рақам)

Number кунҷ дар радиан.

To return the tangent of an angle in degrees, use the RADIANS function.

Example

Тангенси кунҷи (дар радиан) 3.14 (Pi) 0 аст.

Кунҷи 90 Котангенси -0.5 ро медиҳад.

TANH

Тангенси гиперболии рақамро медиҳад.

Syntax

YEAR(рақам)

Number арзиш.

Example

Дохилкунии арзиши -5 натиҷаи -1 медиҳад.

TRUNC

Рақамро хурд мегардонад бо камкунии рақамҳои касрии он мувофиқи шумораи касрии додашуда num_digits.

Syntax

TRUNC(Number; Count)

Numberададе, ки касри он бурида мешавад.

Count шумораи қисми касрӣ, ки боқӣ мемонад.

Тасвири Огоҳикунанда

Example

Дохилкунии 34.5678 дар қуттии Count 1, натиҷаи 34.5 ро медиҳад.

Дохилкунии 34.5678 дар қуттии Count 1, натиҷаи 34.5 ро медиҳад.

ВА

Рақами тақрибиро аз фосилаи аз 0 то 1 медиҳад.

Syntax

RAND()

This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press F9.

To generate random numbers which never recalculate, copy cells each containing =RAND(), and use Edit - Paste Special (with Paste All and Formulas not marked and Numbers marked).

Example

=RAND() returns a random number between 0 and 1.

ПӢ

Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.

Syntax

PI()

Example

=PI() returns 3.14159265358979.

ҲОСИЛ

Ҳосили зарби ададҳои додашударо медиҳад.

Syntax

PRODUCT(Number1; Number2; ...; Number30)

Number 1 to number 30 Аз 1 то 30 адад, ки ҳосили зарби онҳо ҳисоб карда мешавад.

PRODUCT returns number1 * number2 * number3 * ...

Example

Дохилкунии 2; 3 ва 4 дар қуттии Number 1; 2 ва 3, натиҷаи 24 медиҳад.