Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily.
X
In the attached sheet the scramble array function posted by jmG has been used to create a random array of numbers. (Which is our 5 a-side teams)
Next I have given each element used in the scramble function a corresponding letter in a matrix(Table) which in-turn will represent a player�s name. Can anybody suggest a method of showing a resulting matrix of matching matrix(B) with the corresponding letters in matrix(Table)?
On 2/25/2010 12:19:08 PM, m_armstrong wrote: == Next I have given each element used in the scramble function a corresponding letter in a matrix(Table) which in-turn will represent a player�s name. Can anybody suggest a method of showing a resulting matrix of matching matrix(B) with the corresponding letters in matrix(Table)?
On 2/26/2010 5:02:36 AM, m_armstrong wrote: == The only thing I don't under is how the zero after both of the lookup brackets has stopped the result being nested.
The lookup family functions return an array. In the particular instance of your example, they will return a single-element array, which is effectively a single-element vector and therefore only needs a single index to return the value.