I'm trying to take a column of strings and call them such that a random string is displayed every time the sheet is recalculated. The easiest way I figured to do that was with a combination T (repeat string) and Randbetween (random number in list)... the following was the formula I tried to use:
=T(Names!B(randbetween(2, 17)))
Where B(randbetween) was intended to call a particular cell, and Names! is obviously the other sheet in the workbook.
I run into two large errors: the first, and more annoying, is that it refuses to allow it based on the fact that the value will change every time it's calculated; this was intentional, I don't know why it won't allow it. More importantly, though, it doesn't like the use of the B(randbetween) to call a cell; it Likes B2, but won't accept B(2) or anything else in parentheses or quotes.
If you could please help me find an alternate solution, I'd appreciate it.
Bookmarks