Hello!
I need help with a process that I am hoping can happen in Airtable. We have a monthly ticket raffle where someone can enter for several different events. For example
Amber entered for Red, Blue, and Green
Jen entered for Red and Green
Sally entered for Blue
I broke out the data into different views so that I am only looking at Red, Blue, or Green and picking the winner. I tried to generate a random number using this method - Auto Generate Random Number, and then sort from least to greatest, but the problem is that Amber has the same chance of winning Red, Blue, and Green since the number is the same for each event.
In excel I just used a =rand which assigned a truly random number. Is there any way to make this happen in Airtable?