What “Excel find and replace” means
Find and replace in Excel means changing one piece of text to another across a sheet—old company name to new, Pending to Unpaid. On the desktop that is Ctrl+H. WPS has the same dialog. For bulk jobs, different rules per column, or when Excel is not installed, use ComTools Excel Find and Replace.
Typical long-tail needs:
- Replace in one column only
- Different find/replace per column
- Regex replace and match case
- All worksheets at once
- CSV / WPS exports without opening Excel
Desktop Excel / WPS: Ctrl+H
- Open the workbook and select a column or range.
- Press Ctrl+H (Find and Replace).
- Enter Find and Replace with.
- Optional: match case, match entire cell; wildcards for patterns.
- Click Replace All. Repeat per sheet, or group sheets (easy to over-replace).
Limit: you usually get one find/replace pair at a time. Renaming a brand in column A and a status code in column B means two passes, with little preview of how many cells changed.
Online: per-column rules (better for bulk)
Open Excel Find and Replace (free, no signup):
- Upload
.xlsxor.csv. - First rule can be “all columns” or one column.
- Click Add rule: e.g. column A
to be good→all good, column Babc→bb. - The column dropdown is searchable when headers are long.
- Optional: regex, match case, all worksheets.
- Preview highlighted hits and counts, then export. Your original file stays on disk.
Uploads are processed in memory and discarded after the response. Do not upload sensitive spreadsheets. More Q&A: /excel-find-replace/faq.
When to use regex
| Goal | Tip |
|---|---|
| Plain rename / status text | Regex off, literal find |
Strip a prefix like SKU- |
Regex on, match the pattern |
| Messy spaces | Clean first with Data cleaner |
If the hit count looks wrong, turn regex off and preview again.
Ctrl+H vs the online tool
| Need | Desktop Ctrl+H | Online find/replace |
|---|---|---|
| One column only | Select that column first | Pick the column in the rule |
| Different replace per column | Multiple passes | Multiple rules in one run |
| Preview before changing | Find Next | Highlighted hits + counts |
| All sheets | Easy to miss or overdo | Optional whole workbook |
| No Excel / CSV only | Awkward | Browser upload |
| Formulas | Watch the selection | Still back up before export |
Find/replace vs trim, dedup, split
| Goal | Use |
|---|---|
| Change A to B (wording) | Find and replace |
| Trim spaces / change case | Case and trim or Data cleaner |
| Remove duplicate rows | Remove duplicates |
| Split one column | Split column |
| Join two columns | Merge columns |
Suggested workflow
Export CSV / xlsx
→ Find and replace to unify wording (this guide)
→ Optional dedup / blank-row cleanup
→ Excel to SQL or share the file