Hi,
I have a list of values.
I would like to create a column with formula that will return random value from that list.
Is it possible?
Thank you.
Go to Solution
You can use this example:
t1 = {23, 45, 67, 89, 91}; t1[Random Integer( 1, 5 )];
Edit the list to contain your values. Copy this expression and paste it into the Formula Editor.
View solution in original post