N
The Daily Insight

How do you format a cell if another cell is blank?

Author

Olivia Shea

Updated on March 01, 2026

use Conditional Formatting.

  1. Select cell A1.
  2. On the menu bar select Format\Conditional Formatting.
  3. Select “Formula Is” from the first drop down on the left.
  4. Enter the Formula =ISBLANK(B1) into the text box to the right.
  5. Click “Format” and under the Font tab choose Color and select Red.
  6. Click OK and OK.

How do you leave a cell blank without data?

When Source Data cells have empty cells

  1. Right-click on any of the cells in the Pivot Table.
  2. Click on ‘Pivot Table Options’
  3. In the ‘PivotTable Options’ dialog box, click on the ‘Layout & Format’ tab.
  4. In the Format options, check the options and ‘For empty cells show:’ and leave it blank.
  5. Click OK.

How do I return a blank cell to zero in Excel?

It’s very simple:

  1. Select the cells that are supposed to return blanks (instead of zeros).
  2. Click on the arrow under the “Return Blanks” button on the Professor Excel ribbon and then on either. Return blanks for zeros and blanks or. Return zeros for zeros and blanks for blanks.

How do you fill a cell if another cell has value?

Excel formulas for conditional formatting based on cell value

  1. Select the cells you want to format.
  2. On the Home tab, in the Styles group, click Conditional formatting > New Rule…
  3. In the New Formatting Rule window, select Use a formula to determine which cells to format.
  4. Enter the formula in the corresponding box.

How do you check if a cell is blank in Excel?

There are three common ways to check if a cell is blank. Cell A1 is used as the cell to check in the examples below. Excel has a built-in function to check for blankness. The ISBLANK function returns a TRUE or a FALSE. It will only return TRUE if the cell being examined is empty.

How do I make an Excel cell blank?

Click on the Sheet Options tab and then the Gridlines section. Click on the Print option to make the page breaks appear on the blank spreadsheet. Start creating the chart you need for the blank spreadsheet at the first cell in the first row and column, or cell A1.

How do you search for blank cells in Excel?

How to find empty cells in Excel with Go to Special Select a range with blank cells in your table and press F5 on the keyboard to get the Go To dialog box. Then press the Alt + S hotkey to get the Go To Special window. On this window, select the Blanks radio button. Click Ok to see the empty cells found and highlighted in your table.

How do you count cells in Excel that are not blank?

Author. Dave Bruns. To count the number of cells that are not blank, use the COUNT function. In the generic form of the formula (above) rng represents a range of cells. To count the number of cells that contain text (i.e. not numbers, not errors, not blank), use the COUNTIF function and a wildcard.