How to Remove Conditional Formatting in Excel

Table of Contents

Table of Contents

Conditional Formatting is a powerful Excel feature that highlights cells based on specific rules, making patterns and trends easier to spot. However, excessive formatting can clutter the worksheet and reduce readability. By using Excel’s built-in tools and features, we can easily get rid of it.

Key Takeaways

Follow the steps below to remove conditional formatting from your worksheet.

➤ First, select the cells from which you want to remove conditional formatting.
➤ Then, click the Quick Analysis tool icon that appears at the bottom-right corner of the selection.
➤ From the Quick Analysis tool menu, go to the Formatting tab and click Clear Format to remove the conditional formatting from the selected cells.

overview image

In this article, we will discuss five effective methods of removing conditional formatting in Excel.

Download Practice Workbook
1

Use the Quick Analysis Tool to Remove Conditional Formatting

In the sample dataset, we have a worksheet called “Student Grades” containing information about Student names, Subject, Score and their Grades. Conditional formatting has been applied to highlight the students’ names in different colors based on the grades they achieved.

Use the Quick Analysis Tool to Remove Conditional Formatting

By using the Quick Analysis tool, we will now remove the conditional formatting from column A and display the updated dataset in a separate “Quick Analysis Tool” worksheet.

Quick Analysis is an important Excel tool that allows users to instantly apply common features like formatting, charts, totals, and sparklines to selected data. We can also use it to remove conditional formatting rules with just a few clicks.

Steps:

➤ Head to the Quick Analysis Tool worksheet, and select cells A2 to A13.
➤ Next, click on the Quick Analysis icon that appears at the bottom-right corner of the selected range.

Use the Quick Analysis Tool to Remove Conditional Formatting

➤ In the Quick Analysis tool menu, click on Clear Format from the Formatting tab.

Use the Quick Analysis Tool to Remove Conditional Formatting

Column A should now be cleared of all conditional formatting.

Use the Quick Analysis Tool to Remove Conditional Formatting


2

Using the Clear Rules Tool from the Conditional Formatting Menu

The Clear Rules option in the Conditional Formatting menu helps users quickly remove all applied formatting rules, restoring the cells to their default style. Working with the same dataset, we will now remove conditional formatting from column A using the Clear Rules tool. We will display the updated dataset in a separate “Clear Rules” worksheet.

Steps:

➤ Head to the Clear Rules worksheet, and select the range A2:A13.

Using the Clear Rules Tool from the Conditional Formatting Menu

➤ Next, from the main menu, navigate to Conditional Formatting >> Clear Rules >> Clear Rules From Selected Cells.

Using the Clear Rules Tool from the Conditional Formatting Menu

Note:
To remove formatting rules from the entire dataset instead of just the selected cells, choose Conditional Formatting >> Clear Rules >> Clear Rules from Entire Sheet.

➤ The dataset should now be free of any conditional formatting.

Using the Clear Rules Tool from the Conditional Formatting Menu


3

Remove Conditional Formatting Using the Paste Special Tool

The Paste Special tool in Excel lets users choose how copied content is pasted. Instead of pasting everything, it allows users to paste only specific elements, such as values, formulas or formats.

Working again with the same dataset, we will now use the Paste Special tool to remove conditional formatting from column A of the dataset. We will display the modified dataset in a separate “Paste Special” worksheet.

Steps:

➤ Head to the Paste Special worksheet and press  Ctrl  +  A  to select the entire dataset.

Remove Conditional Formatting Using the Paste Special Tool

➤ Next, navigate to Paste Special worksheet and right-click on cell A1 to open the context menu.
➤ From the context menu, choose Paste Special >> Paste Values.

Remove Conditional Formatting Using the Paste Special Tool

➤ The entire dataset should now be pasted, free from any conditional formatting.

Remove Conditional Formatting Using the Paste Special Tool


4

Use the ‘Clear Format’ Option to Remove Conditional Formatting

Clear Tool in Excel is used to quickly remove content, formatting, comments, hyperlinks, or conditional formatting from selected cells. Using the same dataset, we will now use the Clear Tool to remove conditional formatting from the Student column. The updated dataset will be displayed in a separate “Clear Tool” worksheet.

Steps:

➤ Go to the Clear Tool worksheet and select the range A2:D13.

Use the ‘Clear Format’ Option to Remove Conditional Formatting

➤ Now from the main menu, navigate to Home >> Clear >> Clear Formats.

Use the ‘Clear Format’ Option to Remove Conditional Formatting

➤ All conditional formatting is now removed from the dataset.

Use the ‘Clear Format’ Option to Remove Conditional Formatting


5

Automatically Remove Conditional Formatting Using VBA Editor

Excel’s VBA Editor allows users to automate tasks by writing custom macros, which can also be used to remove conditional formatting from a dataset.

Again, using the same dataset, we will write a custom VBA macro and remove conditional formatting from column A of the dataset. We will display the updated dataset in a separate worksheet called “VBA Editor”.

Steps:

➤ Go to the VBA Editor worksheet and press  Alt  +  F11  to launch the VBA Editor window.

Automatically Remove Conditional Formatting Using VBA Editor

➤ Next, from the main menu, navigate to Insert >> Module and paste the following code:

Sub ClearFormatting()
    Worksheets("VBA Editor").Cells.ClearFormats
End Sub

Automatically Remove Conditional Formatting Using VBA Editor

Explanation
This simple macro, ClearFormatting, removes all conditional formatting (and any other cell formatting) from the entire "VBA Editor" worksheet by using the Cells.ClearFormats method.

➤ Now, press  Alt  +  F8 , select the ClearFormatting macro from the Macros dialogue box, and click Run.

Automatically Remove Conditional Formatting Using VBA Editor

➤ All conditional formatting will now be automatically cleared from the dataset.

Automatically Remove Conditional Formatting Using VBA Editor


Frequently Asked Questions

Which Method Works Best for Large Datasets?

For large datasets, the VBA Editor method is the most efficient, as it can automatically remove conditional formatting in bulk with a single macro, saving time and effort compared to other methods.

Why Is the Quick Analysis Tool Not Appearing in the Dataset?

The Quick Analysis icon shows up only when the feature is enabled. To turn it on, go to File >> Options >> General, and check the box for Show Quick Analysis options on selection.


Concluding Words

Knowing how to remove conditional formatting from an Excel dataset is crucial for maintaining a clean worksheet, improving readability, and ensuring that unnecessary formatting does not slow down performance.

In this article, we have discussed five effective methods of removing conditional formatting from an Excel dataset, including using the Quick Analysis Tool, Clear Rules Tool, Paste Special Tool, Clear Tool and VBA Editor. Feel free to try each method and select one that best aligns with your needs.

Facebook
X
LinkedIn
WhatsApp
Picture of Mashrur Ibne Shams

Mashrur Ibne Shams

Mashrur Ibne Shams holds a BSc in Industrial and Production Engineering and is a Certified Supply Chain Analyst (CSCA). With 3 years of Excel and Google Sheets experience, he specializes in data cleaning, text extraction, advanced formulas, dynamic arrays, VBA automation, and Power Query. He has created step-by-step tutorials and custom VBA scripts for real-world datasets. He enjoys simplifying complex tasks, automating processes, and organizing data efficiently.
We will be happy to hear your thoughts

      Leave a reply

      Excel Insider
      Logo