Crystalyzer
Technical User
- Mar 28, 2003
- 218
I am using Excel 2003.
I need to find an item in an array. Basically I have a two dimensional array with 2 "columns" and 10 "rows". "Column" 1 contains ranks as integers and "Column" 2 contains company names. What I want to do is lookup the company name in "column" 2 and return the corresponding rank. Is there any way to do this other than looping through each value in "column" 2 to see if it matches the name I am searching for?
Thanks and best regards,
-Lloyd
I need to find an item in an array. Basically I have a two dimensional array with 2 "columns" and 10 "rows". "Column" 1 contains ranks as integers and "Column" 2 contains company names. What I want to do is lookup the company name in "column" 2 and return the corresponding rank. Is there any way to do this other than looping through each value in "column" 2 to see if it matches the name I am searching for?
Thanks and best regards,
-Lloyd