How can I alternate row colors in Excel and keep the effect?

D

D-Lydon

How can I alternate row colors in Excel and keep the effect after changing
the sort order???
 
W

wAyne

I don't know if there is an easier way ... but...
you could use conditional formating and the following formula.

=MOD(ROW(),2) > 0
this will set odd rows to whatever formating you want ...
 
Top