P
Patrick Tingen
Guest
If you want to know this because you have to do this a gazillion times in a loop, then I think a TT with all the values from your array will be your best friend. I am not aware of some sort of reversed-index instruction to get the position of an element in an array. Other alternative may be to place the array elements in a comma separated list and use the LOOKUP function. But either way, you need to do some extra things before you find the element's position.
Continue reading...
Continue reading...