I have attempted, several times, to follow the exact formula provided on AI so that I can assign new rows to random users.
The AI formula showed: =IFERROR(INDEX({Team Sheet Names}, MATCH(MOD([Row ID]@row , MAX({Team Sheet Order})) + 1, {Team Sheet Order}, 0)))
Following the directions and making the sheet reference, I created: =IFERROR(INDEX({Teams Sheet Range 1}, MATCH(MOD([Row ID]@row , MAX({Teams Sheet Range 2})) + 1, {Teams Sheet Range 2}, 0)))
I was able to set it as a column formula and it did not stop me from doing that but each time I add a new row, I get "incorrect argument: for each row.
I do not know what I am doing wrong.
Any help would be much appreciated.
Thank you!