Example: I want to pull random data between B10:B15 and C5:C68 and return the value in a single cell.
What I have is:
=INDEX(Sheet1.B10:B15,RANDBETWEEN(1,5))
and that gets me a random value from column B between rows 10 and 15, however, I can’t add column C and it’s values in there without getting an error.
Is there any way to do this?