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) |
|||
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
==Spreadsheet== | ==Spreadsheet== | ||
* [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] | + | * [http://igoogledrive.blogspot.in/2012/09/google-spreadsheet-importrange.html Import data from other spreadsheets with ImportRange] |
− | [[Category: IT]] | + | ===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== | ||
+ | * Google Takeout: http://www.globinch.com/now-backup-your-google-docs-using-google-takeout/ | ||
+ | * [https://code.google.com/p/gdocbackup/ GDocBackup] | ||
+ | |||
+ | [[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 )