Analyze missing values in Excel

작성자: AILesson7 분 소요테스트::ChatGPT검토일: 2026-08-28

빠른 답변

Measure missingness by field and group before deciding whether to leave, recover, or exclude it. 제공할 내용: Analysis or import purpose, Fields and missing-value meanings, Counts or representative rows. 예상 결과: A missingness profile, decision rules, and impact checks without invented values.

1

맥락 추가

텍스트는 이 브라우저에 유지됩니다. AILesson Prompts는 이를 모델이나 서버로 보내지 않습니다.

2

프롬프트

채워지지 않은 필드는 플레이스홀더로 표시되므로 프롬프트를 복사하고 편집할 수 있습니다

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.
Playground에서 사용해 보기
기본적으로 비공개프롬프트 구성은 브라우저에서 로컬로 이루어집니다. 조직에서 허용하지 않는 한 기밀 정보를 AI 서비스에 입력하지 마세요.

입력에서 결과까지

적용 예시

구체적인 맥락이 이 레시피를 바로 사용할 수 있는 결과로 바꾸는 방법을 확인하세요

실제 입력

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.

예시 출력

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.

효과가 있는 이유

  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.

결과 확인

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

안심하고 사용하세요

자주 묻는 질문

이 레시피를 언제 사용해야 하는지, 무엇을 제공해야 하는지, 그리고 어떤 부분에서 사람의 검토가 여전히 중요한지에 대한 실용적인 답변

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.

더 많은 탐색 방법

이 레시피가 적합한 상황

작업을 계속 진행하세요