Thread
:
HELP!!!! needed in Excel
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ivan Raiminius
external usenet poster
Posts: 258
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
Reply With Quote
Ivan Raiminius
View Public Profile
Find all posts by Ivan Raiminius