Standardize category labels in Excel

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

Schnelle Antwort

Map known label variants to an approved vocabulary while exposing unknown values. Angeben: Approved categories, Observed variants, Mapping policy. Erwartetes Ergebnis: An auditable mapping table, lookup formula, and unmapped-value review queue.

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.

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.
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

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.

Beispielausgabe

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.

Warum das funktioniert

  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.

Ergebnis prüfen

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

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 “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.

Weitere Möglichkeiten zum Entdecken

Wo dieses Rezept hineinpasst

Bring die Arbeit voran