How to Spell Check in Excel: F7 Shortcut, AutoCorrect, and Multi-Sheet Checks

How to spell check in Excel: press F7, Review tab → Spelling, check entire workbook, set custom dictionary, fix AutoCorrect, ignore numbers and acronyms.

Microsoft ExcelBy Katherine LeeMay 27, 202616 min read
How to Spell Check in Excel: F7 Shortcut, AutoCorrect, and Multi-Sheet Checks

Spell check in Excel works differently than in Word. Excel doesn't underline misspellings in red as you type. There's no live spelling indicator. You have to actively trigger spell check using either the F7 keyboard shortcut or the Spelling button on the Review tab. The function is there — it just doesn't run continuously the way it does in Word, because spreadsheets contain so many proper nouns, acronyms, and product codes that constant flagging would be more annoying than helpful.

Once you trigger spell check, Excel scans the current worksheet (or your current selection) and stops at each word it doesn't recognize. For each word, you get options to Ignore Once, Ignore All (for the rest of the workbook), Add to Dictionary, Change (to a suggestion), Change All, or AutoCorrect. The interface is straightforward and similar to Word's spell check dialog, but limited in scope to one worksheet at a time unless you set up a multi-sheet check.

The F7 keyboard shortcut is the fastest way to run spell check. Press F7 anywhere in your worksheet and the spelling dialog opens at the first unrecognized word. If you have a specific selection active, F7 checks only that selection; otherwise it checks the entire current worksheet. This is the single most useful shortcut to remember.

For checking multiple worksheets, you have two options. The slow way: spell check each sheet individually by clicking the sheet tab, pressing F7, and resolving issues. The faster way: right-click any sheet tab, choose Select All Sheets, then press F7. This runs spell check across every sheet in the workbook in one pass. Excel moves through each sheet sequentially, stopping at each issue. Remember to right-click a tab and choose Ungroup Sheets when you're done — otherwise any future edits would apply to all sheets simultaneously.

