Juniper Allegro CE Owner's Manual page 183

Hide thumbs Also See for Allegro CE:
Table of Contents

Advertisement

Sign(number) Returns 1 if the number is positive, 0 if the number is 0, and
-1 if the number is negative.
Example: Sign(-5) equals -1.
Sin(number) Returns the sine of the given angle.
Example: Sin(Pi()/2) equals 1.
Sinh(number) Returns the hyperbolic sine of the number.
Example: Sinh(3) equals 10.01787.
Sqrt(number) Returns the square root.
Example: Sqrt(4) equals 2.
Sum(number, number, ...) Return the sum of all the numbers in the list of
arguments.
Example: Sum(10, 20) equals 30.
SumIf(range, criteria, sumRange) It sums up the values of only those cells
from the sumRange for which the corresponding cells in the range satisfy the
criteria.
Example: Sumif(A1:A5,">100000",B1:B5).
Tan(number) Returns the tangent of the given angle.
Example: Tan(5) equals -3.38051.
Tanh(number) Returns the hyperbolic tangent of the number.
Example: Tanh(1) equals 0.76159.
Trunc(number, numDigits) Truncates the number to an integer. The
argument numDigits is the precision of the truncation. The default value for
the numDigits is 0.
Example: Trunc(-7.8) equals -7.
Statistical Functions
Average(number, number, ...) Returns the average of the arguments.
Example: Average(1, 2, 3) equals 2.
Count(number, number, ...) Counts how many numbers are in the list of
arguments.
Example: B1 contains 5, B2 contains 3, Count(B1:B2) equals 2.
CountA(number, number, ...) Counts the number of nonblank values in the
list of arguments.
Example: A1 contains 2, A2 is blank, CountA(A1:A2) equals 1.
CountBlank(range) Counts empty cells in the specified range of cells.
CountIf(range, criteria) Counts the number of cells within the range
that meets the given criteria.
Example: A1 contains 6, A2 contains3, CountIf(A1:A2,">5") equals 1.
Windows CE
Page 4-123

Advertisement

Table of Contents
loading

Table of Contents