I want to fill the choice column randomly using a formula.
I intend to use import random, but don’t know how to put the choice list I defined.
Consider I have a ‘menu’ column and have [pizza, chicken, milk].
And when I make a new cell in the ‘menu’ column
I want it filled with one of the list items randomly.
But I don’t know how to use the list with the random function.
How can I access the choice list data which the column has itself?
Now I make the list by myself and put it into the random function.
But I think there is a better way.