How to Highlight the Even rows in Excel

We can use ISEVEN function to Highlight the even rows in Excel:

1. Select the cells that want to be highlighted.

2. Select Conditional Formatting

3. Select Highlight cells rules

4. Select more rules.

How to Highlight the Even rows in Excel

5. In the New Formatting Rule tab you will see all Rules.

6. Select Use a formula to determine which cells to format.

7. write the below code in Format values where this formula is true.

=ISEVEN(row())

8. Select Format.

How to Highlight the Even rows in Excel

9 and 10. in the Format Cells, Select the Fill tab.

11. Choose your desired Color.

12. Select OK.

How to Highlight the Even rows in Excel

9. You will see the results in the following picture.

How to Highlight the Even rows in Excel

ISEVEN function

The ISEVEN function is one of the Information functions of Excel.

It Returns TRUE if the number is even.

Leave a Reply

Your email address will not be published. Required fields are marked *