Analyze missing values in Excel

Autor: AILesson7 Min. EinrichtungszeitGetestet mit:ChatGPTGeprüft am: 2026-08-28

Schnelle Antwort

Measure missingness by field and group before deciding whether to leave, recover, or exclude it. Angeben: Analysis or import purpose, Fields and missing-value meanings, Counts or representative rows. Erwartetes Ergebnis: A missingness profile, decision rules, and impact checks without invented values.

1

Kontext hinzufügen

Dein Text bleibt in diesem Browser. AILesson Prompts sendet ihn nicht an ein Modell oder einen Server.

2

Dein Prompt

Nicht ausgefüllte Felder bleiben als Platzhalter sichtbar, sodass du den Prompt weiterhin kopieren und bearbeiten kannst.

Analyze and plan treatment for missing Excel values.

Dataset purpose:
[purpose]

Fields and meanings of missing values:
[fields]

Counts, groups, and representative rows:
[profile]

Distinguish true blank, unknown, not applicable, zero, empty string from a formula, and missing because of a data failure. Do not fill values with averages, zero, or guessed categories unless the decision rule and impact are justified. Return a field-by-field missingness profile, group comparisons, likely causes labeled as hypotheses, recommended action, validation formulas, and sensitivity checks showing how exclusions or imputations change the result.
Im Playground ausprobieren
Standardmäßig privatDer Prompt wird lokal in deinem Browser zusammengestellt. Gib keine vertraulichen Informationen in einen KI-Dienst ein, es sei denn, deine Organisation erlaubt dies.

Von der Eingabe zum Ergebnis

Ein ausgearbeitetes Beispiel

Sieh dir an, wie konkreter Kontext dieses Rezept in ein nutzbares Ergebnis verwandelt.

Tatsächliche Eingabe

Analysis or import purpose
Report average ticket resolution hours by support channel. ResolutionHours is used only for closed tickets.
Fields and missing-value meanings
Status is required; Channel is required; ResolutionHours is required for Closed, not applicable for Open, and may be blank from an export failure. Text 'N/A' means not applicable; numeric 0 means resolved immediately and is valid.
Counts or representative rows
1,000 rows: 800 Closed, 200 Open. Closed has 40 blank ResolutionHours: 32 are Chat, 8 Email. Open has 200 N/A. Three Closed rows have 0. A source-system change occurred midway through the month.

Beispielausgabe

Profile missingness only among rows where the field is applicable. Open/N/A rows are not missing resolution data and must not enter the average denominator. The three numeric zeros are valid. Among Closed tickets, the missing rate is 40/800 = 5%; its concentration in Chat is evidence of uneven missingness, but the source-system change is only a causal hypothesis until dates are compared.

Add MissingClass: =IFS([@Status]<>"Closed","Not applicable",ISNUMBER([@ResolutionHours]),"Observed",[@ResolutionHours]="","Missing-required",TRUE,"Invalid-marker"). Build a PivotTable of MissingClass by Channel and by period before/after the system change.

Recommended action: do not mean-fill. Attempt recovery from the source for 40 Missing-required rows; until then, report observed averages with the observed/missing count for each channel. Sensitivity check each channel using at least three bounds: observed-only mean, missing values set to the channel's observed 25th percentile, and set to its 75th percentile. If channel ranking changes, state that the comparison is not robust. Reconcile 800 Closed = Observed + Missing-required + Invalid-marker.

Warum das funktioniert

  1. 1

    Separating missing meanings prevents zero and not-applicable values from being treated as unknown.

  2. 2

    Sensitivity checks show whether a cleanup choice materially changes the reported result.

Ergebnis prüfen

  • Is each missing marker mapped to an explicit meaning?

  • Are any proposed filled values supported rather than merely convenient?

  • Are missing rates compared across groups that affect the conclusion?

Sicher nutzen

Häufig gestellte Fragen

Praktische Antworten dazu, wann du dieses Rezept verwenden solltest, was du bereitstellen solltest und wo menschliche Prüfung weiterhin wichtig ist.

What should I prepare before using “Analyze missing values in Excel”?

For “Analyze missing values in Excel,” prepare Analysis or import purpose, Fields and missing-value meanings, and Counts or representative rows. Replace placeholders only with information you can verify. If a detail is unknown, preserve that uncertainty explicitly instead of asking the model to infer it.

When is the “Analyze missing values in Excel” result not ready to use?

The result is not ready if it does not yet deliver the stated outcome—A missingness profile, decision rules, and impact checks without invented values—from the supplied evidence, or if it relies on unresolved assumptions, missing approvals, or invented details. Use the checks as release gates: revise the source inputs or assign a named, authorized reviewer instead of polishing an unsupported output.

Which AI tools have recorded tests for “Analyze missing values in Excel”?

The published test record for “Analyze missing values in Excel” lists ChatGPT as of 2026-08-28. This confirms recorded runs, not guaranteed compatibility or identical results in later product versions. For another tool or version, keep every constraint visible and repeat the result checks before use.

Weitere Möglichkeiten zum Entdecken

Wo dieses Rezept hineinpasst

Bring die Arbeit voran