How do you Conditional Format based on another cell being blank?
Apply conditional formatting if another cell is blank
- First of all, select the range that you want to highlight, this will save you some steps later.
- Click on Conditional formatting at the top and choose “New rule”.
- Now you can enter your custom condition and set the desired format.
- Click Ok and here you go.
Can you use Isblank in conditional formatting?

ISBLANK function can be used for conditional formatting as well as with other excel functions.
How do you highlight a cell left blank?
To select blank cells in Excel, this is what you need to do:
- Select the range where you want to highlight blank.
- On the Home tab, in the Editing group, click Find & Select > Go to Special.
- In the Go To Special dialog box, select Blanks and click OK.
How do I ignore blank cells?
How to Ignore Blank Cells in Range in Excel (8 Ways)

- Method-1: Ignore Blank Cells in Range by Using the IF Function.
- Method-2: Using the ISBLANK Function to Ignore Blank Cells in Range in Excel.
- Method-3: Using the ISNUMBER Function.
- Method-4: Using the COUNT Function to Ignore Blank Cells in Range in Excel.
How do I return a blank if value?
12 Ways to Return Value if Cell is Blank
- Method-1: Using IF Function to Return a Value of the Adjacent Cell if Cell is Blank.
- Method-2: Using IF Function to Return a Value.
- Method-3: Using IF Function and ISBLANK Function.
- Method-4: Using IF Function and COUNTBLANK Function.
- Method-5: Using IF Function and COUNTIF Function.
How do you color a cell if another cell is blank?
However, click on the Format option from the lower-right corner of the dialog box. Move the cursor over the Fill option and choose a color that you want to use in highlighting. After pressing OK, you’ll get the highlighted cells having blank cells of the immediately adjacent cells.
How do you shade blank cells in Excel?
Fill all blank/nonblank cells with Go to Special function
- Select the specified range where you will shade all blank cells (or nonblank cells).
- Click Home > Find & Select > Go To Special…to open the Go To Special dialog box.
- Click OK.
- And then click Home > Fill Color and choose the color you’d like to fill.
How do you make a cell blank in a formula?
6 Ways to Set Cell to Blank in Formula in Excel
- Method 1: Set Cell to Blank Using IF Function.
- Method 2: Set Cell to Blank by IF along with ISBLANK.
- Method 3: IFERROR Function to Set Cell to Blank in Excel.
- Method 4: Set Cell to Blank in Formula Using ISERROR Function.
- Method 5: IFNA Function to Set Cell to Blank.
How do I make a cell value blank in Excel?
How do you make a blank null value in Excel?
Under Display options for this worksheet, select a worksheet, and then do one of the following:
- To display zero (0) values in cells, select the Show a zero in cells that have zero value check box.
- To display zero values as blank cells, clear the Show a zero in cells that have zero value check box.
Is null the same as blank in Excel?
A Blank and a Null are two very different things. A Blank cell is devoid of all content. A cell containing a Null is not (it contains a length text string). A Null might appear to be blank (visually), but so would a cell containing only the space character, however, neither are physically blank.
How do you indicate a blank cell in Excel?
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).