AjuPD‖

m828y‖Formula

fMazZ‖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.

iCkcq‖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...

Nf9zE‖Go to Table - Edit Formula.

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

akufr‖In a text document, press F2.

cgzyx‖Formula icon in Table toolbar

DbZyc‖Formula


D5MDw‖Summary of Formula Options

FcD7J‖Basic Calculation Functions

E8BRA‖Operation

7KcQ9‖Name

QywKU‖Example

6VYWD‖Addition

+

4pWsP‖Calculates the total.

Kf7eZ‖Example: <A1> + 8

WGAhC‖Subtraction

-

tFcef‖Calculates the difference.

c9tdv‖Example: 10 - <B5>

5fyhv‖Multiplication

2HTL5‖MUL or *

CC9kx‖Calculates the product.

ZRwjP‖Example: 7 MUL 9 displays 63

DWCXA‖Division

6M5Fq‖DIV or /

7Ddva‖Calculates the quotient.

ByDRp‖Example: 100 DIV 15 displays 6.67


DdgLa‖Basic Functions in the Submenu

xt4uW‖Function

T7Ybo‖Name

2fE5r‖Example

KwSwL‖Sum

SUM

QD5ax‖Calculates the sum of the selected cells.

6AdeA‖Example: SUM <A2:C2> displays the sum of the values in cells A2 to C2

uru7Q‖Round

ROUND

4a69n‖Rounds a number to the specified decimal places.

jhoL9‖Example: 15.678 ROUND 2 displays 15.68

FkYje‖Percent

PHD

kXxBq‖Calculates a percentage.

gefrq‖Example: 10 + 15 PHD displays 10.15

KeGBA‖Square Root

SQRT

XCbNu‖Calculates the square root.

AuptV‖Example: SQRT 25 displays 5

yjTqm‖Power

POW

wFRf4‖Calculates the power of a number.

B62mR‖Example: 2 POW 8 displays 256


eCu3h‖Operators

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

uCpNp‖Operator

HCUeF‖Name

CNZiw‖Example

kN6pM‖List Separator

4BmKs‖|

qw66D‖Separates the elements in a list.

ufXPA‖Example of using a list:

78gH2‖MIN 10|20|50|<C6>|<A2:B6>|20

Fob4h‖Equal

mVqP4‖EQ or ==

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

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

b2AXc‖Not Equal

jsDQ8‖NEQ or !=

rMcNe‖Tests for inequality between selected values.

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

FuXYL‖Less than or Equal

LEQ

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

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

24FA3‖Greater than or Equal

GEQ

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

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

zEADu‖Less

L

G4UeN‖Tests for values less than a specified value.

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

R7RyE‖Greater

G

ytwUF‖Tests for values greater than a specified value.

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

9DyRz‖Boolean Or

OR

guFCu‖Tests for values matching the Boolean OR.

wmnDC‖Example: 0 OR 0 displays 0 (false), anything else results in 1 (true)

GNQAT‖Boolean X Or

XOR

EQwEt‖Tests for values matching the Boolean exclusive OR.

N9cHQ‖Example: 1 XOR 0 displays 1 (true)

CNW42‖Boolean And

AND

x4HL7‖Tests for values matching the Boolean AND.

DFCfW‖Example: 1 AND 2 displays 1 (true)

a23Nq‖Boolean Not

NOT

oEENQ‖Tests for values matching the Boolean NOT.

r4fRG‖Example: NOT 1 (true) displays 0 (false)


5JNFn‖Statistical Functions

CEssi‖You can choose from the following statistical functions:

AeKzo‖Function

fLyDG‖Name

z9BBL‖Example

SimgP‖Mean

MEAN

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

GjHGV‖Example: MEAN 10|30|20 displays 20

TNZeD‖Minimum Value

MIN

9CKG8‖Calculates the minimum value in an area or a list.

F9J3k‖Example: MIN 10|30|20 displays 10

G4CMT‖Maximum Value

MAX

mCGfj‖Calculates the maximum value in an area or a list.

fN5WF‖Example: MAX 10|30|20 displays 30

76riF‖Product

PRODUCT

5caRN‖Calculates the product of the selected cells.

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

DXVgk‖Count

COUNT

53YC3‖Counts the number of non empty cells.

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


SJ9rR‖Functions

gRWF7‖You can choose from the following functions:

CYmFE‖Function

zUhbC‖Name

S6FE9‖Example

HmrvU‖Sine

SIN

CDWrS‖Calculates the sine in radians.

U8Mew‖Example: SIN (PI/2) displays 1

NvdMX‖Cosine

COS

xBop9‖Calculates the cosine in radians.

Kxyji‖Example: COS 1 displays 0.54

tpfdH‖Tangent

TAN

zaJcG‖Calculates the tangent in radians.

4UG3b‖Example: TAN <A1>

Es4fE‖Arc Sine

ASIN

CVzAA‖Calculates the arc sine in radians.

qoLYg‖Example: ASIN 1

3mn7r‖Arc Cosine

ACOS

ZRyBG‖Calculates the arc cosine in radians.

LnLqq‖Example: ACOS 1

8gRyA‖Arc Tangent

ATAN

aEs7N‖Calculates the arc tangent in radians.

bssFz‖Example: ATAN 1

bsPu3‖Absolute value

ABS

2tt8G‖Returns the absolute value of the number.

jYyUX‖Example: ABS -34 returns 34

zEe8j‖Sign

SIGN

8Y984‖Returns the algebraic sign of the number.

wDJs9‖Example: SIGN -23 returns -1


sHz7K‖Variables for document properties

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

jxf6E‖Name

vmA7Y‖Description

CHAR

Mehmy‖Number of characters in the document

WORD

knEJC‖Number of words in the document

PARA

X5hJF‖Number of paragraphs in the document

GRAPH

t5nqK‖Number of graphics in the document

TABLES

Bdc8a‖Number of tables in the document

OLE

zJGko‖Number of OLE objects in the document

PAGE

QeCMR‖Total number of pages in the document


akE2k‖More Defined Values

TUJRH‖Description

gnbPF‖Name

FFwhP‖Value

7QQ8G‖PI

PI

3.1415...

SqL4F‖Euler's constant

E

2.71828...

GGtyF‖True

TRUE

db4a5‖not equal to 0

nVven‖False

FALSE

0