How do I stop conditional formatting highlighting blank cells?
David Jones
Updated on April 04, 2026
If you want to skip conditional formatting for blank cells, select ‘Format only cells that contain’ and select ‘Blank’ under the Edit the Rule Description. This is under the ‘Format only cells with’ that contains a drop-down list. Once you have selected ‘Blanks’ click on OK.
How do I highlight all blank cells?
Select and Highlight Blank Cells in Excel
- Select the data.
- Press the F5 key. It will open the Go To dialog box.
- In the Go To dialog box, click on the Special button.
- In the Go To Special dialog box, select Blanks.
- Click OK.
- With all the blank cells selected, highlight these by giving it a cell color.
Is blank formula conditional formatting?
We can use the ISBLANK coupled with conditional formatting. For example, suppose we want to highlight the blank cells in the range A2:F9, we select the range and use a conditional formatting rule with the following formula: =ISBLANK(A2:F9).
How do you remove formatting from a blank cell?
Remove Formatting From Empty/Blank Cells
- Select the range of cells within which you want to select all the blank cells and remove the formatting.
- Hit the F5 key.
- In the Go To dialog box, click on the ‘Special’ button.
- In the Go To Special dialog box, select the ‘Blank’ option.
- Click OK.
- Click the Home tab.
How do I remove highlighted cells in Excel?
Press “Ctrl-A” to select all highlighted text from all cells, right-click one of the cells in the Excel document and select “Clear Contents” from the context menu to delete the highlighted text.
How do you stop blank cells in Excel?
Prevent blank cells left in a column by Data Validation
- Select the column you want to prevent blank cells left, click Data > Data Validation.
- Under Settings tab, select Custom from Allow drop-down list, then type this formula >=COUNTIF($F$1:$F1,””)=0 into Formula textbox.
- Click OK.
Do not highlight if cell is blank?
Go to Conditional Formatting>Manage Rules. Click the New Rule button in the rules manager and from the list of conditions, select ‘Format only cells that contain’ and select ‘Blank’ under the ‘Format only cells with’ dropdown. Click OK.
How do you highlight non blank cells in Excel?
Select the range of cells that you want to select only data cells, and then, click Kutools > Select > Select Nonblank Cells, see screenshot: 2. And then, all data cells will be selected at once, and a dialog box will pop out to remind you how many non blank cells are selected, see screenshot: 3.
How do I create conditional formatting in Excel?
How to create conditional formatting in excel 2007 Select a cell range where you want to apply conditional formatting. Go to “Home” tab Click “Conditional Formatting” button Click “New Rule..”. Click “Use a formula to determine which cells to format:”. Type formula in “Format values where this formula is true:”. Click “Format…” button
How to detect conditional formatting of a cell in Excel?
Click Find&Select > Conditional Formatting under Home tab.
What is the purpose of Excel conditional formatting?
Excel Conditional Formatting can be used to alter the formatting of an Excel cell based on either: The value of the current cell; The value of another cell in the current worksheet; The result of a formula (which may rely on the contents of the current cell and/or other cells in the current worksheet).
How to turn off conditional formatting Excel?
How to add on/off switch to conditional formatting Set up a form control check box to toggle the conditional formats Link it to a cell, let’s say $H$2 Set up a new conditional formatting rule that checks for =NOT ($H$2) No need to set any formatting options for this. Move this rule to the top in conditional formatting manage rules screen Check stop if true option for this new rule. You are done.