Excel's spell checker is more conservative than Word's. It uses the same dictionary (Microsoft's main proofing dictionary) but flags fewer words because spreadsheet content is often valid-but-non-standard text. Common false positives in spreadsheets: product SKUs (which contain numbers and letters), department codes, internal company terminology, and names. Adding these to your custom dictionary or using "Ignore All" keeps subsequent spell checks focused on real issues rather than known-good content.

This guide covers the basic spell check workflow, custom dictionary management, AutoCorrect setup for Excel-specific terms, how to spell check entire workbooks, and the limitations of Excel's spell checker compared to what Word users might expect.

Spell Check in Excel — Key Facts

  • Trigger: F7 (Windows) or Tools → Spelling (older Mac versions). Or Review tab → Spelling.
  • Scope: Current worksheet by default. Selection if you have one active. Multiple sheets if you Select All Sheets first.
  • No live underlining: Unlike Word, Excel doesn't show red squiggle lines while you type. Spell check is manual-trigger only.
  • Dictionary: Same as Word (Microsoft proofing dictionary). Add custom words via the Add to Dictionary button.
  • AutoCorrect: Available via File → Options → Proofing → AutoCorrect Options. Auto-fixes common typos as you type.
  • Skip cells: Set range as non-checkable by formatting it differently or moving it outside the active area before check.
  • Multi-language: Set language per cell or worksheet via Review → Language → Set Proofing Language.

How do you spell check in excel — the most basic answer is: press F7. Pressing F7 with no cell selected (or with a cell that's not a formula) starts spell check from the current cell, scans through the entire active worksheet, then loops back and stops at the cell you started from. If you have a range selected before pressing F7, spell check only operates within that range.

How to turn on spell check in excel doesn't quite apply — spell check is always available, it just doesn't run automatically. There's no "on/off" toggle for spell check the way there is for AutoCorrect. If you mean "how do I get Excel to underline misspelled words as I type" — the answer is you can't, that feature isn't in Excel by design.

Excel checks all text cells by default but skips: cells containing formulas (only the formula syntax, not the result), cells that are hidden, cells in protected worksheets without permission, and cells with comments (comments require a separate spell check that some versions don't include).

To spell-check formula text — the part inside the formula bar that you typed — you'd need to click into each cell and press F2 to edit, which most people don't do. If you have important business logic embedded in formulas with text strings, copy those strings to plain text cells, spell check those, then verify and update the formulas.

Customizing the dictionary is where Excel spell check becomes practical for spreadsheet work. When spell check stops at a word that's correct for your context — a product code, a customer name, an internal term — click "Add to Dictionary". The word gets added to your custom dictionary (typically called CUSTOM.DIC in Microsoft's default setup) and won't be flagged again in any future Office spell check.

The custom dictionary location varies by Office version and operating system. On Windows with Microsoft 365: C:\Users\[username]\AppData\Roaming\Microsoft\UProof\CUSTOM.DIC. You can edit this file directly with a text editor — it's just a list of words, one per line. Adding industry-specific terms in bulk this way is faster than adding them one at a time during spell checks.

Microsoft Excel - Microsoft Excel certification study resource

Spell Check Scopes

Single Cell

Click into a cell, press F7. Excel checks that cell first, then continues through the worksheet from that position.

Cell Range

Select a range, then press F7. Spell check operates only within that range. Useful for checking just one column or section.

Entire Worksheet

Click outside any data, press F7. Excel checks all text in the active worksheet from top-left to bottom-right.

Multiple Sheets

Right-click sheet tab → Select All Sheets, then F7. Spell check runs across every sheet. Ungroup sheets after.

Entire Workbook

Same as Multiple Sheets — Select All Sheets is the workbook-level approach. No single-click "check entire workbook" button.

Comments and Notes

Comments are NOT included in standard spell check. Some Office versions have a separate comments review; others require manual review.

Excel's AutoCorrect feature is separate from spell check but works together with it. AutoCorrect automatically fixes common typos as you type — "teh" becomes "the", "recieve" becomes "receive", etc. The list of replacements is configurable. To access AutoCorrect settings: File → Options → Proofing → AutoCorrect Options. The dialog has tabs for different categories of replacements (AutoCorrect, Math AutoCorrect, AutoFormat As You Type).

AutoCorrect is especially useful in Excel for company-specific abbreviations. If you frequently type a long company name, set up an AutoCorrect entry that expands a short trigger into the full name. Example: type "acme" and AutoCorrect replaces with "Acme Industries International, LLC". This is faster than typing long names repeatedly and reduces typo risk.

The AutoCorrect Math feature handles common Excel-specific replacements — automatic insertion of certain symbols, automatic capitalization of cell references, etc. These are usually helpful but can be turned off individually if any specific behavior is disruptive.

How to check spell check in excel often means "how do I verify spell check ran successfully". Excel shows a small dialog confirming "Spell check complete" when it finishes scanning. If you don't see this confirmation, spell check was interrupted (you closed the dialog) or didn't run (maybe you triggered F7 in a non-checkable area).

The confirmation dialog also tells you how many words were flagged and how many you corrected — useful for getting a sense of how many issues a particular spreadsheet had. Spreadsheets with hundreds of unique terms (product catalogs, customer lists) often have legitimate non-dictionary content that's not actually misspelled.

How to do spellcheck in excel for very large workbooks deserves specific attention. Spell-checking a workbook with 50,000+ unique text cells can take several minutes and may slow Excel's responsiveness during the check. To make this faster: close other applications, ensure the workbook is fully calculated (Ctrl + Alt + F9 to force calc), and consider running spell check during low-activity periods.

Spell Check Detailed Topics

  • F7: Trigger spell check on current worksheet or selection
  • F2: Edit cell — useful for manually correcting flagged words
  • Escape: Cancel spell check dialog
  • Alt + R + S: Open Spelling dialog from ribbon (Windows)
  • Right-click sheet tab → Select All Sheets: Group all sheets, then F7 to check workbook
  • Mac shortcut: Function + F7 (depends on macOS function key settings)
Excel Spreadsheet - Microsoft Excel certification study resource

How to spell check excel formulas is a common question without a great answer. Formulas in Excel are text-based syntax (=SUM(A1:A10) and similar) but they're not actually checked by spell check. Excel ignores cells with formulas during spell check operations. If you have business logic encoded in text inside formula strings — like =IF(A1="Pending Approval", "Yes", "No") — the "Pending Approval" text won't be spell-checked.

The workaround: extract those text strings to separate text-only cells, spell check those, then update the formulas with the corrected versions. For workbooks with extensive text-in-formulas, consider refactoring the design so the text strings live in a reference table that formulas look up. This makes spell checking practical and also makes the strings easier to update centrally.

How to spell check on excel for shared workbooks raises permissions issues. If you're working in a shared Excel workbook (legacy shared workbook feature) or an Excel file in OneDrive/SharePoint with shared editing, spell check still works locally but corrections may conflict with simultaneous edits from other users. The general advice: run spell check on workbooks before sharing, or coordinate timing so you're the only person editing during your spell check pass.

For workbooks shared via Microsoft Teams or co-authored in Office 365, spell check operates on your local view of the data. Your corrections sync back to the shared workbook normally. Spell check doesn't surface other users' typos — it only checks what you can see in your active worksheet.

Spell check limitations in Excel worth knowing: it doesn't check chart data labels (data labels reference cell content but the spell checker doesn't follow the reference). It doesn't check pivot table data (which mirrors source data — spell check the source). It doesn't check headers and footers in print layout (those are checked separately via Page Layout → Headers & Footers). It doesn't check workbook properties (title, author, comments in Document Properties — those are checked via File → Info).

For workbooks that need rigorous text review (customer-facing reports, published spreadsheets), the practical recommendation is: spell check the active worksheet, then check each remaining worksheet, then export to Word or PDF and review there. Word's live spell check and visual review catches issues that Excel's spot-check approach misses.

Best practices for spell check in Excel-heavy workflows: First, set up your custom dictionary upfront. Before you start working with industry-specific spreadsheets, add the common terms (product names, abbreviations, customer names) to your custom dictionary in one bulk session. This prevents future spell checks from stopping at every legitimate term.

Second, use AutoCorrect for company-specific common typos. If you frequently fat-finger the same company name or product abbreviation, AutoCorrect catches the typo at typing time rather than during a separate spell check pass.

Third, do a spell check pass before any external sharing. Workbooks shared with customers, executives, or external partners should be spell-checked before sending. The 30 seconds it takes to press F7 and review the dialog saves embarrassment from typos in client-facing content. Quick spell check before sending is more efficient than fixing typos after they've been seen by 50 people.

Fourth, set the proofing language explicitly for non-English content. Mixed-language workbooks need cell-level or worksheet-level language settings or spell check uses the wrong dictionary. Spanish text checked against the English dictionary will be flagged extensively, even when correctly spelled.

Fifth, recognize the limits. Spell check catches typos but doesn't catch wrong-word errors ("their" vs "there", "it's" vs "its"), wrong-grammar issues, or contextually-wrong word choices. For workbooks that need grammatical review, export key text to Word and use Word's grammar checker — Excel's spell checker is spelling-only.

Sixth, recognize the false positive rate. Spell check stopping at a word doesn't mean the word is wrong — it means the word isn't in the dictionary. Product codes, customer names, technical terms, and acronyms all generate false positives. "Add to Dictionary" for terms you'll use frequently; "Ignore Once" for one-off content; "Ignore All" for terms appearing many times in the current worksheet.

Spell Check Workflow

Set up custom dictionary first

Add your industry-specific terms, customer names, and abbreviations to the custom dictionary before doing extensive spell check work. Prevents repeated stops.

Set up AutoCorrect for common typos

File → Options → Proofing → AutoCorrect Options. Add entries for your common typos and frequently-used long names.

Press F7 to start spell check

From any cell in the worksheet. Excel checks the current worksheet by default, or your selection if you have one active.

Handle each flagged word

Ignore Once (one-off), Ignore All (this workbook), Add to Dictionary (permanent), or Change to a suggestion. Choose appropriately for each item.

Check additional sheets

If your workbook has multiple sheets, click each tab and F7 separately. Or right-click a tab, Select All Sheets, then F7 for full-workbook check.

Verify completion

Excel shows 'Spell check complete' when done. Confirms how many words were flagged and corrected. Helpful sanity check before sharing the workbook.
Excellence Playa Mujeres - Microsoft Excel certification study resource

Spell check in Excel Online (browser version) is generally similar to desktop Excel. The F7 shortcut works in most browsers. The Review tab in the ribbon has the Spelling button. Custom dictionaries don't always sync to the browser version — words you added in desktop Excel may still be flagged in the browser. This is a known limitation; major terms can be added to the browser version separately.

Spell check in Google Sheets (for users who work in both) is similar but not identical. Google Sheets has live red-underline spell check on text cells, more like Word's behavior. The Spell Check menu in Google Sheets is under Tools → Spell Check. The custom dictionary in Google Sheets is separate from Microsoft's and managed via the Spell Check dialog. If you work between Excel and Google Sheets, the dictionaries don't share.

For workbooks that import from CSV or external systems, spell check helps catch encoding issues and column-data mismatches. Sometimes a column intended for numbers ends up containing text (which spell check flags as gibberish), or a column intended for text contains encoded values (UTF-8 issues showing as ' instead of proper apostrophes). The flag pattern in spell check often surfaces these import issues that other validation might miss.

The relationship between spell check and Excel's broader proofing tools (research, thesaurus, translator) is worth noting. Spell check is just one proofing feature. The Review tab also has Research (lookup definitions, encyclopedia), Thesaurus (synonyms for a selected word), and Translate (multi-language). For workbooks that need significant text review beyond spelling, the full Review tab is worth exploring. Most users only use Spelling, but the broader proofing toolset can catch issues that spell check alone misses.

For more on excel skills overall, see how to spell check in excel for the broader Excel mastery context. Spell check is a small piece of overall Excel proficiency; the more impactful skills for most workflows are formulas, data validation, conditional formatting, and PivotTables. Spell check matters most when the spreadsheet is customer-facing or going through formal review.

Spell Check Troubleshooting

Spell check doesn't find errors

Your selection or active area may not include the words. Click outside any selection, then press F7. Excel checks from the active cell forward.

Same word flagged repeatedly

You're clicking Ignore Once when you should click Ignore All or Add to Dictionary. Ignore Once skips just one instance.

Wrong language dictionary

Review → Language → Set Proofing Language for the selected cells. Or change the default in File → Options → Language.

Custom dictionary not working

Check that CUSTOM.DIC is the active custom dictionary. File → Options → Proofing → Custom Dictionaries. Add words to the correct file.

Spell check missed comments

Standard F7 doesn't check comments. Review tab → Spelling After in some Office versions. Or visually review comments before sharing.

Spell check very slow

Large workbook with many text cells. Close other Office apps. Ensure workbook is fully calculated (Ctrl+Alt+F9). Run during low activity.

How Pros and Cons

Pros
  • +How has a publicly available content blueprint — you know exactly what to prepare for
  • +Multiple preparation pathways accommodate different schedules and budgets
  • +Clear score reporting shows specific strengths and weaknesses
  • +Study communities share current insights from recent test-takers
  • +Retake policies allow recovery from a difficult first attempt
Cons
  • Tested content scope requires substantial preparation time
  • No single resource covers everything optimally
  • Exam-day performance can differ from practice test performance
  • Registration, prep, and retake costs accumulate significantly
  • Content changes between versions can make older materials less reliable

EXCEL Questions and Answers

Spell check in Excel is one of the simpler features once you understand it doesn't work like Word's continuous spell check. The F7 shortcut is the main thing to remember; everything else is workflow refinement around custom dictionaries, AutoCorrect, and multi-sheet checking. For most professional spreadsheet work, a quick F7 pass before sharing a workbook catches the obvious typos that would otherwise embarrass the spreadsheet author.

The harder problem in spreadsheet quality is everything spell check doesn't catch — wrong-word errors, formula text not being checked, comment text being skipped, and chart labels being indirect. For workbooks where text quality really matters, the right approach is spell check plus a visual review pass plus (for the most important deliverables) export to Word for full grammar and style checking. Spell check is one piece of a broader review workflow, not a complete review tool.

About the Author

Katherine LeeMBA, CPA, PHR, PMP

Business Consultant & Professional Certification Advisor

Wharton School, University of Pennsylvania

Katherine Lee earned her MBA from the Wharton School at the University of Pennsylvania and holds CPA, PHR, and PMP certifications. With a background spanning corporate finance, human resources, and project management, she has coached professionals preparing for CPA, CMA, PHR/SPHR, PMP, and financial services licensing exams.