فورمۇلا

Opens a submenu, from which you can insert a formula into the cell of a table. Place the cursor in a cell in the table or at the position in the document where you want the result to appear. Click the Formula icon and choose the desired formula from the submenu.

فورمۇلا كىرگۈزۈش قۇرىدا كۆرۈنىدۇ. جەدۋەل كاتەكچە رايونىنى بەلگىلەشتە، چاشقىنەكتە لازىملىق كاتەكچە تاللىنىدۇ. مۇناسىپ كاتەكچە نەقىلىمۇ كىرگۈزۈش قۇرىدا كۆرۈنىدۇ. ئېھتىياجغا ئاساسەن باشقا پارامېتىرلارنى كىرگۈزۈشكە بولىدۇ، ھەمدە قوللان نى چېكىپ كىرگۈزگەن تۈر جەزملىنىدۇ. ئەگەر مۇناسىپ فورمۇلا ئىشلىتىلىشىنى بىلسىڭىز بىۋاسىتە كىرگۈزسىڭىزمۇ بولىدۇ. بۇ زۆرۈردۇر، مەسىلەن، سۆز بۆلەك قىستۇر ۋە سۆز بۆلەك تەھرىر سۆزلىشىش رامكىسىدا.

بۇ بۇيرۇقنى زىيارەت قىل…

Go to Table - Edit Formula.

In the Table toolbar, press the Insert or Edit Formula icon.

In a text document, press F2.

Formula icon in Table toolbar

فورمۇلا


فورمۇلا تاللانمىسىنىڭ مۇھىم مەزمۇنى

ئاساسىي ھېسابلاش فونكسىيىسى

Operation

Name

Example

قوشۇش

+

يىغىندا ھېسابلىنىدۇ.

مىسال: <A1> + 8

ئېلىش

-

Calculates the difference.

مىسال: 10 - <B5>

كۆپەيتىش

MUL ياكى *

كۆپەيتمە ھېسابلىنىدۇ.

Example: 7 MUL 9 displays 63

تارماق

DIV ياكى /

Calculates the quotient.

Example: 100 DIV 15 displays 6.67


تارماق تىزىملىكتىكى ئاساسىي فونكسىيە

Function

Name

Example

يىغىندا

SUM

Calculates the sum of the selected cells.

مىسال: SUM <A2:C2> كاتەكچە A2 دىن C2 غىچە بولغان ساننىڭ يىغىندىسى كۆرسىتىلىدۇ.

پۈتۈن سان

ROUND

Rounds a number to the specified decimal places.

مىسال: 15.678 ROUND 2 كۆرسىتىدىغىنى 15.68

پىرسەنت

PHD

Calculates a percentage.

مىسال: 10 + 15 PHD كۆرسىتىدىغىنى 10.15

كۋادرات يىلتىز

SQRT

Calculates the square root.

Example: SQRT 25 displays 5

دەرىجە

POW

Calculates the power of a number.

Example: 2 POW 8 displays 256


ئەمەل

You can insert various operators in your formula. Choose from the following functions:

Operator

Name

Example

تىزىملىك ئايرىغۇچ

|

Separates the elements in a list.

تىزىملىك ئىشلىتىش مىسالى:

MIN 10|20|50|<C6>|<A2:B6>|20

تەڭ

EQ ياكى ==

Checks if selected values are equal. If they are unequal, the result is zero, otherwise 1 (true) appears.

Example: <A1> EQ 2 displays 1, if the content of A1 equals 2

تەڭسىز

NEQ ياكى !=

Tests for inequality between selected values.

Example: <A1> NEQ 2 displays 0 (wrong), if the content of A1 equals 2

كىچىك ياكى تەڭ

LEQ

Tests for values less than or equal to a specified value.

Example: <A1> LEQ 2 displays 1 (true), if the content of A1 is less than or equal to 2

چوڭ ياكى تەڭ

GEQ

Tests for values greater than or equal to a specified value.

