QuestionBaker
Board Regular
- Joined
- Apr 12, 2019
- Messages
- 106
- Office Version
- 365
- Platform
- Windows
Context: I am trying to make a question bank to generate different assignment for each student so as to minimize copying...
Task: I want to maintain a list of images in a sheet, let us call the sheet as LoI (for List of Images), and then I want randomly display a few of them on the Assignment sheet.
Question: is there a way to set it up in such a way that once I have the list, even if new images are added later, they could be displayed.
I've been able to do something similar text and not images. I achieved it using =RAND(), =INDEX() and =RANK.EQ()
Task: I want to maintain a list of images in a sheet, let us call the sheet as LoI (for List of Images), and then I want randomly display a few of them on the Assignment sheet.
Question: is there a way to set it up in such a way that once I have the list, even if new images are added later, they could be displayed.
I've been able to do something similar text and not images. I achieved it using =RAND(), =INDEX() and =RANK.EQ()