You want to format every other row and the rows to format are even numbered rows.
We're testing that the row number is an even number:
MOD(ROW(),2)=0
With even numbered rows MOD(ROW(),2) will return 0. The odd numbered rows will return 1.
So, we test that the row number is an even number AND if cell F4 contains one of the values of interest.
Bookmarks