How to Clear Formatting in Excel (6 Easy Ways)

Get FREE Advanced Excel Exercises with Solutions!

We apply formatting on cells frequently in Excel. It’s an especially useful feature to highlight data in a large spreadsheet. But if we want to apply another type of formatting, we have to clear the previous one. Here, we will take you through 6 easy and convenient methods on how to clear formatting in Excel.


Download Practice Workbook

You may download the following Excel workbook for better understanding and practice yourself.


6 Methods to Clear Formatting in Excel

For clarification, we have a Sales Report for a particular month for a certain grocery store. This dataset includes the Sales Rep, Order Date, Product Name, Unit Price, Unit, and amount of Sales in columns B, C, D, E, F, and G respectively.

how to clear formatting in excel

Here, we can notice that there are several types of formatting in the dataset. Now, we’ll clear these formatting using numerous methods from this dataset. So, let’s explore them one by one.


1. Using the Clear Button from Home Tab

In the first approach, we’ll get the help of the Clear button existing in the Home tab ribbon. It’s simple & easy, just follow along.

📌 Steps:

  • At the very beginning, select cells in the B4:G14 range.
  • Then, go to the Home tab.
  • After that, click on the drop-down of the Clear button available in the Editing group.
  • Next, select Clear Formats from the available options.

Using the Clear Button from Home Tab

Immediately, all the formatting gets gone from the worksheet.

Using the Clear Button from Home Tab to Clear Formatting in Excel

Read More: Clear Cells in Excel with Button (with Detailed Steps)


2. Utilizing New Customized Tab

In our second method, we’ll create a new custom tab and a new group. Then, we’ll add the Clear Formats command to this group and use it. So, let’s explore it step by step.

📌 Steps:

  • First of all, right-click on the Home tab. You can do the same on any other tab also.
  • Secondly, click on Customize the Ribbon on the context menu.

Utilizing New Customized Tab

Instantly, it opens the Excel Options window.

  • At this time, press the New Tab button.

Adding New Tab to the Ribbon

This action creates a New Tab (Custom). See the image below.

  • Then, select All Commands from the Choose commands from section.
  • After that, scroll for the Clear Formats command and select it.
  • Following this, select the New Group under the Custom Tab.
  • Later, hit on Add >> button.
  • Lastly, click OK.

Adding New Tab to Clear Formatting in Excel

Presently, you can find the newly created Custom Tab beside the Insert tab. Also, the Clear Formats command is available under this tab on the New Group.

  • Hence, select cells in the B4:G14 range.
  • Therefore, move to the Custom Tab.
  • After that, select the Clear Formats command.

Utilizing New Customized Tab

Magically, you can see the worksheet without any formatting.

Clear Formatting using customized tab in Excel

Read More: How to Clear Contents in Excel Without Deleting Formatting


3. Handling Quick Access Toolbar

In this method, we’ll add the Clear Formats command to the Quick Access Toolbar (QAT) and then use it to clear formatting. It’s a very quick and easy way to remove the formatting. So, let’s begin.

📌 Steps:

  • At first, jump to the Home tab.
  • Then, click on the Clear drop-down on the Editing group.
  • After that, right-click on the Clear Formats command from the options.
  • From the context menu, select Add to Quick Access Toolbar.

Handling Quick Access Toolbar

Instantly, the command gets added to the QAT.

Command is in QAT

  • Currently, select the whole B4:G14 range.
  • Then, click on the Clear Formats command on the QAT.

Handling Quick Access Toolbar to clear formatting in excel

And the result is before your eyes.


Similar Readings


4. Employing Format Painter Option

The Format Painter option helps us to copy the format of a selection and apply it to other content in the document. In this section, we’ll use this tool. Let’s explore the method step by step.

📌 Steps:

  • Firstly, select a blank cell without any formatting. In this case, we selected cell A1.
  • Secondly, proceed to the Home tab.
  • Thirdly, click on the Format Painter tool on the Clipboard group.

Employing Format Painter Option

Now, Format Painter has copied the format of cell A1. And the cursor takes the shape of a plus sign (+) and a paintbrush.

  • Then, bring this cursor to cell B4 and click on it. After that, without releasing the click, drag it to cell G14 and then release it.

Thus, our work is done.

Data range without formatting

Read More: How to Clear Contents in Excel Without Deleting Formulas (3 Ways)


