When using the above formula I got the following error
Syntax error at line 1 col 18: 1 IF(MOD(ROW(), 2) = 1, 1, 2) ^ Unexpected EQ token: "=". Instead, I was expecting to see one of the following: A RPAREN token based on: postfix_expression โ postfix_expression _ %LPAREN _ arg_list _ โ %RPAREN unary_expression โ โ postfix_expression multiplicative_expression โ โ unary_expression additive_expression โ โ multiplicative_expression shift_expression โ โ additive_expression relational_expression โ โ shift_expression equality_expression โ โ relational_expression and_expression โ โ equality_expression exclusive_or_expression โ โ and_expression inclusive_or_expression โ โ exclusive_or_expression logical_and_expression โ โ inclusive_or_expression logical_or_expression โ โ logical_and_expression nullish_coalescing_expression โ โ logical_or_expression