View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ivan Raiminius Ivan Raiminius is offline
external usenet poster
 
Posts: 258
Default HELP!!!! needed in Excel

Hi,

try using match function:

=match(data value,original list used to fill combobox,0) should give
you the index you are looking for (in case first index was 0, substract
1 from match result)

Regards,
Ivan