excel every second row color
'Excel make Every second row colored
'Select your Range then conditional Formatting: Enter the following formula
and do the format adjustments as you desire:
'Every second ROW colored
=REST(ROW(),2)=0
'Every second COLUMN colored
=REST(COLUMN(),2)=0