Google Docs: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (Hilfe:Kategorisieren von Seiten: Entferne Kategorie:-OSEG 301 - IT Administration; Ergänze Kategorie:OSEG - IT Administration) |
|||
(2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
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== | ||
Zeile 8: | Zeile 13: | ||
* [https://code.google.com/p/gdocbackup/ GDocBackup] | * [https://code.google.com/p/gdocbackup/ GDocBackup] | ||
− | [[Category: IT]] | + | [[Category: Software]] |
+ | [[Category:OSEG - IT Administration]] |
Aktuelle Version vom 5. April 2018, 20:48 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 )