Apple Numbers '08 Bedienungsanleitung Seite 249

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 295
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 248
Chapter 12 Dictionary of Functions 249
MIN
The MIN function finds the smallest number in the list of arguments.
MIN(number, [number, . . .])
 number: A series of numbers, numeric expressions, or references to cells containing
numbers or numeric expressions.
Notes
Cells that don’t contain numbers are ignored.
Text entered directly in the arguments results in an error.
MINA
The MINA function finds the smallest number in a set of values. In addition to numeric
values, text values and logical FALSE are counted as 0 and logical TRUE is counted as 1.
MINA(value, [value, . . .])
 values: A series of numbers or numeric expressions, or references to cells containing
numbers, numeric expressions, text, or Boolean values. Text values are evaluated as 0.
Notes
Text entered directly in the arguments results in an error.
Examples
MID("lorem ipsum dolor sit amet",7, 5) returns "ipsum".
MID("1234567890",4,3) returns "456".
MID("shorten", 5, 20) returns "ten".
Examples
MIN(5, 5, 5, 5, 6) returns 5.
MIN(1, 2, 3, 4, 5) returns 1.
Examples
MINA(1, 2, 3, 4) returns 1.
MINA(A1:C1), where A1:C1 contains -1, -10, hello, returns -10.
MINA(A1:C1), where A1:C1 contains 1, 10, hello, returns 0.
Seitenansicht 248
1 2 ... 244 245 246 247 248 249 250 251 252 253 254 ... 294 295

Kommentare zu diesen Handbüchern

Keine Kommentare