5. Implementing Keyboard Shortcut

Now, I know what you’re thinking. Are there any shortcut keys? Lucky you! There are shortcut keys to clear formatting in Excel. And this method describes just that.

📌 Steps:

  • Firstly, select any cell inside the range B4:G14. Here, we selected cell B4.
  • Secondly, press the CTRL key followed by A.

Implementing Keyboard Shortcut

This action selects the whole range in a moment automatically.

  • Then, press ALT + H + E + F simultaneously on the keyboard.

Pressing Shortcut keys

Note: You can use the shortcut ALT + E + A + F to do the same task.

And, the formatting in the worksheet is gone.

Implementing Keyboard Shortcut to clear formatting in excel

Read More: Excel VBA to Clear Contents of Range (3 Suitable Cases)


6. Applying VBA Code

Have you ever thought of automating the same boring and repetitive steps in Excel? Think no more, because VBA has you covered. In fact, you can automate the prior method entirely with the help of VBA. Let’s see it in action.

📌 Steps:

  • Initially, advance to the Developer tab.
  • Then, click on Visual Basic in the Code group.

Applying VBA Code

Note: Alternatively, use the keyboard shortcut ALT + F11 to replicate the task.

Suddenly, the Microsoft Visual Basic for Applications window appears.

  • Here, double-click on Sheet7(VBA) in the Project Explorer section.

Opening Code Module

Instantly, a code module opens on the right side.

  • In this instance, copy the following code and paste them into the module.
Sub clear_format()
Worksheets("VBA").Range("B4:G14").ClearFormats
End Sub

VBA Code to clear formatting in excel

  • Now, click on the green-colored play button on the ribbon. Actually, it’s the Run button. Also, you can press F5 on the keyboard to do the same.

Run the Code

Magically, the formatting gets removed from the worksheet.


Similar Readings


How to Remove Automatic Formatting in Excel

When you enter data into a spreadsheet, Excel occasionally formats it automatically in a way that you didn’t expect. For instance, Excel will create a clickable link when you enter a web URL. Although this can be quite beneficial, there may be situations when you are opposed to it. If so, you can disable automatic formatting for a single cell or the entire workbook. Let’s see the process in detail.

📌 Steps:

  • At the start, go to the File tab.

How to Remove Automatic Formatting in Excel

  • Then, click on Options on the menu.

Opening Excel Options

Immediately, the Excel Options window pops up.

  • Here, move to the Proofing tab.
  • After that, select the AutoCorrect Options… button.

Surfing to AutoCorrect Options

Right away, the AutoCorrect dialog box appears.

  • In the dialog box, go to the AutoFormat As You Type tab.
  • Here, you can see three options. You can disable these options by unchecking the corresponding boxes.

AutoCorrect Dialog Box


How to Remove Formatting in Excel Without Removing Contents

In the above dataset, we can see that rows 8 and 9 with sales greater than $15000 got the highlighting of yellow color. Here, we want to clear the formatting of just these two rows. Every other cell should be unchanged. How can we do that? See the following steps carefully.

📌 Steps:

  • Primarily, move to the Home tab.
  • Secondarily, click on the Find & Select drop-down on the Editing group.
  • From the drop-down list, select the Find tool.

How to Remove Formatting in Excel Without Removing Contents

Suddenly, the Find and Replace wizard appears.

  • Then, click on the Format button.

It opens another new dialog box namely Find Format.

  • Afterward, go to the Fill tab.
  • From the available colors, choose Yellow (as it’s the background color of rows 8 and 10).
  • Lastly, click OK.

Find Format Dialog Box

  • At this time, click on Find All button at the bottom of the Find and Replace wizard.

Working on Find and Replace wizard

Here, we can see that this tool found 12 cells that match these criteria.

  • Firstly, press CTRL + A to select all the cells in the list.
  • Secondly, jump to the Home tab.
  • Thirdly, click on the Clear drop-down icon.
  • Lastly, choose the Clear Formats command.

Using Find and Replace tool to clear Formatting in Excel

Instantly, the formatting of these two rows vanishes.

Read More: How to Clear Drop Down List in Excel (2 Suitable Examples)


How to Clear Table Formatting in Excel

Normally, when we insert a table in a spreadsheet, it appears with a banded row color format. One row gets a dark color, and its adjacent row gets a light color. This combination comes in default whenever we insert a table. Here is the table format of our previous dataset.

