Startseite/Datentools
🛠️DatentoolsIn Google Sheets

Erweiterte Datendienstprogramme für Google Sheets

Leistungsstarke Tabellendienstprogramme für Datentransformation, Validierung und Analyse. Erweitern Sie Google Sheets mit Funktionen, die Sie sich wünschen.

daten-utilities.xlsx
ABC
1EingabeFormelErgebnis
2Hello World 2024!
3https://example.com=getStatusCode(A3)200
4how to start a business=suggestQueries(A4)10 suggestions
Warum Datentools?

Tabellen-Superkräfte freigeschaltet

Funktionen, die komplexe Datenoperationen einfach machen. Kein Code, keine Add-ons, nur Formeln.

🔍

Texttransformation

Groß-/Kleinschreibung, Slug-Generierung, String-Manipulation und Textformatierungs-Dienstprogramme.

Datenvalidierung

Validieren Sie E-Mails, URLs, Telefonnummern und andere Datenformate automatisch.

📊

Array-Operationen

Glätten, transponieren, teilen und manipulieren Sie Arrays mit einfachen Formeln.

🕐

Datum- und Zeit-Dienstprogramme

Parsen Sie Daten, berechnen Sie Zeitspannen, konvertieren Sie Zeitzonen und formatieren Sie Datumsstrings.

🔗

URL-Analyse

Extrahieren Sie Domains, Pfade, Parameter und Fragmente aus URLs.

🔐

Hashing und Kodierung

Generieren Sie MD5-, SHA-Hashes, kodieren/dekodieren Sie Base64 und URL-kodieren Sie Strings.

Beispiele

Datentools in Aktion

Echte Formeln zum Transformieren, Validieren und Analysieren Ihrer Daten.

TexttransformationGenerate URL Slugs
Formula
=slugify("Hello World Product 2024")
Input
Hello World Product 2024
Output
UTIL
hello-world-product-2024
Use case: generate url slug google sheets
URL-AnalyseCheck HTTP Status Code
Formula
=getStatusCode(A2)
Input
https://www.example.com
Output
UTIL
200
Use case: check url status google sheets
URL-AnalyseExtract URLs from Sitemap
Formula
=getUrlsFromSitemap("https://example.com/sitemap.xml")
Input
https://example.com/sitemap.xml
Output
UTIL
2D Array3 rows × 1 col
[0]https://example.com/
[1]https://example.com/about
[2]https://example.com/blog
Use case: extract sitemap urls google sheets
DatenvalidierungGoogle Autocomplete Suggestions
Formula
=suggestQueries("how to", "en")
Input
how to
Output
UTIL
2D Array3 rows × 1 col
[0]how to tie a tie
[1]how to screenshot
[2]how to lose weight
Use case: google autocomplete google sheets
URL-AnalyseExtract Locale from Subdomain
Formula
=getLocaleBySubdomain(A2)
Input
https://es.example.com/page
Output
UTIL
es
Use case: extract locale subdomain google sheets
Array-OperationenCombine Multiple Ranges
Formula
=combineAll(A1:A10, C1:C10, E1:E10)
Input
Multiple columns with data
Output
UTIL
2D Array5 rows × 1 col
[0]apple
[1]banana
[2]cherry
[3]date
[4]elderberry
Use case: combine ranges google sheets
Array-OperationenGroup Cells into String
Formula
=groupByCell(A1:A5, ", ")
Input
List of items in cells
Output
UTIL
apple, banana, cherry, date, elderberry
Use case: concatenate cells google sheets
TexttransformationCluster Keywords
Formula
=clusterize(A1:A100)
Input
List of 100 keywords
Output
UTIL
2D Array2 rows × 2 cols
[0]runningrunning shoes, running gear, running tips
[1]marathonmarathon training, marathon shoes
Use case: cluster keywords google sheets
URL-AnalyseCheck Redirect Chain
Formula
=checkRedirectChain("https://example.com/old")
Input
https://example.com/old
Output
UTIL
2D Array2 rows × 2 cols
[0]301https://example.com/old
[1]200https://example.com/new
Use case: check redirects google sheets
DatenvalidierungVLOOKUP with Two Criteria
Formula
=v2lookup("2024", "Q1", A:E, 5)
Input
Year: 2024, Quarter: Q1
Output
UTIL
125000
Use case: vlookup multiple criteria google sheets
DatenvalidierungVLOOKUP with Unlimited Criteria
Formula
=unlimitedVlookup("John", A:D, 4, "Sales", 2)
Input
Name: John, Department: Sales
Output
UTIL
$75,000
Use case: vlookup unlimited criteria google sheets
TexttransformationGenerate URL Slug from Title
Formula
=slugify(A2)
Input
My Awesome Blog Post!
Output
UTIL
my-awesome-blog-post
Use case: slugify text google sheets
Praxisbeispiele

Datentransformation vereinfacht

Sehen Sie, wie Datenprofis diese Tools nutzen, um komplexe Operationen zu automatisieren.

URL-Analyse-Pipeline

Parsen und analysieren Sie URLs, um Domains, Pfade und Parameter zu extrahieren

Formula=getStatusCode(A2)
INPUTYour data
URL
https://www.example.com
https://google.com/search?q=test
https://github.com/nonexistent-page-404
RESULTProcessed
200 200 404

Datenbereinigung-Workflow

Validieren, bereinigen und standardisieren Sie unordentliche Daten automatisch

Formula=clusterize(A2:A10)
INPUTYour data
Keywords
running shoes
running tips
marathon training
RESULTProcessed
running: running shoes, running tips marathon: marathon training

Stapeltransformation

Transformieren Sie große Datensätze mit leistungsstarken Array-Operationen

Formula=suggestQueries(A2, "en")
INPUTYour data
Seed Query
how to start
best laptops
learn python
RESULTProcessed
how to start a business, how to start investing... best laptops 2025, best laptops for gaming... learn python online, learn python for beginners...

Bereit, erweiterte Datentools freizuschalten?

Die meisten Datentools sind im kostenlosen Plan verfügbar.

Der Pro-Plan schaltet alle Funktionen + höhere Limits frei.

Keine Kreditkarte erforderlich • Installation in 30 Sekunden • Jederzeit kündbar