New to Excel

Copper Contributor

Hello, I'm fairly new to excel. It's always been a challenge to create a spreadsheet. My participants from programming remotely are challenging me to create bingo cards. The issue is each of them have different cards from different companies and well sometimes the numbers don't match. My question is "How do I make bingo cards?" I have completed so far, :B" column 1-15 and column "A" should be random numbers but I cant create random numbers. I appreciate and assistance.

1 Reply

@Birdy1420 

A standard way of achieving this is to use RAND or RANDARRAY to associate a random number with every possible Bingo number.  Then ranking the occurrence of each random number within the helper range gives a list of unique numbers in random order.

= RANK.AVG(randNum, randNum)

Use as many as you need.