Apple iWork '09 Manual de usuario

Busca en linea o descarga Manual de usuario para Software Apple iWork '09. Apple iWork '09 User Manual Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 372
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente

Indice de contenidos

Pagina 1 - Functions User Guide

iWorkFormulas and Functions User Guide

Pagina 2

10 Contents305 ZTEST306 Chapter 11: Text Functions306 Listing of Text Functions308 CHAR308 CLEAN309 CODE310 CONCATENATE311 DOLLAR312 EXAC

Pagina 3 - Contents

 settle: The trade settlement date. settle is a date/time value. The trade settlement date is usually one or more days after the trade date.  annu

Pagina 4 - 4 Contents

Chapter 6 Financial Functions 101Example 2Assume you are considering the purchase of the hypothetical security described by the values listed. T

Pagina 5 - Contents 5

 par: The face (par) or maturity value of the security. par is a number value. If omitted (comma, but no value), par is assumed to be 1000.  days-

Pagina 6 - Chapter 8: Numeric Functions

Chapter 6 Financial Functions 103BONDDURATIONThe BONDDURATION function returns the weighted average of the present value of the cash ows for an

Pagina 7 - Contents 7

Related TopicsFor related functions and additional information, see:“BONDMDURATION” on page 104“Common Arguments Used in Financial Functions” on page

Pagina 8 - 8 Contents

Chapter 6 Financial Functions 105actual/365 (3): Actual days in each month, 365 days in a year.30E/360 (4): 30 days in a month, 360 days in a

Pagina 9 - Contents 9

semiannual (2): Two payments per year.quarterly (4): Four payments per year. Â days-basis: An optional argument specifying the number of days per m

Pagina 10 - Chapter 11: Text Functions

Chapter 6 Financial Functions 107COUPDAYSThe COUPDAYS function returns the number of days in the coupon period in which settlement occurs.COUPDA

Pagina 11 - Contents 11

Related TopicsFor related functions and additional information, see:“COUPDAYBS” on page 105“COUPDAYSNC” on page 108“Common Arguments Used in Financial

Pagina 12

Chapter 6 Financial Functions 109ExampleAssume you are considering the purchase of the hypothetical security described by the values listed.You

Pagina 13 - Functions

Contents 11339 TANH340 Chapter 13: Additional Examples and Topics340 Additional Examples and Topics Included341 Common Arguments Used in Finan

Pagina 14

 days-basis: An optional argument specifying the number of days per month and days per year used in the calculations.30/360 (0 or omitted): 30 day

Pagina 15 - Using Formulas in Tables

Chapter 6 Financial Functions 111 Â num-periods: The number of periods. num-periods is a number value and must be greater than or equal to 0. Â

Pagina 16

Related TopicsFor related functions and additional information, see:“CUMPRINC” on page 11 2“IPMT” on page 12 3“PMT” on page 134“PPMT” on page 13 5“Exa

Pagina 17

Chapter 6 Financial Functions 11 3end (0): Payments are due at the end of each period.beginning (1): Payments are due at the beginning of each

Pagina 18

