Where Is Find and Replace in Excel

There are two ways to “where is find and replace in excel”: the quick way you copy and the durable way you understand. This page gives you both. The exact Excel answer is above; below, we build the small mental model that makes the fix stick, so the next variation of the same problem solves itself.

Exact answer

In Excel: press Ctrl+H, enter the text to find and the replacement, choose whether to search the sheet or workbook, then Replace All only after checking one result.

On this page7
Annotated stepsExcel
1

Select the range first if you do not want to search the whole sheet.

2

Press Ctrl+H to open Replace.

3

Enter the Find what and Replace with values, then open Options for workbook, match case or whole-cell matching.

4

Use Find Next or Replace once to verify the target, then use Replace All.

=SUBSTITUTE(A1,"old","new")
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

Find and Replace edits existing cells in place. Ctrl+F only finds matches; Ctrl+H opens the Replace tab, where Excel can replace text, numbers, formats or formulas across a selection, a sheet or an entire workbook. For a reversible formula approach, SUBSTITUTE creates a changed copy instead of overwriting the original value. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. Treat “where is find and replace in excel” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected cells shows up while it is still harmless. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. That turns a text operation that turns messy entries into clean, usable data into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

Column A contains product codes like OLD-104, OLD-205 and OLD-309. Select the column, press Ctrl+H, find OLD- and replace with NEW-. Preview one match with Find Next, then Replace All. The three values become NEW-104, NEW-205 and NEW-309. If you need a non-destructive copy, =SUBSTITUTE(A2,"OLD-","NEW-") returns the updated code beside the original. Find and Replace is the fastest cleanup tool when a label, prefix, typo or formatting choice repeats across many cells. Used carefully, it turns dozens of manual edits into one auditable action. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.

In Google Sheets

Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. Keep this page bookmarked for the next time the same question comes up. Better still, repeat the steps once in your own workbook — doing it yourself is what turns a copied answer into something you remember. Here is the takeaway for “where is find and replace in excel”: copy the answer if you are busy, but if you have a spare few minutes, rebuild the example in Excel yourself with the tool above open beside it. That single pass — type it, run it, watch the result move when you change an input — is what turns a formula you found into a technique you trust. Keep your inputs labelled and referenced, never hard-coded, and the same sheet stays correct and auditable as it grows. Done that way, you will not need to look this up again, and you will be the person others ask.

Common mistakes

  • Running Replace All without selecting a range, accidentally changing the whole worksheet or workbook.
  • Replacing partial text when you meant whole cells; turn on Match entire cell contents.
  • Forgetting formulas are searchable too, so a replacement can change references or formula text.
  • Using Find and Replace for a repeatable transformation that should really be a formula column with SUBSTITUTE.

Frequently asked questions

What is the shortcut for Find and Replace?

Ctrl+H opens Replace directly. Ctrl+F opens Find, and you can switch to Replace from that dialog.

Can Excel replace across the whole workbook?

Yes. Open Options in the Replace dialog and set Within to Workbook before replacing.

How do I replace without changing the original data?

Use =SUBSTITUTE(original,"old","new") in a helper column and keep the source cells untouched.

Other ways people ask this

On the way here you may have searched this as “where to find autofill in excel”, “where do i find tools in excel”, “where is find and select in excel” and “where to find tools in excel” — it is all the same task, and this page is the single, complete answer to it.

Why do people search for this in so many different ways?

Because the same task has many names. “where to find autofill in excel”, “where do i find tools in excel”, “where is find and select in excel” all point at the one operation explained on this page, which is why they all lead here.