📅  最后修改于: 2022-03-11 14:59:52.679000             🧑  作者: Mango
select your rows >
conditional formatting >
add your own formula >
=mod(row(),2)=1 >
select the style for chosen rows.
.................................
the formula applies the formatting to every ODD row.
owing to the modulo (remainder) of the row number/2 = 1.