월. 8월 18th, 2025

Ever stared at an Excel cell displaying a number and wondered, “How on Earth did that get there?” 🤔 You know there’s some magic happening behind the scenes, but Excel, by default, likes to keep its secrets, only showing you the result of a calculation, not the underlying formula.

But what if you need to troubleshoot a spreadsheet, audit complex calculations, or simply learn from someone else’s brilliant Excel logic? That’s when you need to pull back the curtain and reveal the hidden formulas! 🎩✨

This comprehensive guide will walk you through multiple easy methods to display formulas in Excel, turning your sheet from a black box of numbers into a transparent view of its operational logic. Let’s dive in!


Why Would You Want to See Formulas? 🧐

Before we show you how, let’s quickly understand why this feature is so incredibly useful:

  • Debugging & Troubleshooting: Find errors (#REF!, #DIV/0!, etc.) or incorrect logic in your calculations. Is your sum not adding up correctly? See the cells it’s referencing!
  • Auditing & Verification: Understand how a complex spreadsheet works, check for inconsistencies, or verify that formulas are correctly implemented according to business rules.
  • Learning & Training: Deconstruct sophisticated formulas built by others. Seeing the formula in action is an excellent way to learn new functions and techniques.
  • Documentation: Print out a version of your worksheet showing the formulas for documentation purposes, making it easier for others (or your future self!) to understand.

Method 1: The Quickest Way – Ctrl + ~ (Tilde) 🚀

This is hands down the most common and fastest method to toggle between showing values and showing formulas. It’s a keyboard shortcut that every Excel user should know!

What is the Tilde (~)? The tilde key is usually located in the top-left corner of your keyboard, just below the Esc key and to the left of the 1 key. It often shares a key with the grave accent ( ).

How to Do It:

  1. Open your Excel workbook.

  2. Press Ctrl + ~ (Tilde).

    • Immediately, all cells that contain formulas will display their respective formulas instead of their calculated values.
    • Cells with plain text or numbers will remain unchanged.
    • Your columns might expand significantly to accommodate the longer formula text!
  3. To switch back to showing values, simply press Ctrl + ~ again. It’s a toggle!

Example:

Let’s say you have the following in your Excel sheet:

Cell Value
A1 10
A2 5
A3 15

If A3 contains the formula =A1+A2, pressing Ctrl + ~ would change your sheet to look like this:

Cell Formula (after Ctrl + ~)
A1 10
A2 5
A3 =A1+A2

Method 2: The Ribbon Route – Formulas Tab > Show Formulas 🖱️

If you’re not a fan of keyboard shortcuts or just prefer clicking through the Excel ribbon, there’s a dedicated button for this functionality.

How to Do It:

  1. Open your Excel workbook.
  2. Navigate to the Formulas tab on the Excel ribbon.
  3. In the Formula Auditing group (usually located towards the middle of the ribbon), click the Show Formulas button.

    • Just like the keyboard shortcut, clicking this button will instantly display all formulas in your sheet.
    • The button itself acts as a toggle. Click it once to show formulas, click it again to revert to showing values.

Example:

Imagine a more complex scenario:

Cell Value
B1 Apples
B2 Oranges
B3 20
B4 10
B5 Yes

If B5 contains the formula =IF(B3>B4,"Yes","No"), clicking “Show Formulas” would make B5 display =IF(B3>B4,"Yes","No").


Method 3: Peeking Inside a Single Cell – The F2 Key 🕵️‍♀️

Sometimes you don’t need to see all formulas; you just want to quickly inspect or edit the formula in a single cell. The F2 key is perfect for this.

How to Do It:

  1. Select the cell you want to inspect.

  2. Press F2 on your keyboard.

    • The cell will immediately enter “Edit Mode,” and you’ll see the formula displayed directly within the cell, often with colored references to the cells it uses.
    • The cursor will be blinking at the end of the formula, allowing you to edit it directly.
  3. To exit Edit Mode without making changes, press Esc. If you made changes and want to confirm them, press Enter.

Use Case:

This method is ideal for quick checks or making minor adjustments to a specific formula without changing the entire sheet’s view. It’s also great for understanding how a formula references other cells, as Excel visually highlights the referenced cells and ranges in different colors. 🌈


Pro Tips & Important Considerations for Formula View 💡

When you switch to formula view, keep these things in mind for a smoother experience:

  1. Adjust Column Widths: Formulas can be long! When you switch to formula view, your columns might suddenly look too narrow, cutting off parts of your formulas. You’ll likely need to drag column headers to widen them or use the “AutoFit Column Width” feature (double-click the boundary between two column headers).
  2. Printing Formulas: If you want to print your sheet with formulas displayed, make sure you’ve enabled the “Show Formulas” view before you go to Print Preview. You might also want to adjust print settings in “Page Layout” or “Page Setup” (often under the “Sheet” tab, look for “Print titles” or “Gridlines” options) to ensure formulas fit on the page.
  3. It’s a Toggle! Remember that Ctrl + ~ and the “Show Formulas” button are toggles. If your formulas are unexpectedly showing, you or someone else might have accidentally pressed the shortcut or clicked the button. Just press/click it again to revert.
  4. Protected Worksheets: If a worksheet or workbook is protected, you might not be able to display formulas, especially if the cells containing formulas are locked and the sheet is protected from “selecting locked cells.”
  5. Not for Formula Evaluation: Displaying formulas doesn’t re-evaluate them. It just shows the text. For evaluating parts of a formula step-by-step, use the “Evaluate Formula” tool in the Formulas tab.

Conclusion: Master Your Spreadsheets! 🎉

Knowing how to quickly display formulas instead of their values is a fundamental skill for any serious Excel user. It transforms Excel from a mysterious calculation engine into a transparent, auditable, and understandable tool.

So, the next time you’re faced with a head-scratching number in a spreadsheet, remember your options: Ctrl + ~, the “Show Formulas” button, or the trusty F2 key. Embrace the power of seeing the logic, and you’ll debug faster, learn more efficiently, and master your Excel spreadsheets like never before!

Happy Excelling! 📊✨ G

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다