=Iif((RowNumber("table1")-1) Mod 6 < 3, "#c0ffc0", "White")
table1
#c0ffc0
=Iif((RowNumber("table1")-1) Mod 2 < 1, "#c0ffc0", "White")