I have a sheet named DATA, I’ll use this as my source for information populating another sheet called CITY. From the DATA sheet, I’ll reference $D$4:$D$123 that contains a list of cities. Cells $E$4:$E$123 have a list of corresponding airport codes for each city listed in column D. I’m testing to see if students can enter the airport code associated with each city.
- On the sheet named CITY, in cell C5, I’d like it to randomly select one item from DATA!$D$4:$D$123.
- Cell C4 would have a button with the text “NEXT” and when clicked, it would randomly select another item from DATA!$D$4:$D$123
- Cell D5 is where students can enter their answer.
- Cell E5 will be blank until the student enters their answer in D5. Once a student enters data into D5, E5 will display the corresponding airport code from DATA!$E$4:$E$123.
Last edited by a moderator: