Highlight All Cells with Formulas in Google Sheets

Published on

In Google Sheets, you can use a custom highlight rule in conditional formatting to highlight all cells containing formulas.

If you prefer to see the formulas in the cells instead of highlighting them, there are two other methods available in the Edit and View menus.

In this tutorial, we will cover all options, including both highlighting and viewing methods.

Let’s start by applying a conditional formatting rule to highlight all cells with formulas in your sheets.

Steps to Highlight All Cells with Formulas

In the following example, I will apply a conditional formatting rule to highlight formulas in the range A1:F. I’ll also explain how to modify the steps for a different range or the entire sheet.

  1. Select A1:F. If you want to highlight a different range, simply select it (to highlight the entire sheet, click the ‘selection handle’ in the top-left corner of the sheet, where the row and column headers intersect).
    Selection handle in Google Sheets
  2. Go to the Format menu and click Conditional Formatting. This will open the “Conditional format rules” sidebar panel.
  3. You’ll see your selected range under “Apply to Range.” You can modify it here if needed.
  4. Select “Custom formula is” under “Format cells if.”
  5. Enter =ISFORMULA(A1:F) (this should match the “Apply to range”) or =ISFORMULA(A1) (this should refer to the very first cell in the “Apply to range”). Both approaches will work.
  6. Choose a fill color under Formatting Style.
  7. Click Done.
highlight cells containing formulas - custom rules

This will highlight all cells that contain formulas in the selected range.

Some of you may want to find all cells containing formulas without using conditional formatting. There are two alternative approaches. Let me elaborate on that additional tip.

View All Cells Containing Formulas

To view all cells containing formulas, you can follow two approaches.

Method 1:

  1. Click on View > Show > Formulas. This will reveal the formulas in the cells. To return to the previous state, click View > Show > Formulas again.

Method 2:

The second method uses the Find and Replace command.

  1. Click Edit > Find and Replace.
  2. In the “Find” field, enter =.
  3. In the drop-down next to “Search,” select your option, preferably This Sheet.
  4. Check Also search within formulas.

This will instantly show you the cells with formulas.

I suggest highlighting the cells with formulas, as this will make them easier to find.

Resources

Prashanth KV
Prashanth KV
Your Trusted Google Sheets and Excel Guide Prashanth KV brings a wealth of experience in Google Sheets and Excel, cultivated through years of work with multinational corporations in Mumbai and Dubai. As a recognized Google Product Expert in Docs Editors, Prashanth shares his expertise through insightful blogging since 2012. Explore his blog for practical tips and guidance on maximizing your spreadsheet skills.

How to Extract Numbers from Text in Excel with Regex

You can use the REGEXEXTRACT or REGEXREPLACE functions to easily extract numbers from text...

Using OFFSET and MATCH Together in Google Sheets: Advanced Tips

One powerful and flexible way to look up values is by combining the OFFSET...

How to Use OFFSET and XMATCH Functions Together in Excel

We often use the OFFSET and XMATCH functions together to match a value in...

How to Calculate Maximum Drawdown in Excel and Google Sheets

You can use the following dynamic array formula to calculate maximum drawdown (MDD) in...

More like this

Using OFFSET and MATCH Together in Google Sheets: Advanced Tips

One powerful and flexible way to look up values is by combining the OFFSET...

Running Count with Structured References in Google Sheets

Running a count with structured references is achievable in Google Sheets tables using the...

Running Total with Structured Table References in Google Sheets

You can use two types of formulas to create a running total with structured...

1 COMMENT

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.