Standardize category labels in Excel

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

빠른 답변

Map known label variants to an approved vocabulary while exposing unknown values. 제공할 내용: Approved categories, Observed variants, Mapping policy. 예상 결과: An auditable mapping table, lookup formula, and unmapped-value review queue.

1

맥락 추가

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

2

프롬프트

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

Design an auditable Excel mapping for category labels.

Approved categories and definitions:
[vocabulary]

Observed raw values and counts:
[observed]

Mapping policy:
[policy]

Do not merge labels only because they look similar. Normalize a comparison key separately from the approved output. Return a mapping table with RawVariant, NormalizedKey, CanonicalLabel, Confidence, Reason, and ReviewerNeeded; formulas to apply it; and a report of unmapped or ambiguous values. Preserve raw values and counts so the effect of every mapping can be reconciled.
Playground에서 사용해 보기
기본적으로 비공개프롬프트 구성은 브라우저에서 로컬로 이루어집니다. 조직에서 허용하지 않는 한 기밀 정보를 AI 서비스에 입력하지 마세요.

입력에서 결과까지

적용 예시

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

실제 입력

Approved categories
New = not yet contacted; In progress = contact or work underway; Won = completed successfully; Lost = closed unsuccessfully.
Observed variants
new 42; New 18; NEW-LEAD 6; contacted 15; in progress 31; working 4; closed 12; won 20; lost 9; blank 3.
Mapping policy
Case, outer spaces, and hyphen versus space may be normalized. 'Contacted' and 'working' can map to In progress after review. 'Closed' is ambiguous between Won and Lost. Blank must remain Missing, not New.

예시 출력

Build a Mapping table rather than using nested SUBSTITUTE. A comparison key can be =LOWER(TRIM(SUBSTITUTE(A2,"-"," "))), but the mapping table remains authoritative.

RawVariantNormalizedKeyCanonicalLabelConfidenceReasonReviewerNeeded
new / NewnewNewHighcase-only variationNo
NEW-LEADnew leadNewMediumapproved synonym must be confirmedYes
contacted / workingcontacted / workingIn progressMediumpolicy-approved workflow synonymsYes
closedclosedNoneoutcome is unknownYes
blankMissingHighabsence is not NewNo

Apply with =IF(A2="","Missing",XLOOKUP(LOWER(TRIM(SUBSTITUTE(A2,"-"," "))),Mapping[NormalizedKey],Mapping[CanonicalLabel],"Review")). Do not add closed until its 12 rows are resolved from other evidence. Summarize counts by raw and canonical value; the mapped total plus Review must equal 160. Store mapping version and approval date so future imports can be reproduced.

효과가 있는 이유

  1. 1

    A mapping table turns silent replacements into explicit, reviewable decisions.

  2. 2

    Unmapped-value reporting prevents new labels from disappearing into a fallback category.

결과 확인

  • Does every canonical label have a written business definition?

  • Are ambiguous variants assigned to review instead of the nearest-looking label?

  • Do raw and mapped counts reconcile exactly?

안심하고 사용하세요

자주 묻는 질문

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

What should I prepare before using “Standardize category labels in Excel”?

For “Standardize category labels in Excel,” prepare Approved categories, Observed variants, and Mapping policy. 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 “Standardize category labels in Excel” result not ready to use?

The result is not ready if it does not yet deliver the stated outcome—An auditable mapping table, lookup formula, and unmapped-value review queue—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 “Standardize category labels in Excel”?

The published test record for “Standardize category labels 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.

더 많은 탐색 방법

이 레시피가 적합한 상황

작업을 계속 진행하세요