Don't know if you're still working on this but here's what I used: rowColor = (count(preceding-sibling::myRepeatingSection) + 1) mod 2 Then, set the conditional formatting for the repeating section to color if rowColor <> 0 count( preceding-sibling::myRepeatingSection)+1 returns the...