I would like to have every second row with a different style in my table.
I have created the following conditional formatting rules for the two different styles:
Expression: =RowNumber() % 2
Operator: =
Value: 1
Expression: =RowNumber() % 2
Operator: =
Value: 0
The issue is that the values are grouped by the field of the first column, and the RowNumber() function restarts to 1 for each new country value (see the attached screenshot).
I have created the following conditional formatting rules for the two different styles:
Expression: =RowNumber() % 2
Operator: =
Value: 1
Expression: =RowNumber() % 2
Operator: =
Value: 0
The issue is that the values are grouped by the field of the first column, and the RowNumber() function restarts to 1 for each new country value (see the attached screenshot).