Analyze missing values in Excel

Auteur: AILesson7 min de préparationTesté avec:ChatGPTRévisé: 2026-08-28

Réponse rapide

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

1

Ajouter votre contexte

Votre texte reste dans ce navigateur. AILesson Prompts ne l’envoie ni à un modèle ni à un serveur.

2

Votre prompt

Les champs non remplis restent visibles sous forme d’espaces réservés, afin que vous puissiez quand même copier et modifier le prompt.

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.
Essayer dans le Playground
Privé par défautL’assemblage du prompt se fait localement dans votre navigateur. Évitez de placer des informations confidentielles dans un service d’IA, sauf si votre organisation l’autorise.

De l'entrée au résultat

Un exemple détaillé

Voyez comment un contexte concret transforme cette recette en résultat utilisable.

Entrée réelle

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.

Exemple de sortie

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.

Pourquoi cela fonctionne

  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.

Vérifier le résultat

  • 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?

Utilisez-la en toute confiance

Questions fréquentes

Des réponses pratiques sur le bon moment pour utiliser cette recette, ce qu’il faut fournir et les cas où une vérification humaine reste nécessaire.

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.

Plus de façons d'explorer

Où se situe cette recette

Faites avancer votre travail