function to return position in a list
I'm trying to find a function(or formula) that will return the relative
position of an item selected in a list of items. For example: from a
drop-down list, if you choose the 8th item in the list, the function returns
the value "8"; the 3rd item would return the value "3", and so on.
Any help would be greatly appreciated!
|