View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dick Minter[_2_] Dick Minter[_2_] is offline
external usenet poster
 
Posts: 6
Default find the index number for an array element

I want to lookup/find a specific value in an array and return that values
index number. In this case, the lookup list is the first column of 3 column
array. Suggestions?

DM