Juniper Allegro CE Owner's Manual page 188

Hide thumbs Also See for Allegro CE:
Table of Contents

Advertisement

Upper(text) Converts text to uppercase.
Example: Upper("Allegro FPC") equals ALLEGRO FPC.
Value(text) Converts a text that represents a number to the number.
Example: Value("1000") equals 1000.
Information & Lookup Functions
Column(reference) Returns the column number of the given reference.
Columns(range) Returns the number of columns in an array or reference.
Example: Columns(A1:D1) equals 4.
HLookup(lookupValue, data, row) Searches for a value in the top row of
a data table and then returns a value in the same column from a row you
specify. LookupValue is the value to be found in the first row of the data
table. Data is the table of data. Row is the row number in the data table from
which the matching value is returned.
Index(range, rowNum, colNum) Returns a reference to a specified cell
within range.
IsBlank(value) Returns TRUE if the value is blank.
IsErr(value) Returns TRUE if the value is any error value except !!NA.
IsError(value) Returns TRUE if the value is any error value.
IsLogical(value) Returns TRUE if the value is a logical value.
IsNA(value) Returns TRUE if the value is error value !!NA.
IsNonText(value) Returns TRUE if value is any value that is not text.
IsNumber(value) Returns TRUE if the value is a number.
IsRef(value) Returns TRUE if the value refers to a reference.
IsText(value) Returns TRUE if the value is text.
Match(lookupValue, lookupRange, matchType) Returns the position of
an item in a range that matches a specified value in a specified order.
LookupValue is the value you want to match in the range.
N(value) Returns a value converted to a number.
NA() Returns the error value !!NA (no value is available).
Row(reference) Returns the row number of the given reference.
Rows(range) Returns the number of rows in a reference or array. Example:
Rows(A1:A5) equals 5.
VLookup(lookupValue, data, column) Searches for a value in the leftmost
column of a data table, and then returns a value in the same row from a
column you specify. LookupValue is the value to be found in the first column
of the data table. Data is the table of data. Column is the column number in
the data table from which the matching value is returned.
Page 4-128
Windows CE

Advertisement

Table of Contents
loading

Table of Contents