VLOOKUP for messy data: join two CSVs on approximately-matching keys ('Acme Ltd.' = 'ACME Limited') with Jaro-Winkler or Levenshtein scoring and an interactive match-review queue.
Tip: use samples, upload, copy, download, and send-to actions inside the workspace where available.
Fuzzy Join matches two CSVs on keys that nearly agree instead of exactly agreeing — "Acme Ltd." against "ACME Limited", "O'Brien" against "OBrien". You choose the similarity algorithm (Jaro-Winkler for names, Levenshtein for typos), set a threshold, and then review the borderline matches in a queue rather than trusting a number. That review step is the important one: every fuzzy join has a band where only a human can tell a real match from a coincidence.
Paste or drop two CSVs, pick the key column on each side, and get a VLOOKUP-style join that survives typos, casing, and “Acme Corp” vs “ACME Corporation”.