Thread
:
Change conditional formatting to coloured alternate rows dependent on a change in date?
View Single Post
#
1
Posted to microsoft.public.excel.programming
excelent
external usenet poster
Posts: 695
Change conditional formatting to coloured alternate rows depen
And u can get difrent patterns modyfying the formula like:
=MOD(ROW();3)=0
=MOD(ROW();4)=0
=MOD(ROW();3)
=MOD(ROW();4)
and so on
Reply With Quote
excelent
View Public Profile
Find all posts by excelent