Formula

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.

The formula appears in the input line. To specify a range of cells in a table, select the desired cells with the mouse. The corresponding cell references also appear in the input line. Enter additional parameters, as necessary, and click Apply to confirm your entry. You can also enter the formula directly if you know the appropriate syntax. This is necessary, for example, in the Insert Fields and Edit Fields dialogs.

To access this command...

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 or *

गुणन की गणना करता है

Example: 7 MUL 9 displays 63

भाग

DIV or /

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 or ==

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 or !=

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 (true)

बूलियन And

AND

Tests for values matching the Boolean AND.

उदाहरण: 1 XOR 0 दिखाता है 1 (true)

बूलियन 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


दस्तावेज़ गुणों के लिए वेरिएबल

The following document properties are also found under File - Properties - Statistics.

Name

Description

CHAR

दस्तावेज़ में अक्षरों की संख्या

WORD

दस्तावेज़ में शब्दों की संख्या

PARA

दस्तावेज़ में अनुच्छेदों की संख्या

GRAPH

दस्तावेज़ में चित्रों की संख्या

TABLES

दस्तावेज़ में तालिकाओँ की संख्या

OLE

दस्तावेज़ में ओएलई वस्तुओं की संख्या

PAGE

दस्तावेज़ में पृष्ठों की कुल संख्या


और पारिभाषित मूल्य

Description

Name

Value

PI

PI

3.1415...

यूलर का स्थिरांक

E

2.71828...

सही

TRUE

not equal to 0

गलत

FALSE

0


Please support us!