I have a list of items in column A, this list can be any length whatsoever, at any time, added to or taken away from. I also have a random number generator that generates an integer between 1 and the total number of items on column A. what I then want to do is use the random number I've generated to call whatever corresponding item on the list and show it to me somewhere near the default page location. For example if I call item 315, I want whatever is in A315 to appear somewhere near the top of the page, instead of having to scroll down to A315 myself.
Solved by V. A. in 16 mins