I have a computed range of values in a hidden column which I use for a dropdown box. To figure out which value the user has selected, I try to run a Find on that range, but for
Is really necesary do it inside a macro, would be easier use match:
=MATCH(G9;H9:H16;0)
G9 : Cell of the DropDownBox
H9:H16 : Your range
0 : for exact match
It returns the index inside the array