Y
yshridhar
How to find out the nth occurance of the data in a table?
A B C
1 a 10
2 b 5
3 a 15
4 c 20
5 b 30
6 a 40
There are three'a' s in the table. I want to list out the value in the
C-column for the third occurance of 'a' = 40.
with regards
sreedhar
A B C
1 a 10
2 b 5
3 a 15
4 c 20
5 b 30
6 a 40
There are three'a' s in the table. I want to list out the value in the
C-column for the third occurance of 'a' = 40.
with regards
sreedhar