How to Clear Table Formatting in Excel

Now, we’ll show how we can clear this table formatting in Excel. So, stay with us.

📌 Steps:

  • First and foremost, click on any cell inside the table. For example, we selected cell B5.
  • Then, proceed to the Table Design tab.
  • Therefore, click on the Quick Styles icon on the Table Styles group.

Going to the Table Design tab

Apparently, it opens a huge selection of table styles.

  • But go to the bottom and select Clear.

Different types of table styles

Hence, this is still a table but without any formatting.

Table without formatting

Read More: Excel VBA: Clear Contents If Cell Contains Specific Values


How to Remove Table Formatting in Excel but Keep Data

Here, we’ll demonstrate how to clear table formatting but keep the data in Excel. So, without further delay, let’s dive in!

📌 Steps:

  • In the first place, select cell B5.
  • After that, go to the Table Design tab.
  • In the Tools group, select the Convert to Range option.

How to Remove Table Formatting in Excel but Keep Data

  • In the MsgBox, choose Yes.

Interacting with the MsgBox

Hence, it is now a simple data range rather than a table.

  • Now, select the whole B4:G14 range.
  • And clear the formatting like Method 1.

Clearing Formatting of table

And the final result is before your eyes.


Practice Section

For doing practice by yourself we have provided a Practice section like the one below in each sheet on the right side. Please do it by yourself.

Practice Section to Clear Formatting in Excel


Conclusion

This article explains how to clear formatting in Excel in a simple and concise manner. Don’t forget to download the Practice file. Thank you for reading this article. We hope this was helpful. Please let us know in the comment section if you have any queries or suggestions. Please visit our website, Exceldemy, a one-stop Excel solution provider, to explore more.


Related Articles

Shahriar Abrar Rafid

Shahriar Abrar Rafid

Hello! Welcome to my Profile. Currently, I am working and doing research on Microsoft Excel and here I will be posting articles related to this. My last educational degree was BSc in Engineering from the Bangladesh University of Engineering & Technology. I am a Naval Architecture and Marine Engineering graduate with a great interest in research and development. I love reading books & traveling. Always try to gather knowledge from various sources and implement them effectively in my work.

2 Comments
  1. Nice work. But I have a sheet where i want to highlight the entire row with red color which sales is lesser than $15000 per month. But just the left cell os this row gets the formatting. Other not get changed. What can I do??

    • Hello DIALLO,
      Thanks for your appreciation. I can get the problem you are facing with your worksheet.
      Here, we have a dummy dataset in our hands to replicate your problem. It’s a Sales Report of a particular grocery store.

      From the above dataset, we can clearly notice that there is a total of two sales that are greater than $15000, and others are less than this amount.
      Now, we’ll show how you would do it in your workbook.
      • At the very beginning, select cells in the B5:D14 range.
      • After that, go to the Home tab.
      • Then, click on the Conditional Formatting drop-down on the Styles group.
      • Next, select New Rule from the list.

      In the New Formatting Rule dialog box,
      • At first, choose Use a formula to determine which cells to format under the Select a Rule Type section.
      • Secondly, write down the following in the Format values where this formula is true box.
      =D5<=15000
      • Thirdly, click on the Format button.

      The Format Cells dialog box appears.
      • Firstly, move to the Fill tab.
      • Following this, select Red as Background Color.
      • Later, click OK.

      • Also, click OK in the New Formatting Rule dialog box.

      Immediately, it shows us faulty formatting which we don’t want.

      So, how can we fix it? Don’t worry! We just have to edit the formula.
      To do this,
      • Initially, proceed to the Home tab.
      • Then, click on the Conditional Formatting drop-down.
      • From the drop-down list, select Manage Rules.

      Suddenly, it opens the Conditional Formatting Rules Manager.
      • Primarily, select This Worksheet in the Show formatting rule for box.
      • Secondarily, select the rule.
      • Thirdly, click on Edit Rule.

      • Change the formula a little bit. Just add a ($) sign before D5.
      • Lastly, click OK.

      • Again, click OK.

      Now, you can see the correct formatting according to your preference.

      That’s all from me on this. Keep the good vibes. You can follow our website Exceldemy, a one-stop Excel solution provider to explore more. Happy Excelling☕…..

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo