daniel_dani95
New Member
- Joined
- Jan 30, 2023
- Messages
- 16
- Office Version
- 365
- Platform
- Windows
Hello,
I'm working on some sort of quiz and I want to generate some amount of random numbers (specifically 80) which will represent question that is in cell with that number and then excel will over VLOOKUP find and display that question. I have question bank of 2500 questions. I found through this site that I can use RANDBETWEEN function to generate random numbers and then this,
, in another column to make numbers unique.
My problem is that when generating unique numbers, RANDBETWEEN function gives numbers in range from 1-2500 but the other function give only numbers up to 80, never above, let alone 2500.
What did I do wrong?
Thanks for help in advance
I'm working on some sort of quiz and I want to generate some amount of random numbers (specifically 80) which will represent question that is in cell with that number and then excel will over VLOOKUP find and display that question. I have question bank of 2500 questions. I found through this site that I can use RANDBETWEEN function to generate random numbers and then this,
Excel Formula:
=1+RANK.EQ(B2,$B$2:$B$81)+COUNTIF($B$2:B2,B2)-1
My problem is that when generating unique numbers, RANDBETWEEN function gives numbers in range from 1-2500 but the other function give only numbers up to 80, never above, let alone 2500.
What did I do wrong?
Thanks for help in advance