Hi...
Could anyone help me with a solution to this.
i am wondering if there is a function that will help me find... say 1st/2nd etc occurences of a condition in a list ?
e.g.
I want to pick out the first 3 numbers (say) that are over zero.
so if my list is 0.00, 23.45, 45.67, 0.00, 0.00, 78.90, 98.76 then I want ONLY 23.45, 45.67 and 78.90. (the first 3 numbers that are over zero only)
if my list is 12.34, 0.00, 0.00, 56.78, 0.00 ,0.00 ,0.00 .... then I only have 12.34, 56.78 and then a 0.00.
My actual aim and therefore next step would be to determine the position of those found values in their original lists, but I can do that using the MATCH function.
I mention both steps as ideally if I can get the positions in the lists without the middle step then great.
Any clues even would be a massive help as I seem to have gone around in circles with this one.
Thanks in advance.
Dave (Sharky007)
Could anyone help me with a solution to this.
i am wondering if there is a function that will help me find... say 1st/2nd etc occurences of a condition in a list ?
e.g.
I want to pick out the first 3 numbers (say) that are over zero.
so if my list is 0.00, 23.45, 45.67, 0.00, 0.00, 78.90, 98.76 then I want ONLY 23.45, 45.67 and 78.90. (the first 3 numbers that are over zero only)
if my list is 12.34, 0.00, 0.00, 56.78, 0.00 ,0.00 ,0.00 .... then I only have 12.34, 56.78 and then a 0.00.
My actual aim and therefore next step would be to determine the position of those found values in their original lists, but I can do that using the MATCH function.
I mention both steps as ideally if I can get the positions in the lists without the middle step then great.
Any clues even would be a massive help as I seem to have gone around in circles with this one.
Thanks in advance.
Dave (Sharky007)