I need to highlight(green) row B-R if the row number is odd which works.=MOD(ROW(),2)=1
I also need it to strikethrough row B-R if cell R has anything in it but the first condition takes away me being able to do strikethroughs unless the row is even.
Anyway to get both? Thanks.