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.

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.

9 and 10. in the Format Cells, Select the Fill tab.
11. Choose your desired Color.
12. Select OK.

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

ISEVEN function
The ISEVEN function is one of the Information functions of Excel.
It Returns TRUE if the number is even.