T
terryspencer2003
I have an array of variables (rows). I want to query the position of
a variable in an excel array. However the array is large and has this
variable in it several times. Normally I would use a MATCH function
to find the position of the variable in question:
MATCH(variable, ARRAY, 0)
I can only pick the first occurence or the last occurence by using a 0
or a 1 in the last arguement of the MATCH statement.
Is it possible to return the position of the variable based on a
specified occurence. That is I know it occurs 8 times and I want the
position of the third occurence within the array.
What function would I use?
Thanks
TS
a variable in an excel array. However the array is large and has this
variable in it several times. Normally I would use a MATCH function
to find the position of the variable in question:
MATCH(variable, ARRAY, 0)
I can only pick the first occurence or the last occurence by using a 0
or a 1 in the last arguement of the MATCH statement.
Is it possible to return the position of the variable based on a
specified occurence. That is I know it occurs 8 times and I want the
position of the third occurence within the array.
What function would I use?
Thanks
TS