Another way (with formulas) to get 50% might be to do your “odd rows” as random(40,60) and the even rows as [random(0, 39), random(61, 100)].sample
Maybe create a hidden row containing the RowNumber which can then be used to evaluate odd & even
Another way (with formulas) to get 50% might be to do your “odd rows” as random(40,60) and the even rows as [random(0, 39), random(61, 100)].sample
Maybe create a hidden row containing the RowNumber which can then be used to evaluate odd & even