DBThe DB function returns the amount of depreciation of an asset for a specied period using the xed-declining balance method.DB(cost, salvage, life,

Pagina 19 - Creating Your Own Formulas

Chapter 6 Financial Functions 11 5Example 2Depreciation for Partial First YearAssume the same facts as Example 1, except that the asset will be

Pagina 20

DDBThe DDB function returns the amount of depreciation of an asset based on a specied depreciation rate.DDB(cost, salvage, life, depr-period, depr-fa

Pagina 21 - Adding Functions to Formulas

Chapter 6 Financial Functions 11 7 cost salvage life depr-period depr-factorFirst year, straight-line (returns $250)=DDB(B2, C2, D2, E7, F7)

Pagina 22

 days-basis: An optional argument specifying the number of days per month and days per year used in the calculations.30/360 (0 or omitted): 30 day

Pagina 23

Chapter 6 Financial Functions 11 9EFFECTThe EFFECT function returns the eective annual interest rate from the nominal annual interest rate base

Pagina 25

FVThe FV function returns the future value of an investment based on a series of regular periodic cash ows (payments of a constant amount and all cas

Pagina 26

Chapter 6 Financial Functions 121Example 2Assume you are presented with an investment opportunity. The opportunity requires that you invest $50,

Pagina 27

INTRATEThe INTRATE function returns the eective annual interest rate for a security that pays interest only at maturity.INTRATE(settle, maturity, inv

Pagina 28 - Using Operators in Formulas

Chapter 6 Financial Functions 12 3Related TopicsFor related functions and additional information, see:“RECEIVED” on page 14 6“Common Arguments U

Pagina 29 - The Comparison Operators

 when-due: An optional argument that species whether payments are due at the beginning or end of each period. Most mortgage and other loans requir

Pagina 30

Chapter 6 Financial Functions 12 5IRRThe IRR function returns the internal rate of return for an investment that is based on a series of potenti

Pagina 31

Example 2Assume you are presented with the opportunity to invest in a partnership. The initial investment required is $50,000. Because the partnership

Pagina 32

Chapter 6 Financial Functions 12 7ISPMT(annual-rate, period, num-periods, present-value) Â annual-rate: The annual coupon rate or stated annual

Pagina 33 - An Introduction to Functions

MIRRThe MIRR function returns the modied internal rate of return for an investment that is based on a series of potentially irregular cash ows (paym

Pagina 34 - Information About Functions

Chapter 6 Financial Functions 12 9 Initial DepositYear 1 Year 2 Year 3 Year 4 Year 5 Sales proceeds=MIRR (B2:H2, 0.09, 0.0425)-50000 -25000 -1

Pagina 35

13iWork comes with more than 250 functions you can use to simplify statistical, nancial, engineering, and other computations. The built-in Functi

Pagina 36 - Value Types

Examples=NOMINAL(0.0513, 365) returns approximately 5.00%, the nominal annual interest rate if the eective rate of 5.13% was based on daily compoundi

Pagina 37

Chapter 6 Financial Functions 131 Â present value: The value of the initial investment, or the amount of the loan or annuity, specied as a neg

Pagina 38

periodic-rate payment present-value future-value when-due=NPER(B2, C2, D2, E2, F2)=0.07/12 -1500 170000 0 1Related TopicsFor related functions and a

Pagina 39

Chapter 6 Financial Functions 13 3Usage Notes  periodic-discount-rate is specied using the same time frame as the time frame used for the cash

Pagina 40

PMTThe PMT function returns the xed periodic payment for a loan or annuity based on a series of regular periodic cash ows (payments of a constant am

Pagina 41 - Pasting from Examples in Help

Chapter 6 Financial Functions 13 5Related TopicsFor related functions and additional information, see:“FV” on page 12 0“IPMT” on page 12 3“NPER”

Pagina 42 - Date and Time Functions

 present-value: The value of the initial investment, or the amount of the loan or annuity. present-value is a number value. At time 0, an amount re

Pagina 43

Chapter 6 Financial Functions 13 7“Listing of Financial Functions” on page 96“Value Types” on page 36“The Elements of Formulas” on page 15“Using

Pagina 44

30E/360 (4): 30 days in a month, 360 days in a year, using the European method for dates falling on the 31st of a month (European 30/360).ExampleIn t

Pagina 45

Chapter 6 Financial Functions 13 9 Â redemption: The redemption value per $100 of par value. redemption is a number value that must be greater

Pagina 46

14 Preface Welcome to iWork Formulas & FunctionsiWork websiteRead the latest news and information about iWork at www.apple.com/iwork.Suppo

Pagina 47 - DATEVALUE

PRICEMATThe PRICEMAT function returns the price of a security that pays interest only at maturity per $100 of redemption (par) value.PRICEMAT(settle,

Pagina 48

Chapter 6 Financial Functions 141Related TopicsFor related functions and additional information, see:“PRICE” on page 137“PRICEDISC” on page 13 8

Pagina 49

 when-due: An optional argument that species whether payments are due at the beginning or end of each period. Most mortgage and other loans requir

Pagina 50

Chapter 6 Financial Functions 143Example 2In this example, you are presented with an investment opportunity. The opportunity is to invest in a d

Pagina 51

RATEThe RATE function returns the interest rate of an investment, loan, or annuity based on a series of regular periodic cash ows (payments of a cons

Pagina 52

Chapter 6 Financial Functions 145ExampleAssume you are planning for your daughter’s college education. She has just turned 3 and you expect she

Pagina 53

RECEIVEDThe RECEIVED function returns the maturity value for a security that pays interest only at maturity.RECEIVED(settle, maturity, invest-amount,

Pagina 54 - NETWORKDAYS

Chapter 6 Financial Functions 147“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edit F

Pagina 55

SYDThe SYD function returns the amount of depreciation of an asset for a specied period using the sum-of-the-years-digits method.SYD(cost, salvage, l

Pagina 56

Chapter 6 Financial Functions 149VDBThe VDB (variable declining balance) function returns the amount of depreciation of an asset over a chosen t

Pagina 57 - TIMEVALUE

15This chapter explains how to perform calculations in table cells by using formulas. The Elements of FormulasA formula performs a calculation and

Pagina 58

Related TopicsFor related functions and additional information, see:“DB” on page 114“DDB” on page 116“SLN” on page 147“SYD” on page 148“Common Argumen

Pagina 59

Chapter 6 Financial Functions 151 Â days-basis: An optional argument specifying the number of days per month and days per year used in the calc

Pagina 60

YIELDDISCThe YIELDDISC function returns the eective annual interest rate for a security that is sold at a discount to redemption value and pays no in

Pagina 61

Chapter 6 Financial Functions 153Related TopicsFor related functions and additional information, see:“PRICEDISC” on page 13 8“YIELD” on page 150

Pagina 62

actual/365 (3): Actual days in each month, 365 days in a year.30E/360 (4): 30 days in a month, 360 days in a year, using the European method for dat

Pagina 63 - YEARFRAC

155The logical and information functions help you to evaluate the contents of cells and help in determining how to evaluate or otherwise work with

Pagina 64 - Duration Functions

Function Description“ISEVEN” (page 162) The ISEVEN function returns TRUE if the value is even (leaves no remainder when divided by 2); otherwise it re

Pagina 65 - DUR2HOURS

Chapter 7 Logical and Information Functions 157Related TopicsFor related functions and additional information, see:“IF” on page 15 8“NOT” on pag

Pagina 66 - DUR2MILLISECONDS

“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“Pasting from Exampl

Pagina 67 - DUR2MINUTES

Chapter 7 Logical and Information Functions 159Related TopicsFor related functions and additional information, see:“AND” on page 156“NOT” on pag

Pagina 68 - DUR2SECONDS

=SUM(A2:A10): A formula that uses the function SUM to add the values in a range of cells (nine cells in the rst column).A2:A10: A cell reference th

Pagina 69 - DUR2WEEKS

ExamplesIf B1 is a number value and D1 evaluates to 0, then:=IFERROR(B1/D1,0) returns 0 since division by zero results in an error.=IF(ISERROR(B1/D1),

Pagina 70 - DURATION

Chapter 7 Logical and Information Functions 161ExamplesIf the table cell A1 is empty and cell B2 is equal to 100:=ISBLANK(A1) returns TRUE.=ISBL

Pagina 71 - STRIPDURATION

Related TopicsFor related functions and additional information, see:“IFERROR” on page 15 9“ISBLANK” on page 160“Listing of Logical and Information Fun

Pagina 72 - Engineering Functions

Chapter 7 Logical and Information Functions 163ISODDThe ISODD function returns TRUE if the given number is odd (leaves a remainder when divided

Pagina 73 - BASETONUM

NOTThe NOT function returns the opposite of the Boolean value of a specied expression.NOT(any-expression) Â any-expression: An expression to be test

Pagina 74

Chapter 7 Logical and Information Functions 165ORThe OR function returns TRUE if any argument is true; otherwise it returns FALSE.OR(any-express

Pagina 75

TRUEThe TRUE function returns the Boolean value TRUE. This function is included for compatibility with tables imported from other spreadsheet applicat

Pagina 76 - =BIN2DEC(101101) returns 45

167The numeric functions help you to calculate commonly used mathematical values.Listing of Numeric FunctionsiWork provides these numeric function

Pagina 77 - =BIN2HEX(101101) returns 2D

Function Description“INT” (page 178 ) The INT function returns the nearest integer that is less than or equal to the number.“LCM” (page 17 9) The LCM

Pagina 78 - =BIN2OCT(”10011”) returns 23

Chapter 8 Numeric Functions 169Function Description“ROUND” (page 191 ) The ROUND function returns a number rounded to the specied number of pla

Pagina 79

Chapter 1 Using Formulas in Tables 17Performing Instant Calculations in NumbersIn the lower left of the Numbers window, you can view the results

Pagina 80 - Supported Conversion Units

ABSThe ABS function returns the absolute value of a number or duration.ABS(num-dur) Â num-dur: A number or duration value. num-dur is a number or dur

Pagina 81 - Pressure

Chapter 8 Numeric Functions 171Examples=CEILING(0.25, 1) returns 1.=CEILING(1.25, 1) returns 2.=CEILING(-1.25, -1) returns -2.=CEILING(5, 2) ret

Pagina 82 - Temperature

COMBINThe COMBIN function returns the number of dierent ways you can combine a number of items into groups of a specic size, ignoring the order with

Pagina 83 - Metricprexes

Chapter 8 Numeric Functions 173EVENThe EVEN function rounds a number away from zero to the next even number.EVEN(num-to-round) Â num-to-round:

Pagina 84

EXPThe EXP function returns e (the base of natural logarithms) raised to the specied power.EXP(exponent) Â exponent: The power to which you want to

Pagina 85 - =DEC2OCT(100) returns 144

Chapter 8 Numeric Functions 175Related TopicsFor related functions and additional information, see:“FACTDOUBLE” on page 175“MULTINOMIAL” on page

Pagina 86

“Listing of Numeric Functions” on page 167“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edi

Pagina 87

Chapter 8 Numeric Functions 177“TRUNC” on page 204“More on Rounding” on page 355“Listing of Numeric Functions” on page 167“Value Types” on page

Pagina 88

INTThe INT function returns the nearest integer that is less than or equal to the number.INT(num-to-round) Â num-to-round: The number to be rounded.

Pagina 89

Chapter 8 Numeric Functions 179LCMThe LCM function returns the least common multiple of the specied numbers.LCM(num-value, num-value…) Â num-va

Pagina 90 - =HEX2DEC(“3F”) returns 63

Using Predened Quick FormulasAn easy way to perform a basic calculation using values in a range of adjacent table cells is to select the cells and th

Pagina 91 - =HEX2OCT(“4E”) returns 116

Example=LN(2.71828) returns approximately 1, the power to which e must be raised to produce 2.71828.Related TopicsFor related functions and additional

Pagina 92 - NUMTOBASE

Chapter 8 Numeric Functions 181“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edit For

Pagina 93 - =OCT2BIN(15) returns 01101

MODThe MOD function returns the remainder from a division.MOD(dividend, divisor) Â dividend: A number to be divided by another number. dividend is a

Pagina 94 - =OCT2DEC(15) returns 13

Chapter 8 Numeric Functions 183MROUNDThe MROUND function rounds a number to the nearest multiple of a specied factor.MROUND(num-to-round, facto

Pagina 95 - =OCT2HEX(15) returns 0D

MULTINOMIALThe MULTINOMIAL function returns the multinomial coecient of the given numbers. It accomplishes this by determining the ratio of the facto

Pagina 96 - Financial Functions

Chapter 8 Numeric Functions 185ODDThe ODD function rounds a number away from zero to the next odd number.ODD(num-to-round) Â num-to-round: The

Pagina 97

PIThe PI function returns the approximate value of π (pi), the ratio of a circle’s circumference to its diameter.PI()Usage NotesThe PI function does n

Pagina 98

Chapter 8 Numeric Functions 187Examples=POWER(2, 3) returns 8.=POWER(2, 10) returns 1024.=POWER(0.5, 3) returns 0.125.=POWER(100, 0.5) returns 1

Pagina 99

“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“Pasting from Examples in Help” on page 41QUOTIENTThe QUOTIENT function returns t

Pagina 100

Chapter 8 Numeric Functions 189RANDThe RAND function returns a random number that is greater than or equal to 0 and less than 1.RAND()Usage Note

Pagina 101 - ACCRINTM

Chapter 1 Using Formulas in Tables 19To use m all the values in a row, rst click the row’s header cell or reference tab. Then, in Numbers, cli

Pagina 102

Related TopicsFor related functions and additional information, see:“RAND” on page 189“Listing of Numeric Functions” on page 167“Value Types” on page

Pagina 103 - BONDDURATION

Chapter 8 Numeric Functions 191Examples=ROMAN(12) returns XII.=ROMAN(999) returns CMXCIX.=ROMAN(999, 1) returns LMVLIV.=ROMAN(999, 2) returns XM

Pagina 104 - BONDMDURATION

“EVEN” on page 173“FLOOR” on page 176“INT” on page 17 8“MROUND” on page 183“ODD” on page 185“ROUNDDOWN” on page 192“ROUNDUP” on page 193“TRUNC” on pag

Pagina 105 - COUPDAYBS

Chapter 8 Numeric Functions 193Related TopicsFor related functions and additional information, see:“CEILING” on page 170“EVEN” on page 173“FLOOR

Pagina 106

Examples=ROUNDUP(1.49, 0) returns 2.=ROUNDUP(1.50, 0) returns 2.=ROUNDUP(1.23456, 3) returns 1.235.=ROUNDUP(1111.222, -2) returns 1200.=ROUNDUP(-2.2,

Pagina 107 - COUPDAYS

Chapter 8 Numeric Functions 195SIGNThe SIGN function returns 1 when the argument number is positive, –1 when it is negative, and 0 when it is ze

Pagina 108 - COUPDAYSNC

“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“Pasting from Examples in Help” on page 41SQRTPIThe SQRTPI function returns the s

Pagina 109

Chapter 8 Numeric Functions 197Date/time values can’t be added together, so only one date/time value (as discussed Âabove) is permitted. The va

Pagina 110

If  sum-values is omitted, test-values would normally contain only number or duration values.ExamplesGiven the following table:=SUMIF(A1:A8, “<5”

Pagina 111

Chapter 8 Numeric Functions 199SUMIFS(sum-values, test-values, condition, test-values…, condition…) Â sum-values: A collection containing the v

Pagina 112 - CUMPRINC

Apple Inc. K© 2009 Apple Inc. All rights reserved.Under the copyright laws, this manual may not be copied, in whole or in part, without the written co

Pagina 113

In Numbers only, select a table cell and then choose Insert > Function > Formula ÂEditor. In Keynote and Pages, choose Formula Editor from the

Pagina 114

Related TopicsFor related functions and additional information, see:“AVERAGEIF” on page 233“AVERAGEIFS” on page 234“COUNTIF” on page 247“COUNTIFS” on

Pagina 115

Chapter 8 Numeric Functions 201Related TopicsFor related functions and additional information, see:“Listing of Numeric Functions” on page 167“Va

Pagina 116

SUMX2MY2The SUMX2MY2 function returns the sum of the dierence of the squares of corresponding values in two collections.SUMX2MY2(set-1-values, set-2-

Pagina 117

Chapter 8 Numeric Functions 203SUMX2PY2The SUMX2PY2 function returns the sum of the squares of corresponding values in two collections.SUMX2PY2(

Pagina 118

SUMXMY2The SUMXMY2 function returns the sum of the squares of the dierences between corresponding values in two collections.SUMXMY2(set-1-values, set

Pagina 119

Chapter 8 Numeric Functions 205Usage NotesIf  digits is omitted, it is assumed to be 0.Examples=TRUNC(1.49, 0) returns 1.=TRUNC(1.50, 0) retur

Pagina 120

206The reference functions help you nd data within tables and retrieve data from cells.Listing of Reference FunctionsiWork provides these reference

Pagina 121

Chapter 9 Reference Functions 207Function Description“LOOKUP” (page 217 ) The LOOKUP function nds a match for a given search value in one range

Pagina 122

A1 (TRUE, 1, or omitted): The address format should use letters for columns and numbers for rows.R1C1 (FALSE): The address format isn’t supported, r

Pagina 123

Chapter 9 Reference Functions 209AREASThe AREAS function returns the number of ranges the function references.AREAS(areas) Â areas: The areas t

Pagina 124

Chapter 1 Using Formulas in Tables 21To add an operator or a constant, place the insertion point in the formula bar and Âtype. You can use the

Pagina 125

Related TopicsFor related functions and additional information, see:“Listing of Reference Functions” on page 206“Value Types” on page 36“The Elements

Pagina 126

Chapter 9 Reference Functions 2 11COLUMNSThe COLUMNS function returns the number of columns included in a specied range of cells.COLUMNS(range)

Pagina 127

close match (TRUE, 1, or omitted): If there’s no exact match, select the column with the largest top-row value that is less than the search value. Wi

Pagina 128

Chapter 9 Reference Functions 213“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“Past

Pagina 129

INDEXThe INDEX function returns the value in the cell located at the intersection of the specied row and column within a range of cells or an array.I

Pagina 130

Chapter 9 Reference Functions 215Except when INDEX is specied as shown in the third case above, Â row-index can’t be omitted, and if column-in

Pagina 131

INDIRECTThe INDIRECT function returns the contents of a cell or range referenced by an address specied as a string.INDIRECT(addr-string, addr-style)

Pagina 132 - =0.07/12 -1500 170000 0 1

Chapter 9 Reference Functions 217LOOKUPThe LOOKUP function nds a match for a given search value in one range, and then returns the value in the

Pagina 133

Related TopicsFor related functions and additional information, see:“HLOOKUP” on page 211“MATCH” on page 218“VLOOKUP” on page 223“Listing of Reference

Pagina 134

Chapter 9 Reference Functions 219ExamplesGiven the following table:=MATCH(40, A1:A5) returns 4.=MATCH(40, E1:E5) returns 1.=MATCH(35, E1:E5, 1)

Pagina 135

Although you can type a function into the text eld of the Formula Editor or into the formula bar (Numbers only), the Function Browser oers a conveni

Pagina 136

 column-oset: The number of columns from the base cell to the target cell. column-oset is a number value. 0 means the target cell is in the same

Pagina 137

Chapter 9 Reference Functions 221ROWThe ROW function returns the row number of the row containing a specied cell.ROW(cell) Â cell: An optional

Pagina 138 - PRICEDISC

Related TopicsFor related functions and additional information, see:“COLUMNS” on page 211“Listing of Reference Functions” on page 206“Value Types” on

Pagina 139

Chapter 9 Reference Functions 223=INDEX(TRANSPOSE($A$1:$E$3),1,1) returns 5, the value in row 1. column 1 of the transposed range (was row 1, co

Pagina 140 - PRICEMAT

Usage NotesVLOOKUP compares a search value to the values in the leftmost column of a Âspecied range. Unless an exact match is required, the row cont

Pagina 141

225The statistical functions help you manipulate and analyze collections of data using a variety of measures and statistical techniques.Listing of

Pagina 142

Function Description“BETAINV” (page 237) The BETAINV function returns the inverse of the given cumulative beta distribution probability value.“BINOMDI

Pagina 143

Chapter 10 Statistical Functions 227Function Description“EXPONDIST” (page 253) The EXPONDIST function returns the exponential distribution of th

Pagina 144

Function Description“MAXA” (page 270) The MAXA function returns the largest number in a collection of values that may include text and Boolean values.

Pagina 145

Chapter 10 Statistical Functions 229Function Description“QUARTILE” (page 284) The QUARTILE function returns the value for the specied quartile

Pagina 146 - RECEIVED

Chapter 1 Using Formulas in Tables 23 2 In Pages or Keynote, choose Insert > Function > Show Function Browser to open the Function Browse

Pagina 147

Function Description“VARA” (page 300) The VARA function returns the sample (unbiased) variance, a measure of dispersion, of a collection of values, in

Pagina 148

Chapter 10 Statistical Functions 231AVERAGEThe AVERAGE function returns the average (arithmetic mean) of a collection of numbers.AVERAGE(num-dat

Pagina 149

AVERAGEAThe AVERAGEA function returns the average (arithmetic mean) of a collection of values, including text and Boolean values.AVERAGEA(value, value

Pagina 150

Chapter 10 Statistical Functions 233AVERAGEIFThe AVERAGEIF function returns the average (arithmetic mean) of the cells in a range that meet a gi

Pagina 151

Related TopicsFor related functions and additional information, see:“AVERAGE” on page 231“AVERAGEA” on page 232“AVERAGEIFS” on page 234“Specifying Con

Pagina 152 - YIELDDISC

Chapter 10 Statistical Functions 235Usage Notes For each of the  test-values and condition pairs, the corresponding (same position within rang

Pagina 153 - YIELDMAT

“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“Pasting from Examples in Help” on page 41BETADISTThe BETADIST function returns t

Pagina 154

Chapter 10 Statistical Functions 237BETAINVThe BETAINV function returns the inverse of the given cumulative beta distribution probability value.

Pagina 155

BINOMDISTThe BINOMDIST function returns the individual term binomial distribution probability of the specied form.BINOMDIST(success-num, trials, prob

Pagina 156

Chapter 10 Statistical Functions 239CHIDISTThe CHIDIST function returns the one-tailed probability of the chi-square distribution.CHIDIST(non-ne

Pagina 157 - Examples

To view error and warning messages:Click the icon. mA message window summarizes each error and warning condition associated with "the cell.To hav

Pagina 158

Examples=CHIINV(0.5, 2) returns 1.38629436111989.=CHIINV(0.1, 10) returns 15.9871791721053.=CHIINV(0.5, 1) returns 0.454936423119572.Related TopicsFor

Pagina 159

Chapter 10 Statistical Functions 241ExampleGiven the following table:=CHITEST(A2:B6,A9:B13) returns 5.91020074984668E-236.Each expected value is

Pagina 160

CONFIDENCEThe CONFIDENCE function returns a value for creating a statistical condence interval for a sample from a population with a known standard d

Pagina 161

Chapter 10 Statistical Functions 243CORREL(y-values, x-values) Â y-values: The collection containing the y (dependent) values. y-values is a co

Pagina 162 - =ISEVEN(3) returns FALSE

COUNTThe COUNT function returns the number of its arguments that contain numbers, numeric expressions, or dates.COUNT(value, value…) Â value: A value

Pagina 163 - =ISODD(2) returns FALSE

Chapter 10 Statistical Functions 245“Listing of Statistical Functions” on page 225“Value Types” on page 36“The Elements of Formulas” on page 15“

Pagina 164

Related TopicsFor related functions and additional information, see:“COUNT” on page 244“COUNTBLANK” on page 246“COUNTIF” on page 247“COUNTIFS” on page

Pagina 165

Chapter 10 Statistical Functions 247Related TopicsFor related functions and additional information, see:“COUNT” on page 244“COUNTA” on page 245“

Pagina 166

ExamplesThe table in this example is used to illustrate all variations of the COUNT function, including COUNTIF. The information is not meaningful, bu

Pagina 167 - Numeric Functions

Chapter 10 Statistical Functions 249COUNTIFS(test-values, condition, test-values…, condition…) Â test-values: A collection containing values to

Pagina 168

Chapter 1 Using Formulas in Tables 25Cell references have dierent formats, depending on such factors as whether the cell’s table has headers, w

Pagina 169

Related TopicsFor related functions and additional information, see:“COUNT” on page 244“COUNTA” on page 245“COUNTBLANK” on page 246“COUNTIF” on page 2

Pagina 170

Chapter 10 Statistical Functions 251ExampleIn this example, the COVAR function is used to determine how closely related the price of heating oil

Pagina 171

CRITBINOMThe CRITBINOM function returns the smallest value for which the cumulative binomial distribution is greater than or equal to a given value.CR

Pagina 172

Chapter 10 Statistical Functions 253DEVSQThe DEVSQ function returns the sum of the squares of deviations of a collection of numbers from their a

Pagina 173

Examples=EXPONDIST(4, 2, 1) returns 0.999664537372097 (cumulative distribution form).=EXPONDIST(4, 2, 0) returns 0.000670925255805024 (probability den

Pagina 174

Chapter 10 Statistical Functions 255“FINV” on page 255“Listing of Statistical Functions” on page 225“Value Types” on page 36“The Elements of For

Pagina 175 - FACTDOUBLE

FORECASTThe FORECAST function returns the forecasted y value for a given x based on sample values using linear regression analysis.FORECAST(x-num-date

Pagina 176

Chapter 10 Statistical Functions 257“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edi

Pagina 177 - =GCD(34, 51) returns 17

ExampleAssume the following table contains the test scores of 30 students who recently took an exam you administered. Assume further that that the min

Pagina 178

Chapter 10 Statistical Functions 259GAMMADISTThe GAMMADIST function returns the gamma distribution in the specied form.GAMMADIST(non-neg-x-valu

Pagina 179

In Numbers, you can omit a table or sheet name if the cell or cells referenced have names unique in the spreadsheet.In Numbers, when you reference a c

Pagina 180

GAMMAINVThe GAMMAINV function returns the inverse gamma cumulative distribution.GAMMAINV(probability, alpha, beta) Â probability: A probability assoc

Pagina 181

Chapter 10 Statistical Functions 261Related TopicsFor related functions and additional information, see:“GAMMADIST” on page 259“GAMMAINV” on pag

Pagina 182

“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“Pasting from Examples in Help” on page 41HARMEANThe HARMEAN function returns the

Pagina 183

Chapter 10 Statistical Functions 263 Â x-numbers: The collection containing the x (independent) values. x-numbers is a collection containing nu

Pagina 184 - MULTINOMIAL

LARGEThe LARGE function returns the nth-largest value within a collection. The largest value is ranked number 1.LARGE(num-date-dur-set, ranking) Â num

Pagina 185

Chapter 10 Statistical Functions 265“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“Pasting from Examples in Help” on page

Pagina 186

If additional statistics are not returned (stats is FALSE), the array returned is one row deep. The number of columns is equal to the the number of se

Pagina 187

Chapter 10 Statistical Functions 267Additional StatisticsThis section discusses the additional statistics that can be returned by the LINEST fun

Pagina 188 - QUOTIENT

reg-ss: The regression sum of squares.reside-ss: The residual sum of squares.Usage NotesIt does not matter whether the known x values and known y va

Pagina 189 - RANDBETWEEN

Chapter 10 Statistical Functions 269“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“P

Pagina 190

Chapter 1 Using Formulas in Tables 27To refer to a range of cells, click a cell in the range and drag up, down, left, or right Âto select or re

Pagina 191

MAXThe MAX function returns the largest number in a collection.MAX(value, value…) Â value: A value. value can contain any value type. Â value…:Opti

Pagina 192 - ROUNDDOWN

Chapter 10 Statistical Functions 271Usage NotesText values and logical FALSE are given a value of 0 and logical TRUE is given a value Âof 1.To

Pagina 193

Examples=MEDIAN(1, 2, 3, 4, 5) returns 3.=MEDIAN(1, 2, 3, 4, 5, 6) returns 3.5.=MEDIAN(5, 5, 5, 5, 6) returns 5.Related TopicsFor related functions an

Pagina 194

Chapter 10 Statistical Functions 273“MINA” on page 273“SMALL” on page 288“Listing of Statistical Functions” on page 225“Value Types” on page 36“

Pagina 195

“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“Pasting from Examples in Help” on page 41MODEThe MODE function returns the most

Pagina 196

Chapter 10 Statistical Functions 275NEGBINOMDISTThe NEGBINOMDIST function returns the negative binomial distribution.NEGBINOMDIST(f-num, s-num,

Pagina 197

NORMDISTThe NORMDIST function returns the normal distribution of the specied function form.NORMDIST(num, average, stdev, form-type) Â num: The numbe

Pagina 198

Chapter 10 Statistical Functions 277NORMINVThe NORMINV function returns the inverse of the cumulative normal distribution.NORMINV(probability, a

Pagina 199

Example=NORMSDIST(4.3) returns 0.999991460094529.Related TopicsFor related functions and additional information, see:“NORMDIST” on page 276“NORMSINV”

Pagina 200 - SUMPRODUCT

Chapter 10 Statistical Functions 279“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“P

Pagina 201

If the column component of a cell reference is absolute ($A1): The row component is relative and may change to retain its position relative to the fo

Pagina 202 - SUMX2MY2

“QUARTILE” on page 284“Listing of Statistical Functions” on page 225“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard a

Pagina 203 - SUMX2PY2

Chapter 10 Statistical Functions 281“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edi

Pagina 204

POISSONThe POISSON function returns the probability that a specic number of events will occur using the Poisson distribution.POISSON(events, average,

Pagina 205

Chapter 10 Statistical Functions 283 Â probability-values: The collection containing the probability values. probability-values is a collection

Pagina 206 - Reference Functions

Related TopicsFor related functions and additional information, see:“BINOMDIST” on page 238“CRITBINOM” on page 252“NEGBINOMDIST” on page 275“PERMUT” o

Pagina 207

Chapter 10 Statistical Functions 285Examples=QUARTILE({5, 6, 9, 3, 7, 11, 8, 2, 14}, 0) returns 2, the smallest value.=QUARTILE({5, 6, 9, 3, 7,

Pagina 208

 largest-is-high: An optional value specifying whether the smallest or the largest value in the collection is ranked 1.largest is low (0, FALSE, or

Pagina 209

Chapter 10 Statistical Functions 287SLOPEThe SLOPE function returns the slope of the best-t line for the collection using linear regression ana

Pagina 210

“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“Pasting from Examples in Help” on page 41SM

Pagina 211

Chapter 10 Statistical Functions 289“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edi

Pagina 212

Chapter 1 Using Formulas in Tables 29The Comparison OperatorsYou can use comparison operators to compare two values in formulas. Comparison oper

Pagina 213 - HYPERLINK

STDEVThe STDEV function returns the standard deviation, a measure of dispersion, of a collection of values based on their sample (unbiased) variance.S

Pagina 214

Chapter 10 Statistical Functions 291“STDEVPA” on page 294“VAR” on page 298“VARA” on page 300“VARP” on page 302“VARPA” on page 303“Survey Results

Pagina 215 - Â row-index can’t be

ExampleAssume you have installed a temperature sensor in Cupertino, California. The sensor records each day’s high and low temperatures. In addition,

Pagina 216 - INDIRECT

Chapter 10 Statistical Functions 293“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“Pasting from Examples in Help” on page

Pagina 217

Related TopicsFor related functions and additional information, see:“STDEV” on page 290“STDEVA” on page 291“STDEVPA” on page 294“VAR” on page 298“VARA

Pagina 218

Chapter 10 Statistical Functions 295The standard deviation is the square root of the variance returned by the VARPA Âfunction.ExampleAssume you

Pagina 219

“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“Pasting from Examples in Help” on page 41TDISTThe TDIST function returns the pro

Pagina 220

Chapter 10 Statistical Functions 297TINVThe TINV function returns the t value (a function of the probability and degrees of freedom) from the st

Pagina 221

paired (1): Perform a paired test.two-sample equal (2): Perform a two-sample equal variance (homoscedastic) test.two-sample unequal (3): Perform a

Pagina 222 - TRANSPOSE

Chapter 10 Statistical Functions 299Usage NotesThe VAR function nds the sample (unbiased) variance by dividing the sum of the Âsquares of the

Pagina 223

13 Preface: Welcome to iWork Formulas & Functions15 Chapter 1: Using Formulas in Tables15 The Elements of Formulas17 Performing Instant Cal

Pagina 224

The String Operator and the WildcardsThe string operator can be used in formulas and wildcards can be used in conditions.When you want to Use this str

Pagina 225 - Statistical Functions

“Listing of Statistical Functions” on page 225“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and

Pagina 226

Chapter 10 Statistical Functions 301ExampleAssume you have installed a temperature sensor in Cupertino, California. The sensor records each day’

Pagina 227

VARPThe VARP function returns the population (true) variance, a measure of dispersion, of a collection of values.VARP(num-date, num-date…) Â num-date:

Pagina 228

Chapter 10 Statistical Functions 303“STDEVP” on page 293“STDEVPA” on page 294“VAR” on page 298“VARA” on page 300“VARPA” on page 303“Survey Resul

Pagina 229

ExampleAssume you have installed a temperature sensor in Cupertino, California. The sensor records each day’s high and low temperatures. In addition,

Pagina 230

Chapter 10 Statistical Functions 305ZTESTThe ZTEST function returns the one-tailed probability value of the Z-test.ZTEST(num-date-dur-set, num-d

Pagina 231

306The text functions help you work with strings of characters.Listing of Text FunctionsiWork provides these text functions for use with tables.Func

Pagina 232 - AVERAGEA

Chapter 11 Text Functions 307Function Description“LEN” (page 315 ) The LEN function returns the number of characters in a string.“LOWER” (page 3

Pagina 233 - AVERAGEIF

CHARThe CHAR function returns the character that corresponds to a decimal Unicode character code. CHAR(code-number) Â code-number: A number for which

Pagina 234 - AVERAGEIFS

Chapter 11 Text Functions 309Usage NotesThis can be helpful if text you paste from another application contains unwanted Âquestion marks, space

Pagina 235

Chapter 1 Using Formulas in Tables 31Viewing All Formulas in a SpreadsheetIn Numbers, to view a list of all the formulas in a spreadsheet, choos

Pagina 236 - BETADIST

You can use the CHAR function to do the opposite of the CODE function: convert a Ânumeric code into a text character.Examples=CODE(”A”) returns 65,

Pagina 237

Chapter 11 Text Functions 3 11“Listing of Text Functions” on page 306“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Key

Pagina 238 - BINOMDIST

EXACTThe EXACT function returns TRUE if the argument strings are identical in case and content.EXACT(string-1, string-2) Â string-1: The rst string.

Pagina 239

Chapter 11 Text Functions 313Specifying  start-pos permits you to begin the search for search-string within, rather than at the beginning of,

Pagina 240

Examples=FIXED(6789.123, 2) returns “6,789.12.”=FIXED(6789.123, 1, 1) returns “6789.1.”=FIXED(6789.123, -2) returns “6,800.”=FIXED(12.4, 0) returns “1

Pagina 241

Chapter 11 Text Functions 315Related TopicsFor related functions and additional information, see:“MID” on page 316“RIGHT” on page 319“Listing of

Pagina 242 - CONFIDENCE

LOWERThe LOWER function returns a string that is entirely lowercase, regardless of the case of the characters in the specied string.LOWER(source-stri

Pagina 243

Chapter 11 Text Functions 317Examples=MID(”lorem ipsum dolor sit amet”, 7, 5) returns “ipsum”.=MID(”1234567890”, 4, 3) returns “456”.=MID(”short

Pagina 244

“UPPER” on page 324“Listing of Text Functions” on page 306“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard and Mouse t

Pagina 245

Chapter 11 Text Functions 319REPTThe REPT function returns a string that contains a given string repeated a specied number of times.REPT(source

Pagina 246 - COUNTBLANK

Finding and Replacing Formula ElementsIn Numbers, using the Find & Replace window, you can search through all of a spreadsheet’s formulas to nd a

Pagina 247

Related TopicsFor related functions and additional information, see:“LEFT” on page 314“MID” on page 316“Listing of Text Functions” on page 306“Value T

Pagina 248 - COUNTIFS

Chapter 11 Text Functions 321Examples=SEARCH(”ra”, “abracadabra”) returns 3; the rst occurrence of the string “ra” starts at the third characte

Pagina 249

SUBSTITUTEThe SUBSTITUTE function returns a string where the specied characters of a given string have been replaced with a new string.SUBSTITUTE(sou

Pagina 250

Chapter 11 Text Functions 323TThe T function returns the text contained in a cell. This function is included for compatibility with tables impor

Pagina 251

Related TopicsFor related functions and additional information, see:“Listing of Text Functions” on page 306“Value Types” on page 36“The Elements of Fo

Pagina 252 - CRITBINOM

Chapter 11 Text Functions 325VALUEThe VALUE function returns a number value even if the argument is formatted as text. This function is included

Pagina 253 - EXPONDIST

326The trigonometric functions help you work with angles and their components.Listing of Trigonometric FunctionsiWork provides these trigonometric f

Pagina 254

Chapter 12 Trigonometric Functions 327Function Description“DEGREES” (page 334) The DEGREES function returns the number of degrees in an angle ex

Pagina 255

“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“Pasting from Exampl

Pagina 256 - FORECAST

Chapter 12 Trigonometric Functions 329ASINThe ASIN function returns the arcsine (the inverse sine) of a number.ASIN(num) Â num: A number. num i

Pagina 257 - FREQUENCY

33This chapter introduces the functions available in iWork.An Introduction to FunctionsA function is a named operation that you can include in a f

Pagina 258

Examples=ASINH(27.2899171971277) returns 4.=ASINH(SINH(1)) returns 1.Related TopicsFor related functions and additional information, see:“ASIN” on pag

Pagina 259 - GAMMADIST

Chapter 12 Trigonometric Functions 331“DEGREES” on page 334“TAN” on page 338“TANH” on page 339“Listing of Trigonometric Functions” on page 326“V

Pagina 260 - GAMMAINV

“TANH” on page 339“Listing of Trigonometric Functions” on page 326“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard and

Pagina 261

Chapter 12 Trigonometric Functions 333COSThe COS function returns the cosine of an angle that is expressed in radians.COS(radian-angle) Â radian

Pagina 262 - INTERCEPT

COSHThe COSH function returns the hyperbolic cosine of a number.COSH(num) Â num: A number. num is a number value.Examples=COSH(0) returns 1.=COSH(1)

Pagina 263

Chapter 12 Trigonometric Functions 335Related TopicsFor related functions and additional information, see:“ACOS” on page 327“ASIN” on page 329“A

Pagina 264

“ACOS” on page 327“ASIN” on page 329“ATAN” on page 330“ATAN2” on page 331“COS” on page 333“SIN” on page 336“TAN” on page 338“Listing of Trigonometric

Pagina 265

Chapter 12 Trigonometric Functions 337“COS” on page 333“DEGREES” on page 334“SINH” on page 337“TAN” on page 338“Listing of Trigonometric Functio

Pagina 266

TANThe TAN function returns the tangent of an angle that is expressed in radians.TAN(radian-angle) Â radian-angle: An angle, expressed in radians. ra

Pagina 267 - Additional Statistics

Chapter 12 Trigonometric Functions 339TANHThe TANH function returns the hyperbolic tangent of the specied number.TANH(num) Â num: A number. nu

Pagina 268

Information About FunctionsFor further information on Go toSyntax used in function denitions “Syntax Elements and Terms Used In Function Denitions”

Pagina 269 - LOGNORMDIST

340The in-depth examples and additional topics in this chapter illustrate working with some of the more complex functions.Additional Examples and To

Pagina 270

Chapter 13 Additional Examples and Topics 341Common Arguments Used in Financial FunctionsMany arguments are common among related nancial functi

Pagina 271 - =MAXA(1, 2, 3, 4) returns 4

cum-when-dueSee discussion at when-due. The only dierence is that functions that use cum-when-due require the argument to be specied and do not assu

Pagina 272

Chapter 13 Additional Examples and Topics 343depr-periodCertain functions return the amount of depreciation for a specied period. depr-period i

Pagina 273 - =MINA(1, 2, 3, 4) returns 1

future-valueA future value is a cash ow received or paid at the end of the investment or loan period or the cash value remaining after the nal payme

Pagina 274

Chapter 13 Additional Examples and Topics 345num-periods-yearThe calculation of the eective and nominal interest rates is based on the number o

Pagina 275 - NEGBINOMDIST

periodic-rateIn some cases, when working with a series of cash ows, or an investment, or a loan, it may be necessary to know the interest rate each p

Pagina 276 - NORMDIST

Chapter 13 Additional Examples and Topics 347salvageAssets often have value remaining at the end of the depreciable life or the expected useful

Pagina 277 - NORMSDIST

Choosing Which Time Value of Money Function to UseThis section provides additional information regarding the functions used to solve time value of mon

Pagina 278 - NORMSINV

Chapter 13 Additional Examples and Topics 349Function and its purpose Arguments used by the function“PV” (page 141) is the function to use if yo

Pagina 279 - PERCENTILE

Chapter 2 Overview of the iWork Functions 35Term or symbol Meaningellipsis (…) An argument followed by an ellipsis can be repeated as many times

Pagina 280 - PERCENTRANK

Irregular Cash Flows and Time IntervalsSome TVM problems involve irregular xed periodic cash ows where cash ows occur at regular time intervals but

Pagina 281 - =PERMUT(5, 2) returns 20

Chapter 13 Additional Examples and Topics 351Which Function Should You Use to Solve Common Financial Questions?This section describes some commo

Pagina 282

If you would like to know This function may be helpfulThe eective annual interest rate for a bond that pays interest only at its maturity (no periodi

Pagina 283

Chapter 13 Additional Examples and Topics 353Example of a Loan Amortization TableThis example uses IPMT, PPMT, and PMT to construct a loan amort

Pagina 284 - QUARTILE

The Completed Amortization TableTo complete the table, it would be necessary to select cells A10:A11 and extend the selection down to A32 to include a

Pagina 285

Chapter 13 Additional Examples and Topics 355More on RoundingiWork supports many dierent functions that round numbers. This section compares th

Pagina 286

To Use this function CommentsRound a number to the specied number of places“ROUND” (page 191 ) A positive number indicates the number of digits (deci

Pagina 287

Chapter 13 Additional Examples and Topics 357To Use this function CommentsRound a number up (away from zero) to the specied number of places“RO

Pagina 288

Using Logical and Information Functions TogetherLogical and information functions are often used together in a formula. Although logical functions are

Pagina 289 - STANDARDIZE

Chapter 13 Additional Examples and Topics 359Expression 1=AND(B2>60, B2<=75) tests for a low score. If the test score is in the range 61 t

Pagina 290

Value TypesA function argument has a type, which species what type of information the argument can contain. Functions also return a value of a partic

Pagina 291

Trapping Division by ZeroSometimes it is not possible to construct a table in a manner that can avoid division by zero. However, if division by zero o

Pagina 292

Chapter 13 Additional Examples and Topics 361Function Allows numeric comparisons Accepts wildcardsHLOOKUP no if exact match speciedMATCH no if

Pagina 293

Survey Results ExampleThis example brings together the illustrations used throughout the statistical functions. It is based on a hypothetical survey.

Pagina 294

Chapter 13 Additional Examples and Topics 363Function and arguments Description of result=CORREL(B2:B11, C2:C11) Determines the correlation of q

Pagina 295

Function and arguments Description of result=COVAR(B2:B11, C2:C11) Determines the covariance of question 1 and question 2. Covariance is a measure of

Pagina 296

Index 365 IndexSymbols? wildcard 30, 361* wildcard 30, 361& string operator 30, 310~ wildcard escape character 30, 361AABS numeric function

Pagina 297

366 Indexconstant dened 35conversion unitsdistance 80duration 80energy 81force 81liquid 82magnetism 82metric prexes 83power 82pressure

Pagina 298

Index 367DEC2OCT 85DELTA 86ERF 87ERFC 87GESTEP 88HEX2BIN 89HEX2DEC 90HEX2OCT 91NUMTOBASE 92OCT2BIN 93OCT2DEC 94OCT2HEX 95EOMONTH date a

Pagina 299

368 Indexhandling errors and warnings 23inserting cell references 26operators 28performing instant calculations 17using arithmetic operators 2

Pagina 300

Index 369IF 15 8, 358IFERROR 15 9ISBLANK 160, 358iserror 161ISEVEN 162ISODD 163NOT 164OR 165, 358TRUE 166LOGINV statistical function 268L

Pagina 301

Chapter 2 Overview of the iWork Functions 37Value Type Descriptionduration A duration is a length of time or a reference to a cell containing a

Pagina 302

370 Indexcomparison 29string 30, 310OR logical and information function 165, 358Pparentheses syntax elements 34pasting help examples into a tab

Pagina 303

Index 371COVAR 250, 364CRITBINOM 252DEVSQ 253EXPONDIST 253FDIST 254FINV 255FORECAST 256FREQUENCY 257GAMMADIST 259GAMMAINV 260GAMMALN 260

Pagina 304

372 IndexASIN 329ASINH 329ATAN 330ATAN2 331ATANH 332COS 333COSH 334DEGREES 334RADIANS 335SIN 336SINH 337TAN 338TANH 339TRIM text funct

Pagina 305

Value Type Descriptionlist A list is a comma-separated sequence of other values. For example, =CHOOSE(3, “1st”, “second”, 7, “last”). In some cases, t

Pagina 306 - Text Functions

Chapter 2 Overview of the iWork Functions 39Value Type Descriptionreference This is a reference to a single cell or a range of cells. If the ran

Pagina 307

4 Contents45 DATEDIF47 DATEVALUE47 DAY48 DAYNAME49 DAYS36050 EDATE51 EOMONTH51 HOUR52 MINUTE53 MONTH54 MONTHNAME54 NETWORKDAYS55 NOW

Pagina 308 - =CODE(”b”) returns 98

Listing of Function CategoriesThere are several categories of functions. For example, some functions perform calculations on date/time values, logical

Pagina 309

Chapter 2 Overview of the iWork Functions 41Pasting from Examples in HelpMany of the examples in help can be copied and pasted directly into a t

Pagina 310 - CONCATENATE

42The date and time functions help you work with dates and times to solve problems such as nding the number of working days between two dates or n

Pagina 311

Chapter 3 Date and Time Functions 43Function Description“EDATE” (page 50) The EDATE function returns a date that is some number of months before

Pagina 312

Function Description“WEEKDAY” (page 59) The WEEKDAY function returns a number that is the day of the week for a given date.“WEEKNUM” (page 60) The WEE

Pagina 313 - “n” in “on”)

Chapter 3 Date and Time Functions 45“TIME” on page 56“Listing of Date and Time Functions” on page 42“Value Types” on page 36“The Elements of For

Pagina 314

ExamplesIf A1 contains the date/time value 4/6/88 and A2 contains the date/time value 10/30/06:=DATEDIF(A1, A2, “D”) returns 6781, the number of days

Pagina 315 - =LEN(”12345”) returns 5

Chapter 3 Date and Time Functions 47DATEVALUEThe DATEVALUE function converts a date text string and returns a date/time value. This function is

Pagina 316

Examples=DAY(”4/6/88 11:59:22 PM”) returns 6.=DAY(“5/12/2009”) returns 12.Related TopicsFor related functions and additional information, see:“DAYNAME

Pagina 317

Chapter 3 Date and Time Functions 49Related TopicsFor related functions and additional information, see:“DAY” on page 47“MONTHNAME” on page 54“W

Pagina 318

Contents 580 Supported Conversion Units80 Weight and mass80 Distance80 Duration81 Speed81 Pressure81 Force81 Energy82 Power82 Magnetism82

Pagina 319

“YEARFRAC” on page 63“Listing of Date and Time Functions” on page 42“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard a

Pagina 320

Chapter 3 Date and Time Functions 51EOMONTHThe EOMONTH function returns a date that is the last day of the month some number of months before or

Pagina 321

Related TopicsFor related functions and additional information, see:“DAY” on page 47“MINUTE” on page 52“MONTH” on page 53“SECOND” on page 56“YEAR” on

Pagina 322 - SUBSTITUTE

Chapter 3 Date and Time Functions 53“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edi

Pagina 323

MONTHNAMEThe MONTHNAME function returns the name of the month from a number. Month 1 is January.MONTHNAME(month-num) Â month-num: The desired month.

Pagina 324

Chapter 3 Date and Time Functions 55Related TopicsFor related functions and additional information, see:“DATEDIF” on page 45“DAYS360” on page 49

Pagina 325

SECONDThe SECOND function returns the seconds for a given date/time value.SECOND(time) Â time: The time the function should use. time is a date/time

Pagina 326 - Trigonometric Functions

Chapter 3 Date and Time Functions 57Examples=TIME(12, 0, 0) returns 12:00 pm.=TIME(16, 45, 30) returns 4:45 pm.=TIME(0, 900, 0) returns 3:00 pm.

Pagina 327

“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“Pasting from Exampl

Pagina 328 - =ACOSH(COSH(5)) returns 5

Chapter 3 Date and Time Functions 59WEEKDAYThe WEEKDAY function returns a number that is the day of the week for a given date.WEEKDAY(date, rst

Pagina 329

6 Contents119 EFFECT120 FV122 INTRATE123 IPMT125 IRR126 ISPMT128 MIRR129 NOMINAL130 NPER132 NPV134 PMT135 PPMT137 PRICE138 PRICEDIS

Pagina 330

WEEKNUMThe WEEKNUM function returns the number of the week within the year for a given date.WEEKNUM(date, rst-day) Â date: The date the function sho

Pagina 331

Chapter 3 Date and Time Functions 61WORKDAYThe WORKDAY function returns the date that is the given number of working days before or after a give

Pagina 332 - =ATANH(TANH(2)) returns 2

YEARThe YEAR function returns the year for a given date/time value.YEAR(date) Â date: The date the function should use. date is a date/time value. Th

Pagina 333

Chapter 3 Date and Time Functions 63YEARFRACThe YEARFRAC function nds the fraction of a year represented by the number of whole days between tw

Pagina 334

64The duration functions help you work with periods of time (durations) by converting between dierent time periods, such as hours, days, and weeks.

Pagina 335

Chapter 4 Duration Functions 65DUR2DAYSThe DUR2DAYS function converts a duration value to a number of days.DUR2DAYS(duration) Â duration: The l

Pagina 336

Related TopicsFor related functions and additional information, see:“DUR2DAYS” on page 65“DUR2MILLISECONDS” on page 66“DUR2MINUTES” on page 67“DUR2SEC

Pagina 337

Chapter 4 Duration Functions 67“Value Types” on page 36“The Elements of Formulas” on page 15“Using the Keyboard and Mouse to Create and Edit For

Pagina 338 - =TAN(3*PI()/4) returns -1

DUR2SECONDSThe DUR2SECONDS function converts a duration value to a number of seconds.DUR2SECONDS(duration) Â duration: The length of time to be conve

Pagina 339

Chapter 4 Duration Functions 69DUR2WEEKSThe DUR2WEEKS function converts a duration value to a number of weeks.DUR2WEEKS(duration) Â duration: T

Pagina 340

Contents 7172 COMBIN173 EVEN174 EXP174 FACT175 FACTDOUBLE176 FLOOR177 GCD178 INT179 LCM179 LN180 LOG181 LOG10182 MOD183 MROUND184 MUL

Pagina 341

DURATIONThe DURATION function combines separate values for weeks, days, hours, minutes, seconds, and milliseconds and returns a duration value.DURATIO

Pagina 342

Chapter 4 Duration Functions 71STRIPDURATIONThe STRIPDURATION function evaluates a given value and returns either the number of days represented

Pagina 343

72The engineering functions help you calculate some common engineering values and convert between dierent numeric bases.Listing of Engineering Func

Pagina 344

Chapter 5 Engineering Functions 73Function Description“DEC2OCT” (page 85) The DEC2OCT function converts a decimal number to the corresponding oc

Pagina 345

Usage NotesThis function returns a number value and can properly be used in a formula Âcontaining other number values. Some other spreadsheet applica

Pagina 346

Chapter 5 Engineering Functions 75Related TopicsFor related functions and additional information, see:“BESSELY” on page 75“Listing of Engineerin

Pagina 347

BIN2DECThe BIN2DEC function converts a binary number to the corresponding decimal number.BIN2DEC(binary-string, convert-length) Â binary-string: The

Pagina 348

Chapter 5 Engineering Functions 77BIN2HEXThe BIN2HEX function converts a binary number to the corresponding hexadecimal number.BIN2HEX(binary-st

Pagina 349

BIN2OCTThe BIN2OCT function converts a binary number to the corresponding octal number.BIN2OCT(binary-string, convert-length) Â binary-string: The st

Pagina 350

Chapter 5 Engineering Functions 79CONVERTThe CONVERT function converts a number from one measurement system to its corresponding value in anothe

Pagina 351 - Questions?

8 Contents209 CHOOSE210 COLUMN211 COLUMNS211 HLOOKUP213 HYPERLINK214 INDEX216 INDIRECT217 LOOKUP218 MATCH219 OFFSET221 ROW221 ROWS22

Pagina 352

Supported Conversion UnitsWeight and massMeasure ConstantGram “g” (can be used with metric prexes)Slug “sg”Pound mass (avoirdupois) “lbm”U (atomic ma

Pagina 353

Chapter 5 Engineering Functions 81SpeedMeasure ConstantMiles per hour “mi/h”Miles per minute “mi/mn”Meters per hour “m/h” (can be used with metr

Pagina 354

Measure ConstantWatt-hour “Wh” (can be used with metric prexes)Foot-pound “b”BTU “BTU”PowerMeasure ConstantHorsepower “HP”Watt “W” (can be used with

Pagina 355 - More on Rounding

Chapter 5 Engineering Functions 83MetricprexesMeasure Constant Multiplierexa “E” 1E+18peta “P” 1E+15tera “T” 1E+12giga “G” 1E+09mega “M” 1E+06

Pagina 356

Examples=DEC2BIN(100) returns 01100100.=DEC2BIN(”1001”, 12) returns 001111101001.Related TopicsFor related functions and additional information, see:“

Pagina 357

Chapter 5 Engineering Functions 85Related TopicsFor related functions and additional information, see:“BIN2HEX” on page 77“DEC2BIN” on page 83“D

Pagina 358

“HEX2OCT” on page 91“OCT2DEC” on page 94“Listing of Engineering Functions” on page 72“Value Types” on page 36“The Elements of Formulas” on page 15“Usi

Pagina 359

Chapter 5 Engineering Functions 87ERFThe ERF function returns the error function integrated between two values.ERF(lower, upper) Â lower: The l

Pagina 360 - Trapping Division by Zero

Related TopicsFor related functions and additional information, see:“ERF” on page 87“Listing of Engineering Functions” on page 72“Value Types” on page

Pagina 361

Chapter 5 Engineering Functions 89“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26“Pasting from Examples in Help” on page 4

Pagina 362 - Survey Results Example

Contents 9259 GAMMADIST260 GAMMAINV260 GAMMALN261 GEOMEAN262 HARMEAN262 INTERCEPT264 LARGE265 LINEST267 Additional Statistics268 LOGINV269

Pagina 363

HEX2DECThe HEX2DEC function converts a hexadecimal number to the corresponding decimal number.HEX2DEC(hex-string, convert-length) Â hex-string: The s

Pagina 364

Chapter 5 Engineering Functions 91HEX2OCTThe HEX2OCT function converts a hexadecimal number to the corresponding octal number.HEX2OCT(hex-string

Pagina 365

NUMTOBASEThe NUMTOBASE function converts a number from base 10 into a number in the specied base.NUMTOBASE(decimal-string, base, convert-length) Â de

Pagina 366 - 366 Index

Chapter 5 Engineering Functions 93OCT2BINThe OCT2BIN function converts an octal number to the corresponding binary number.OCT2BIN(octal-string,

Pagina 367 - Index 367

OCT2DECThe OCT2DEC function converts an octal number to the corresponding decimal number.OCT2DEC(octal-string, convert-length) Â octal-string: The st

Pagina 368 - 368 Index

Chapter 5 Engineering Functions 95OCT2HEXThe OCT2HEX function converts an octal number to the corresponding hexadecimal number.OCT2HEX(octal-str

Pagina 369 - Index 369

96The nancial functions help you work with cash ows, depreciable assets, annuities, and investments by solving problems such as the amount of annu

Pagina 370 - 370 Index

Chapter 6 Financial Functions 97Function Description“COUPDAYSNC” (page 108) The COUPDAYSNC function returns the number of days between the settl

Pagina 371 - Index 371

Function Description“ISPMT” (page 126) The ISPMT function returns the interest portion of a specied loan or annuity payment based on xed, periodic p

Pagina 372 - 372 Index

Chapter 6 Financial Functions 99Function Description“PV” (page 141) The PV function returns the present value of an investment or annuity based

Comentarios a estos manuales

Sin comentarios