Nokia 9500 User Guide - Page 48

ERROR.TYPEerror_val, INDIRECTreference, A1

Page 48 highlights

Sheet COUNTA(value1,value2,...) COUNTBLANK(range) DATE(year,month,day) DATEVALUE(date_text) DAY(serial_number) DDB(cost,salvage,life,period,factor) DEGREES(angle) ERROR.TYPE(error_val) EXACT(text1,text2) EXP(number) FACT(number) False( ) FIND(find_text,within_text,start_num) FV(rate,nper,pmt,pv,type) HLOOKUP(lookup_value,table_array,row_index_num,...) HOUR(serial_number) IF(logical_test,value_if_true,value_if_false) INDEX(reference,row_num,column_num) INDIRECT(reference,A1) INT(number) IRR(value,guess) ISBLANK(value) ISERR(value) ISERROR(value) ISLOGICAL(value) ISNA(value) ISNONTEXT(value) ISNUMBER(value) ISTEXT(value) LEFT(text,num_chars) LEN(text) LN(number) LOG10(number) LOOKUP( ) LOWER(text) MAX(number1,number2,...) MID(text,start_num,num_chars) MIN(number1,number2,...) MINUTE(serial_number) Counts how many values are in the list of arguments. Counts the number of blank cells within a range. Returns the serial number of a particular date. Converts a date in the form of text to a serial number. Converts a serial number to a day of the month. Returns the depreciation of an asset for a specified period using the double-declining balance method or some other method you specify. Converts radians to degrees. Returns a number corresponding to an error type. Checks if two text values are identical. Returns e raised to the power of a given number. Returns the factorial of a number. Returns the logical value FALSE. Finds one text value within another (case-sensitive) one. Returns the future value of an investment. Looks in the top row of an array and returns the value of the indicated cell. Converts a serial number to an hour. Specifies a logical test to perform. Uses an index to choose a value from a reference. Returns the reference of a text. Rounds a number down to the nearest integer. Returns the internal rate of return for a series of cash flows. Returns TRUE if the value is blank. Returns TRUE if the value is any error except #N/A. Returns TRUE if the value is any error value. Returns TRUE if the value is a logical value. Returns TRUE if the value is the #N/A error value. Returns TRUE if the value is non text. Returns TRUE if the value is a number. Returns TRUE if the value is a text. Returns the leftmost characters from a text value. Returns the number of characters in a text string. Returns the natural logarithm of a number. Returns the base-10 logarithm of a number. Returns a value either from a one-row or one-column range, or from an array. Converts text to lowercase. Returns the maximum value in a list of arguments. Returns a specific number of characters from a text string. Returns the minimum value in a list of arguments. Converts a serial number to a minute. Copyright © 2004-2005 Nokia. All Rights Reserved. 48

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108

COUNTA(value1,value2,...)
Counts how many values are in the list of arguments.
COUNTBLANK(range)
Counts the number of blank cells within a range.
DATE(year,month,day)
Returns the serial number of a particular date.
DATEVALUE(date_text)
Converts a date in the form of text to a serial number.
DAY(serial_number)
Converts a serial number to a day of the month.
DDB(cost,salvage,life,period,factor)
Returns the depreciation of an asset for a specified period using
the double-declining balance method or some other method
you specify.
DEGREES(angle)
Converts radians to degrees.
ERROR.TYPE(error_val)
Returns a number corresponding to an error type.
EXACT(text1,text2)
Checks if two text values are identical.
EXP(number)
Returns e raised to the power of a given number.
FACT(number)
Returns the factorial of a number.
False( )
Returns the logical value FALSE.
FIND(find_text,within_text,start_num)
Finds one text value within another (case-sensitive) one.
FV(rate,nper,pmt,pv,type)
Returns the future value of an investment.
HLOOKUP(lookup_value,table_array,row_index_num,...)
Looks in the top row of an array and returns the value of the
indicated cell.
HOUR(serial_number)
Converts a serial number to an hour.
IF(logical_test,value_if_true,value_if_false)
Specifies a logical test to perform.
INDEX(reference,row_num,column_num)
Uses an index to choose a value from a reference.
INDIRECT(reference,A1)
Returns the reference of a text.
INT(number)
Rounds a number down to the nearest integer.
IRR(value,guess)
Returns the internal rate of return for a series of cash flows.
ISBLANK(value)
Returns TRUE if the value is blank.
ISERR(value)
Returns TRUE if the value is any error except #N/A.
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 the #N/A error value.
ISNONTEXT(value)
Returns TRUE if the value is non text.
ISNUMBER(value)
Returns TRUE if the value is a number.
ISTEXT(value)
Returns TRUE if the value is a text.
LEFT(text,num_chars)
Returns the leftmost characters from a text value.
LEN(text)
Returns the number of characters in a text string.
LN(number)
Returns the natural logarithm of a number.
LOG10(number)
Returns the base-10 logarithm of a number.
LOOKUP( )
Returns a value either from a one-row or one-column range,
or from an array.
LOWER(text)
Converts text to lowercase.
MAX(number1,number2,...)
Returns the maximum value in a list of arguments.
MID(text,start_num,num_chars)
Returns a specific number of characters from a text string.
MIN(number1,number2,...)
Returns the minimum value in a list of arguments.
MINUTE(serial_number)
Converts a serial number to a minute.
Sheet
Copyright © 2004-2005 Nokia. All Rights Reserved.
48