Example: <A1> GEQ 2 displays 1 (true), if the content of A1 is greater than or equal to 2

كىچىك

L

Tests for values less than a specified value.

Example: <A1> L 2 displays 1 (true), if the content of A1 is less than 2

چوڭ

G

Tests for values greater than a specified value.

Example: <A1> G 2 displays 1 (true), if the content of A1 is greater than 2

لوگىكىلىق Or

OR

Tests for values matching the Boolean OR.

مىسال: 0 OR 0 كۆرسىتىدىغىنى 0(يالغان)، باشقا ئەھۋالدا كۆرسىتىدىغىنى 1 (راست)

لوگىكىلىق X Or

XOR

Tests for values matching the Boolean exclusive OR.

مىسال: 1 XOR 0 كۆرسىتىدىغىنى 1 (راست)

لوگىكىلىق And

AND

Tests for values matching the Boolean AND.

مىسال: 1 AND 2 كۆرسىتىدىغىنى 1 (راست)

لوگىكىلىق Not

NOT

Tests for values matching the Boolean NOT.

مىسال: NOT 1 (true) كۆرسىتىدىغىنى 0 (false)


ستاتىستىكا فونكسىيە

You can choose from the following statistical functions:

Function

Name

Example

ئوتتۇرىچە

MEAN

Calculates the arithmetic mean of the values in an area or a list.

مىسال: MEAN 10|30|20 كۆرسىتىدىغىنى 20

ئەڭ كىچىك قىممەت

MIN

Calculates the minimum value in an area or a list.

مىسال: MIN 10|30|20 كۆرسىتىدىغىنى 10

ئەڭ چوڭ قىممەت

MAX

Calculates the maximum value in an area or a list.

Example: MAX 10|30|20 displays 30

Product

PRODUCT

Calculates the product of the selected cells.

Example: PRODUCT <A2:C2> displays the product of the values in cells A2 to C2

Count

COUNT

Counts the number of non empty cells.

Example: COUNT <A2:C2> displays the number of non empty cells in A2 to C2


Functions

You can choose from the following functions:

Function

Name

Example

سىنۇس

SIN

Calculates the sine in radians.

Example: SIN (PI/2) displays 1

كوسىنوس

COS

Calculates the cosine in radians.

Example: COS 1 displays 0.54

تانگېنس

TAN

Calculates the tangent in radians.

مىسال: TAN <A1>

ئارك سىنۇسى

ASIN

Calculates the arc sine in radians.

مىسال: ASIN 1

ئارك كوسىنوس

ACOS

Calculates the arc cosine in radians.

مىسال: ACOS 1

ئارك تانگېنس

ATAN

Calculates the arc tangent in radians.

مىسال: ATAN 1

Absolute value

ABS

Returns the absolute value of the number.

Example: ABS -34 returns 34

Sign

SIGN

Returns the algebraic sign of the number.

Example: SIGN -23 returns -1


پۈتۈك خاسلىقىنىڭ ئۆزگەرگۈچى مىقدارى

پۈتۈكنىڭ تۆۋەندىكى خاسلىقىنىمۇ ھۆججەت - Pخاسلىق - Sستاتىستىكادىن تاپقىلى بولىدۇ.

Name

Description

CHAR

پۈتۈكتىكى ھەرپ سانى

WORD

پۈتۈكتىكى سۆز سانى

PARA

پۈتۈكتىكى ئابزاس سانى

GRAPH

پۈتۈكتىكى گرافىك سانى

TABLES

پۈتۈكتىكى جەدۋەل سانى

OLE

پۈتۈكتىكى OLE ئوبيېكت سانى

PAGE

پۈتۈكنىڭ ئومۇمىي بەت سانى


بەلگىلەنگەن باشقا قىممەتلەر

Description

Name

Value

PI

PI

3.1415...

ئەيلېر تۇراقلىق مىقدارى

E

2.71828...

راست

TRUE

0 گە تەڭ ئەمەس

يالغان

FALSE

0


Please support us!