See if the attached does what you need.
Briefly:- A random list of numbers is created using a User Defined Function to create a unique list of random numbers. See Intro Sheet cell S1
- Cells on the Quiz sheet reference the random numbers and look up the question and possible answers
- The Question Database has been reformatted to a true "classic" database structure and a Dynamic Named Range has been created for it.
Code for the UDF:
Code to put the numbers into a usable format
Last, a small macro to go to the Quiz Sheet
Bookmarks