Google Docs: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:
 
* [https://support.google.com/docs/bin/static.py?hl=en&topic=25273&page=table.cs Spreadsheets function list]
 
* [https://support.google.com/docs/bin/static.py?hl=en&topic=25273&page=table.cs Spreadsheets function list]
 
* [http://igoogledrive.blogspot.in/2012/09/google-spreadsheet-importrange.html Import data from other spreadsheets with ImportRange]
 
* [http://igoogledrive.blogspot.in/2012/09/google-spreadsheet-importrange.html Import data from other spreadsheets with ImportRange]
 +
 +
===Beispiele===
 +
* Sortiere alle Daten von Sheet1 ohne die Spalten D und H nach der Key-Spalte A.
 +
** =SORT( Sheet1!A2:C ; 1 ; FALSE )
 +
** =SORT( Sheet1!E2:G ; Sheet1!A2:A ; FALSE )
  
 
==Backups==
 
==Backups==

Version vom 27. Oktober 2012, 14:35 Uhr

Spreadsheet

Beispiele

  • Sortiere alle Daten von Sheet1 ohne die Spalten D und H nach der Key-Spalte A.
    • =SORT( Sheet1!A2:C ; 1 ; FALSE )
    • =SORT( Sheet1!E2:G ; Sheet1!A2:A ; FALSE )

Backups