Share via

Conditional Formatting: "Format values where this formula is true" - How do I ensure that the formula fills down?

Anonymous
2011-05-11T20:56:53+00:00

The formula I have in the "Format values where this formula is true" for Conditional Formatting is:

=ISBLANK(A8)

However, I would like the formula to fill down so that it checks whether the next row down is blank before applying the format.  How do I do that?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2011-05-11T21:50:37+00:00

It sounds like you only applied the Conditional Formatting rule to a single cell.

Select the entire area that you want to apply the Conditional Formatting to. Then recreate the rule using your =ISBLANK(A8) formula where A8 is the cell in the top-left corner of the area you selected. As noted by HansV above, the lack of dollar signs ($'s) for relative positioning is important.

When you have completed this, you can use Conditional Formatting, Manage Rules to delete the original rule.

Was this answer helpful?

0 comments No comments

Answer accepted by question author

HansV 462.6K Reputation points
2011-05-11T21:32:22+00:00

The cell reference in your formula is relative, so Excel should automatically adjust it when used in other cells.

If you had used =ISBLANK($A$8), the cell reference would have been absolute, i.e. it would not be adjusted.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful