Apple Numbers '08 Manual de usuario Pagina 241

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 295
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 240
Chapter 12 Dictionary of Functions 241
ISERROR
The ISERROR function returns TRUE if the expression in the function’s argument
evaluates to an error and FALSE otherwise.
ISERROR(cell)
 cell: A reference to a table cell that contains a formula.
ISEVEN
The ISEVEN function returns TRUE if the value is even (leaves no remainder when
divided by 2) and FALSE otherwise.
ISEVEN(number)
 number: A number, numeric expression, or reference to a cell containing a numeric
expression.
Notes
Fractional parts of a number are ignored.
Dates are not considered even or odd; if value is a date, an error is returned.
ISODD
The ISODD function returns TRUE if the value is odd (leaves a remainder when divided
by 2) and FALSE otherwise.
ISODD(number)
 number: A number, numeric expression, or reference to a cell containing a numeric
expression.
Notes
Fractional parts of a number are ignored.
Dates are not considered even or odd; if value is a date, an error is returned.
Examples
If cell A1 contains =QUOTIENT(3,0):
ISERROR(A1) returns TRUE. (You can’t divide by 0.)
Examples
ISEVEN(2) returns TRUE.
ISEVEN(2.75) returns TRUE.
ISEVEN(3) returns FALSE.
Vista de pagina 240
1 2 ... 236 237 238 239 240 241 242 243 244 245 246 ... 294 295

Comentarios a estos manuales

Sin comentarios