Hello all,
Could anyone suggest a way of using the array expression IndexOf to return the value below (on the Y) a known value?
Or forgetting IndexOf completely, if my array looks like the one below, and I know what the X value is (the object names in this case) - how can I return the Y value below it.
Object A | Object B | Object C
1 | 1 | 1
Thanks,