beautypg.com

Apple iWork '09 User Manual

Page 169

background image

Chapter 8

Numeric Functions

169

Function

Description

“ROUND” (page 191)

The ROUND function returns a number rounded
to the specified number of places.

“ROUNDDOWN” (page 192)

The ROUNDDOWN function returns a number
rounded toward zero (rounded down) to the
specified number of places.

“ROUNDUP” (page 193)

The ROUNDUP function returns a number
rounded away from zero (rounded up) to the
specified number of places.

“SIGN” (page 195)

The SIGN function returns 1 when a given
number is positive, –1 when it is negative, and 0
when it is zero.

“SQRT” (page 195)

The SQRT function returns the square root of a
number.

“SQRTPI” (page 196)

The SQRTPI function returns the square root of a
number multiplied by

π (pi).

“SUM” (page 196)

The SUM function returns the sum of a collection
of numbers.

“SUMIF” (page 197)

The SUMIF function returns the sum of a
collection of numbers, including only numbers
that satisfy a specified condition.

“SUMIFS” (page 198)

The SUMIFS function returns the sum of the cells
in a collection where the test values meet the
given conditions.

“SUMPRODUCT” (page 200)

The SUMPRODUCT function returns the sum of
the products of corresponding numbers in one or
more ranges.

“SUMSQ” (page 201)

The SUMSQ function returns the sum of the
squares of a collection of numbers.

“SUMX2MY2” (page 202)

The SUMX2MY2 function returns the sum of the
difference of the squares of corresponding values
in two collections.

“SUMX2PY2” (page 203)

The SUMX2PY2 function returns the sum of
the squares of corresponding values in two
collections.

“SUMXMY2” (page 204)

The SUMXMY2 function returns the sum
of the squares of the differences between
corresponding values in two collections.

TRUNC” (page 204)

The TRUNC function truncates a number to the
specified number of digits.